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.

TDA4VP-Q1: Flashing Linux to NOR flash via U-BOOT

Part Number: TDA4VP-Q1

Tool/software:

Hi,

I want to flash Linux to the NOR from the U-Boot can you tell me please what the process and which type of file is need?
I succeed to flash u-boot to the nor by these commands:

=> sf probe 0
=> loadb 0x82000000
Send the tiboot3.bin file via Kermit.
=> sf erase 0x0 +$filesize
=> sf update 0x82000000 0x0 $filesize
=> loadb 0x82000000
Send the tispl.bin_unsigned file via Kermit
=> sf erase 0x80000 +$filesize
=> sf update 0x82000000 0x80000 $filesize
=> loadb 0x82000000
Send the u-boot.img_unsigned file via Kermit
=> sf erase 0x280000 +$filesize
=> sf update 0x82000000 0x280000 $filesize

Thanks,
Rachel