Other Parts Discussed in Thread: BEAGLEBOARD-X15, AM5728, AM5718
Hi,
I am following this guide:
https://software-dl.ti.com/processor-sdk-linux/esd/AM57X/09_02_00_133/exports/docs/linux/Overview_Building_the_SDK.html
And try out the Arago build for TI AM572x Evaluation Module (TMDSEVM572X).
I built the image with:
git clone https://git.ti.com/git/arago-project/oe-layersetup.git tisdk
cd tisdk/
./oe-layertool-setup.sh -f configs/processor-sdk-linux/processor-sdk-linux-09_02_00_05.txt
cd build/. conf/setenv
MACHINE=am57xx-evm ARAGO_RT_ENABLE=1 bitbake -k tisdk-base-image
Then I boot the image. But it gets stuck in u-boot:
U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
DRA752-GP ES2.0
Trying to boot from MMC1
no pinctrl state for default mode
Loading Environment from FAT... no pinctrl state for default mode
*** Error - No Valid Environment Area found
*** Warning - bad env area, using default environment
Loading Environment from MMC... OK
U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
CPU : DRA752-GP ES2.0
Model: TI AM5728 BeagleBoard-X15
Board: AM572x EVM REV A.3A
DRAM: 2 GiB
ti_emmc_boardid_get failed -5
Core: 65 devices, 21 uclasses, devicetree: separate
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from FAT... *** Error - No Valid Environment Area found
*** Warning - bad env area, using default environment
Loading Environment from MMC... OK
Net: eth2: ethernet@48484000
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
Failed to load 'boot.scr'
This will not be a case any time
This will not be a case any time
574 bytes read in 29 ms (18.6 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc0 ...
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
This will not be a case any time
This will not be a case any time
6517248 bytes read in 310 ms (20 MiB/s)
Failed to load '/boot/am57xx-evm-reva3.dtb'
This will not be a case any time
This will not be a case any time
Kernel image @ 0x82000000 [ 0x000000 - 0x637200 ]
Working FDT set to 0
FDT and ATAGS support not compiled in
�esetting ...
Could you please help me on this issue? Thanks in advance!
Best regards,
Chencheng