Fixed
Created: May 24, 2021
Updated: Jul 9, 2021
Resolved Date: Jul 4, 2021
Found In Version: 10.21.20.1
Fix Version: 10.21.20.2
Severity: Standard
Applicable for: Wind River Linux LTS 21
Component/s: Userspace
There are two images in each of the following tarball, one is for NXP S32G EVB, the other one is for RDB2:
[https://distro.windriver.com/dist/wrlinux/lts-21/nxp-s32g2xx/target-minimal-nxp-s32g2xx.tar.bz2]
[https://distro.windriver.com/dist/wrlinux/lts-21/nxp-s32g2xx/target-full-nxp-s32g2xx.tar.bz2]
The two images for RDB2 work well, but the other 2 images for EVB don't, need input the following commands in u-boot console to make it work, and the commands only need input once:
When the board started in the early stage, press any key to stop the autoboot and enter u-boot console:
$ env default -a; setenv ramdisk_addr 0x82000000; setenv initrd_addr 0x82000000; saveenv; boot
The it should work as expected.
Workaround: See above.
wget http://ala-lpdfs01.wrs.com/builds/wrl10_21_binary/latest/WRLinux-lts-21-Images/nxp-s32g2xx/target-full-nxp-s32g2xx.tar.bz2
tar -jxvf target-full-nxp-s32g2xx.tar.bz2
cd target-full-nxp-s32g2xx/
gzip -d wrlinux-image-full-nxp-s32g2xx.ustart-evb.img.gz
dd wrlinux-image-full-nxp-s32g2xx.ustart-evb.img into /dev/sdc(one tf card on my host)
boot it on target