Hi TI,
We are using an Am625-based custom board, and we are trying to boot the kernel from u-boot using the file system already stored in emmc memory. We are following the below-mentioned steps.
at u-boot prompt
=> setenv mmcdev 0
=> setenv bootpart 0
=> boot
Initially, we were able to boot Linux by running the above command at the u-boot prompt. Recently, we have been facing issues mentioned below.
=> setenv mmcdev 0
=> setenv bootpart 0
=> boot
switch to partitions #0, OK
mmc0(part 0) is current device
SD/MMC found on device 0
fs_devread read outside partition 22717587368
Failed to load 'boot.scr'
** Unrecognized filesystem type **
fs_devread read outside partition 22717587368
Failed to load '/boot/Image'
fs_devread read outside partition 22717587368
Failed to load '/boot/am62xx-fsp.dtb'
libfdt fdt_check_header(): FDT_ERR_BADMAGIC
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
Bad Linux ARM64 Image magic!
We are supposed to retrieve the log files, which are stored in the /home folder of the file system. But we weren't able to load the file system.
Kindly let us know how we can retrieve the log files stored inside the /home folder and also overcome the above-mentioned issue.