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.

TDA4VM: OSPI booting fail with SDK 7.2

Part Number: TDA4VM


Dear TI,

SD card booting is OK on custom board. So I flashed same firmware files to OSPI flash as below.


Hit any key to stop autoboot: 0
=> sf probe
WARN: PHY calibration failed: -2
SF: Detected mt35xu512aba with page size 256 Bytes, erase size 128 KiB, total 64 MiB
=>

=> tftp 0x90000000 tiboot3.bin
link up on port 1, speed 1000, full duplex
Using ethernet@46000000 device
TFTP from server 10.112.165.61; our IP address is 10.112.164.69
Filename 'tiboot3.bin'.
Load address: 0x90000000
Loading: T ##################################################
47.9 KiB/s
done
Bytes transferred = 252209 (3d931 hex)
=> sf update 0x90000000 0x0 252209
device 0 offset 0x0, size 0x252209
2433545 bytes written, 0 bytes skipped in 1.431s, speed 1737761 B/s


=> tftp 0x90000000 tispl.bin
link up on port 1, speed 1000, full duplex
Using ethernet@46000000 device
TFTP from server 10.112.165.61; our IP address is 10.112.164.69
Filename 'tispl.bin'.
Load address: 0x90000000
Loading: #################################################################
#################################################################
#############################################
4.8 MiB/s
done
Bytes transferred = 893284 (da164 hex)
=> sf update 0x90000000 0x80000 893284
device 0 offset 0x80000, size 0x893284
8991364 bytes written, 0 bytes skipped in 7.529s, speed 1284480 B/s


=> tftp 0x90000000 u-boot.img
link up on port 1, speed 1000, full duplex
Using ethernet@46000000 device
TFTP from server 10.112.165.61; our IP address is 10.112.164.69
Filename 'u-boot.img'.
Load address: 0x90000000
Loading: #################################################################
#################################################################
#################################################################
#########
4.9 MiB/s
done
Bytes transferred = 1042780 (fe95c hex)
=> sf update 0x90000000 0x280000 1042780
device 0 offset 0x280000, size 0x1042780
17049472 bytes written, 0 bytes skipped in 17.860s, speed 1002910 B/s


=> tftp 0x90000000 sysfw.itb
link up on port 1, speed 1000, full duplex
Using ethernet@46000000 device
TFTP from server 10.112.165.61; our IP address is 10.112.164.69
Filename 'sysfw.itb'.
Load address: 0x90000000
Loading: #####################################################
4.7 MiB/s
done
Bytes transferred = 269278 (41bde hex)
=> sf update 0x90000000 0x6C0000 269278
device 0 offset 0x6c0000, size 0x269278
2527864 bytes written, 0 bytes skipped in 4.611s, speed 560895 B/s
=>

And then I set the switch to OSPI boot mode.

But device is not boot up and there are no any uart logs.

Could you let me know how to start debug for this?

Best Regards,

Jaewook