This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

x-load.bin.ift file contains some error statement after compilation

Dear all,

 

I am not able to boot from SD -card , i have created the partition

[root@localhost /]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup-lv_root
                       27G  8.3G   17G  33% /
tmpfs                 1.5G  368K  1.5G   1% /dev/shm
/dev/sda8             485M   59M  402M  13% /boot
/dev/mapper/VolGroup-lv_home
                       24G   14G  9.1G  60% /home
/dev/sdb2             881M   18M  818M   3% /media/rootfs
/dev/sdb1              70M  209K   70M   1% /media/boot

I compiled the X-loader and signed the x-load.bin but when i open this file. Some of the end lines are as shown below,

 

 OneNAND Unsupported !
 Testing %08x ... %08x:
 Iteration: %6d
 FAILURE (data line): expected %08lx, actual %08lx
 FAILURE (data line): Is %08lx, should be %08lx
 
FAILURE: Address bit stuck high @ 0x%.8lx: expected 0x%.8lx, actual 0x%.8lx
 
FAILURE: Address bit stuck low or shorted @ 0x%.8lx: expected 0x%.8lx, actual 0x%.8lx
 
FAILURE (read/write) @ 0x%.8lx: expected 0x%.8lx, actual 0x%.8lx)
 
FAILURE (read/write): @ 0x%.8lx: expected 0x%.8lx, actual 0x%.8lx)
 

Texas Instruments X-Loader 1.47 (May  9 2011 - 10:02:49)
 X-Loader hangs
 Booting from nand . . .
 Booting from onenand . . .
 Starting OS Bootloader...
 0123456789abcdefghijklmnopqrstuvwxyz 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ <NULL> Detected Samsung MuxOneNAND1G Flash
 Detected Samsung MuxOneNAND2G Flash
  ONENAND Flash unsupported
 ONENAND Flash Unsupported
 Err: RESET
 Err: READID
 Skipped bad block at 0x%x
 ECC Failed, page 0x%08x
 %x  ÿÿÿ04 @Ä @ . @8% @˜ @   

 

this error is in the file itself when i had compiled it .. and when i copy this image to sd-card i am not able to see either the messages on Hyper terminal nor the processor boots up. is there any problem with the source code i am compiling ?