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.

DM368 IPNC board. UBL start address. UBL and uboot crashed...



Hi all,

 

I'm working with 368IPNCMT5 kit.

My kit has lost UBL and Ubot in NAND.

Thus, I try to write NAND by serial port 0.

Board is booting by UART0.

 

But following command has some problem, maybe.

Could you check following command set, whether it has some problem , or not?

I dont' know exact start address for UBL and Uboot in IPNC kit.

 

sfh_DM36x -nandflash -UBLStartAddr 0x100 -APPStartAddr 0x81080000 -APPLoadAddr 0x81080000 ubl_432arm_340ddr_ipnc_dm368.bin u-boot-1.3.4-dm368_ipnc.bin -p "COM5"

This serial monitor output..

 

DM36x initialization passed!

TI UBL Base Version: 1.50

Boot Loader BootMode = NAND

Starting NAND Copy...

Valid magicnum, 0xA1ACED00, found in block 0x00000008.

Boot Mode Task Completed

IPNC UBL Version: 2.1.0 Platform: DM368-432

Reset RTC Fail..

Jumping to entry point at 0x00000100

 

 

Thank you.