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.

Linux/DM3730: Boot from serial

Guru 20755 points
Part Number: DM3730

Tool/software: Linux

Hello,

I am using EVB for dm3730 and can boot from SD and NAND without issues, but I have problems booting from serial.

The sys_boot is configured as following:

SYS_BOOT_0 1
SYS_BOOT_1 1
SYS_BOOT_2 1
SYS_BOOT_3 1
SYS_BOOT_4 0
SYS_BOOT_5 Boot Select
SYS_BOOT_6 1

According to TRM:

  • when sys_boot[5] = 0 the boot order is: 

0b01111: NAND USB UART3 MMC1

  • when sys_boot[5] = 1 the boot order is: 

0b01111:  USB UART3 MMC1 NAND

I have fully erased nand, removed SD, and try to boot with boot sw (and also tried sw off), but same results: it seems to start xloader for 1 seconds and then it stops.

It is also interesting that sd boot is possible only  with sys_boot5=1 (pressing switch) though that according to above boot order, in both options , it also should try  SD boot .

Thanks for any idea,

Ran