T1024RDB booting from SD card

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

T1024RDB booting from SD card

639 Views
valentinmovsik
Contributor I

Hi Everyone,

I'm using T1024RDB board and trying to boot from SD Card. I've prepared SD card  based on this  document http://www.nxp.com/files/soft_dev_tools/doc/support_info/QORIQ-SDK-2.0-IC-REV0.zip?fasp=1&WT_TYPE=Su...  and setted up env with the next values :

=> printenv loadaddr
loadaddr=1000000


=> printenv fdtaddr
fdtaddr=2000000

=> printenv bootfile
bootfile=uImage

  

=> printenv fdtfile
fdtfile=uImage-t1024rdb.dtb

=> printenv bootcmd
bootcmd=setenv bootargs root=/dev/mmcblk0p2 rw rootdelay=5 console=$consoledev,$baudrate;mmcinfo;ext2load mmc 0:2 0x1000000 /boot/$bootfile;ext2load mmc 0:2 0x2000000 /boot/$fdtfile;bootm 0x1000000 - 0x2000000

After I plugged in a SD, powered on the board and  tried to run from the card. I'm getting the next print-out :

.

Hit any key to stop autoboot:  0
Device: FSL_SDHC
Manufacturer ID: 3
OEM: 5344
Name: SD16G
Tran Speed: 25000000
Rd Block Len: 512
SD version 3.0
High Capacity: Yes
Capacity: 14.8 GiB
Bus Width: 4-bit
Erase Group Size: 512 Bytes
5469444 bytes read in 526 ms (9.9 MiB/s)
31073 bytes read in 59 ms (513.7 KiB/s)
WARNING: adjusting available memory to 30000000
Wrong Image Format for bootm command
ERROR: can't get kernel image!

From the print-out I can see that two files (uImage and uImage-t1024rdb.dtb)  were downloaded successfully  and sizes of downloaded files are equal to sizes what actually are on SD card. Looks fine ?! ... I don't know ...

But for some reason I'm getting the error message : Wrong Image Format for bootm command .

Exactly the same uImage and uImage-t1024rdb.dtb files I'm running for TFTP and NFS deployments without any problem.

What am I doing wrong people ?!

Thank you.

Val

Labels (1)
0 Kudos
2 Replies

454 Views
valentinmovsik
Contributor I

The issue is solved.

The problem was in img files on SD card.

0 Kudos

454 Views
valentinmovsik
Contributor I

Anybody ?!

Val

0 Kudos