Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - U-boot error with QNX 6.6.0: Page 1 of 3 (3 Items)
   
U-boot error with QNX 6.6.0  
Hi guys,
 
I am trying to load my ifs-mx6q-sabrelite.raw file into the freescale board through u-boot, but I get this error all the
 time:
 
U-Boot > boot   
switch to partitions #0, OK
mmc1 is current device
** Unrecognized filesystem type **
## Starting application at 0x10800000 ..
 
I am trying to get the kernel I built for QNX 6.6.0 from the microSD:
 
U-Boot > setenv loadaddr '0x10800000'
U-Boot >  setenv bootcmd_microsd 'mmc dev 1; fatload mmc 1:1 ${loadaddr} ifs-mx6q-sabrelite.raw; go ${loadaddr}'
U-Boot > setenv bootcmd "run bootcmd_microsd"
U-Boot > saveenv
 
But when I boot the board, I get the above error. The SD card is formatted in FAT32 and it has only that file. Any ideas
?
 
Thanks in advance!