Team,
I am working on AM62AX Linux EVM(exploring the features).
trying to flash the NAND memory through DFU getting error as
=> setenv dfu_alt_info ${dfu_alt_info_ospi_nand}
=> dfu 0 mtd spi-nand0
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 list commands gives output as
=> mtd list
List of MTD devices:
* spi-nand0
- device: flash@0
- parent: spi@fc40000
- driver: spi_nand
- type: NAND flash
- block size: 0x40000 bytes
- min I/O: 0x1000 bytes
- OOB size: 128 bytes
- OOB available: 80 bytes
- 0x000000000000-0x000008000000 : "spi-nand0"
- 0x000000000000-0x000000080000 : "ospi.tiboot3"
- 0x000000080000-0x000000280000 : "ospi.tispl"
- 0x000000280000-0x000000680000 : "ospi.u-boot"
- 0x000000680000-0x0000006c0000 : "ospi.env"
- 0x0000006c0000-0x000000700000 : "ospi.env.backup"
- 0x000002000000-0x000007fc0000 : "ospi.rootfs"
- 0x000007fc0000-0x000008000000 : "ospi.phypattern"
=>
=> mtdparts
Device nand0 not found!
=>
what could be wrong ?