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:通过 U-boot 将 Linux 刷写到 NOR 闪存

Guru**** 1821780 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1434520/tda4vp-q1-flashing-linux-to-nor-flash-via-u-boot

器件型号:TDA4VP-Q1

工具与软件:

您好!

我想将 Linux 从 U-Boot 中刷写到 NOR 您能告诉我需要什么过程以及需要哪种类型的文件吗?
我成功通过以下命令将 u-boot 刷写到 NOR:

=> 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

谢谢!
Rachel