Other Parts Discussed in Thread: PMP
Tool/software: Linux
Hii All,
Can anyone let me know how to bring up Linux zImage from QSPI in AM5718 IDK ?
I have followed the following link to bring up u-boot from QSPI successfully.
I am replacing uImage with zImage and using bootz ${loadaddr} - ${fdtaddr} command to get Linux.
My booting log is :
/***********************************************************************************************/
U-Boot 2018.01-00444-g17164f4-dirty (Apr 24 2019 - 12:29:37 +0530)
CPU : DRA722-GP ES2.0
Model: TI AM5718 IDK
Board: AM571x IDK REV 1.3B
DRAM: 1 GiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
part_get_info_efi: *** ERROR: Invalid GPT ***
GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
part_get_info_efi: *** ERROR: Invalid Backup GPT ***
SCSI: SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
scanning bus for devices...
Found 0 device(s).
Net: eth0: ethernet@48484000
Hit any key to stop autoboot: 0
MMC: no card present
MMC: no card present
MMC: no card present
MMC: no card present
MMC: no card present
** Bad device mmc 0 **
MMC: no card present
MMC: no card present
** Bad device mmc 0 **
MMC: no card present
** Bad device mmc 0 **
/*******************************************************************************************/
How to add Rootfs to QSPI ?
Thanks and Regards ...
Arpita Jena