Part Number: TMDX654GPEVM
Tool/software: Linux
Failed to boot to u-boot / Linux after following the following procedure. I have a Am65x/DRA80xM Evaluation Module.
Anything I did wrong?
Thanks,
**************************************************************************************************************************************************************************************************************
- Follow the Steps to boot to eMMC
eMMC
ROM supports booting from eMMC from boot0 partition offset 0x0
Flashing Images to eMMC
The following commands can be used to download tiboot3.bin, tispl.bin and u-boot.img from an SD card and write them to the eMMC boot0 partition at respective addresses.
- mmc dev 0 1
- fatload mmc 1 ${loadaddr} tiboot3.bin
- mmc write ${loadaddr} 0x0 0x400
- fatload mmc 1 ${loadaddr} tispl.bin
- mmc write ${loadaddr} 0x400 0x1000
- fatload mmc 1 ${loadaddr} u-boot.img
- mmc write ${loadaddr} 0x1400 0x2800
- To give the ROM access to the boot partition, the following commands must be used for the first time:
- mmc partconf 0 1 1 1
- mmc bootbus 0 2 0 0
- Bootmode Switch Settings
- After writing the images, change the bootmode switches on the evm to the following:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Booting Kernel from eMMC
- To create a software partition for the rootfs, the following command can be used:
- gpt write mmc 0 ${partitions}
- eMMC Layout
- Kernel image and DT are expected to be present in the /boot folder of rootfs. To boot kernel from eMMC, use the following commands:
- setenv mmcdev 0
- setenv bootpart 0
- boot
- errors:
- failed to mount ext2 filesystem
- **unrecognizaed filesystem type **