请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号: AM625-Q1
尊敬的专家:
在 tile 说明中、我已经看到一些关于 E2E 相关主题的讨论。
我尝试通过 DFU 引导刷写 OSPI-NOR 闪存、在 DFU 引导成功后执行以下步骤。
Welcome to minicom 2.7.1
OPTIONS: I18n
Compiled on Dec 23 2019, 02:06:26.
Port /dev/ttyUSB0, 15:25:45
Press CTRL-A Z for help on special keys
sf probe
SF: Detected s28hs512t with page size 256 Bytes, erase size 256 KiB, total 64 MiB
=> mtd list
Could not find a valid device for spi-nand0
List of MTD devices:
* nor0
- device: flash@0
- parent: spi@fc40000
- driver: jedec_spi_nor
- path: /bus@f0000/bus@fc00000/spi@fc40000/flash@0
- type: NOR flash
- block size: 0x40000 bytes
- min I/O: 0x10 bytes
- 0x000000000000-0x000004000000 : "nor0"
- 0x000000000000-0x000000080000 : "ospi.tiboot3"
- 0x000000080000-0x000000280000 : "ospi.tispl"
- 0x000000280000-0x000000680000 : "ospi.u-boot"
- 0x000000680000-0x0000006c0000 : "ospi.env"
- 0x0000006c0000-0x000000700000 : "ospi.env.backup"
- 0x000000800000-0x000003fc0000 : "ospi.rootfs"
- 0x000003fc0000-0x000004000000 : "ospi.phypattern"
=> setenv dfu_alt_info "tiboot3 raw 0x0 0x80000;tispl raw 0x80000 0x200000;u-boot raw 0x280000 0x400000"
=> dfu 0 mtd spi-nor0
MTD support not available!
DFU entities configuration failed!
(partition table does not match dfu_alt_info?)
dfu - Device Firmware Upgrade
Usage:
dfu <USB_controller> [<interface> <dev>] [list]
- device firmware upgrade via <USB_controller>
on device <dev>, attached to interface
<interface>
[list] - list available alt settings
=> dfu 0 mtd spi-nand0
MTD support not available!
DFU entities configuration failed!
(partition table does not match dfu_alt_info?)
dfu - Device Firmware Upgrade
Usage:
dfu <USB_controller> [<interface> <dev>] [list]
- device firmware upgrade via <USB_controller>
on device <dev>, attached to interface
<interface>
[list] - list available alt settings
=>
我看到了这个错误、
MTD 支持不可用!
DFU 实体配置失败!
我是否想念 Amy Steps?
谢谢你。
Gibbs
参考
