Fixed
Created: Oct 30, 2023
Updated: Nov 26, 2023
Resolved Date: Nov 14, 2023
Found In Version: 10.23.30.2
Fix Version: 10.23.30.4
Severity: Standard
Applicable for: Wind River Linux LTS 23
Component/s: BSP
publish because it did not merge to the current version in time
chande the documentation in 7.2:
_=> setenv bootfile zImage; setenv fdtfile imx6q-sabresd.dtb; setenv loadaddr 0x12000000; setenv fdtaddr 0x18000000;_
_=> setenv bootargs 'root=/dev/mmcblk2p2 rw rootdelay=5 console=ttymxc0,115200n8'_
_=> setenv bootcmd 'fatload mmc 2:1 $loadaddr $bootfile; fatload mmc 2:1 $fdtaddr $fdtfile; bootz $loadaddr - $fdtaddr';_
_=> saveenv; run bootcmd;_
see description.