Hi,
Referring to Flashing Linux to eMMC dev.ti.com/.../node
I can't seem to get the AM64x to boot from eMMC. I am a bit confused about this line in the directions.
"Now that an ext4 partition is created, the Linux kernel, device tree, and root filesystem can be written to this partition. Copy the Linux image from the host to the EVM. For example, the default image for AM64x:
tisdk-default-image-am64xx-evm.tar.xz"
The SD card image has wic in the file name. (tisdk-default-image-am64xx-evm.wic.xz)
And it won't untar using the 'tar xf' command. I get an error.
So, I used the command unxz to uncompress the image to the eMMC.
Then, when I change the switches to boot from eMMC, it doesn't seem to want to boot-up.
When I unzip the wic image (tisdk-default-image-am64xx-evm.wic) using windows, it has the files 0.fat and 1.img in it. So,
I tried copying those files to the eMMC and again tried to boot from eMMC and once again, it doesn't seem to be able to boot up.
I am a bit skeptical of the last lines of the directions.
I think U-Boot is supposed to boot, but since it is on the eMMC, I am skeptical if it will even boot.
Should these steps be included with the previous steps like the following?
=> mmc partconf 0 1 1 1 => mmc bootbus 0 2 0 0
=> setenv mmcdev 0
=> setenv bootpart 0
=> saveenv
Thank you,