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.

About u-boot error's

Other Parts Discussed in Thread: OMAP3530

Hi,

    I am using the u-boot version 2011 patch level 09 . When i booting the u-boot through JTAG i am getting following :

u-boot 2011.09-dirty (Feb 13 2012 - 11:17:42)                                   

OMAP3530-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 720 mHz
OMAP3 Beagle board + LPDDR/NAND
I2C: ready
DRAM: 64 MiB
NAND: 512 MiB
MMC: OMAP SD/MMC: 0
NAND read from offset 260000 failed -74
*** Warning - readenv() failed, using default environment

In: serial
Out: serial
Err: serial
Beagle Rev C4
timed out in wait_for_pin: I2C_STAT=0
I2C read: I/O error
Unrecognized expansion board: 0
Die ID #6f54000400000000040398d316019007
Net: Net Initialization Skipped
No ethernet found.
Hit any key to stop autoboot: 0
OMAP3 OBBC #
In the beagle board u-boot in the NAND flash is erased. I just loaded the u-boot elf into beagle board through JTAG (CCS) and run it .What is the above marked error .How resolve it.

Thanks
bhimesh

  • Hi,

    Have a look at this link http://beagleboard.org/challenge which is discussing the same issue.

    Regards,

    --Prabhakar Lad

  • Hi Prabhakar,
     
        WE are designing a project based on omap3530.We have code composer studio v5.1.we are working with beagle board rev C5 as a reference.On beagle board,we are 
    able to download u-boot ELF file through JTAG and it is successfully ( if board having x-loader). Now as we are trying to download x-loader ELF file through
    JTAG.But it is not working.
    our prototype board don't have any mmc card interface. So, we have to load x-loader through JTAG or USB only. 
    Is it possible to download x-loader through JTAG?
    As OMAP3530 supports USB booting can we boot x-loader and u-boot through USB.Because, We are able to boot kernel and file system through USB
    insted of mmc card ( may be because of u-boot usb drivers).
    please help..
    Thank You
    bhimesh
  • Hi,

    So, we have to load x-loader through JTAG or USB only. 
    Is it possible to download x-loader through JTAG?
    As OMAP3530 supports USB booting can we boot x-loader and u-boot through USB.Because, We are able to boot kernel and file system through USB
    insted of mmc card ( may be because of u-boot usb drivers).

    No idea through JTAG interface but looks like you can do it through USB have a look at this link

    Regards,

    --Prabhakar Lad

  • Yes it is possible to boot using by loading x-loader ELF file to memory and then u-boot. I remember I tried doing this during bringup of one of OMAP3530 family of device and it worked for me.

    Try doing step-by-step execution and see what exactly going on there? I suspect something wrong with prcm_init funtion, put a break point there and see if you find something.

    Thanks,

    Vaibhav