Tool/software:
Hello Team,
I am working with the AM62x-LP evaluation board and have encountered some confusion regarding the flash memory interfaces supported and the configuration observed in U-Boot.
1. Memory Interface Discrepancy:
- On the TI AM62x-LP product page SK-AM62-LP Development kit | TI.com, in features list it mention that the flash interface supported Quad Serial Peripheral Interface (QSPI).
- In the AM62x-LP User Guide and schematic, the board provides a 512Mb OSPI0 flash interface,
- and the interfacing table lists an eMMC (MTFC16GAPALBH-IT) along with a NAND flash device (16GB).
Could you please clarify the exact supported flash memory interface QSPI or OSPI NAND ? and configuration for the AM62x-LP?
Please provide the steps to access the OSPI-NAND and emmc-NAND from u-boot ?
2. Issue with OSPI-NAND in U-Boot:
-
I have attached my U-Boot logs for reference. In the U-boot logs, Nand memory is showing as 0 MB
U-Boot 2023.04 (Oct 08 2024 - 12:51:44 +0530)
SoC: AM62X SR1.0 HS-FS
Model: Texas Instruments AM62x LP SK
EEPROM not available at 80, trying to read at 81
Board: AM62-LP-SKEVM rev E2
DRAM: no bloblist found!2 GiB
Core: 81 devices, 33 uclasses, devicetree: separate
NAND: 0 MiB
MMC: mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from nowhere... OK
In: serial
Out: serial
Err: serial
Net: eth0: ethernet@8000000port@1
Hit any key to stop autoboot: 0 - While trying with DFU Nand commands am getting an error as Device nand0 not found!
Could you please help me resolve the issue and understand why the OSPI-NAND is not being detected in U-Boot?
=> dfu 0 nand 0
DFU entities configuration failed!
(partition table does not match dfu_alt_info?)
dfu - Device Firmware Upgrade
=> dfu 0 nand list
DFU entities configuration failed!
(partition table does not match dfu_alt_info?)
dfu - Device Firmware Upgrade
=> mtdparts
Device spi-nand0 not found!
Thanks & Regards,
Yashavanth Gowda