I take the iMX6Q-SL board and want to try booting QNX IFS image from uboot. I try all the steps in the PDF document(BSP_User_Guide_Freescale_i.MX6Q_SABRE_Lite.pdf), which gets from qnx official website. Also, I get the BSP source code from official website and build the ifs image(ifs-mx6q-sabrelite.raw).
But it happens error like below. I don't know why it happens.
=====uboot env================
loadaddr=0x10800000
bootcmd_microsd=mmc dev 1; fatload mmc 1:1 ${loadaddr} ifs-mx6q-sabrelite_compress.ifs; go ${loadaddr}
=======booting error=========================
MX6Q SABRELITE U-Boot > run bootcmd_microsd
mmc1 is current device
reading ifs-mx6q-sabrelite_compress.ifs
5560960 bytes read
go - start application at address 'addr'
Usage:
go addr [arg ...]
- start application at address 'addr'
passing 'arg' as arguments
訊息由此人編輯:Dustin Zhu