请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号: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