Tool/software:
I am looking for making the board to boot fropm eMMC.
I downloaded the SDK on my Linux machine in a docker.
After Installation of SDK used tbelow commands for installation:
chmod +x ti-processor-sdk-linux-am62xx-evm-10.01.10.04-Linux-x86-Install.bin
./ti-processor-sdk-linux-am62xx-evm-10.01.10.04-Linux-x86-Install.bin
After this I have changed the ./ti-processor-sdk-linux-am62xx-evm-10.01.10.04/board-support/ti-u-boot-*/board/ti/am62x/am62xx.env
I have chnaged the below lines:
-mmcdev=1
-bootpart=1:2
+mmcdev=0
+bootpart=0:1
and then directly set-up environment using ./setup.sh
There are prompts that to install packages and accepted for installation and then Im looking for boot loader files and skipped nfs,tftp,minicom,u-boot and then after setup.sh is success.
I have used directly make u-boot on ./ti-processor-sdk-linux-am62xx-evm-10.01.10.04 terminal.
The booting has failed and Cross compilation tools are not even set .
Need assistance with generating the u-boot files with emmc as default.
I tried many times for completely deleting and reinstalling the SDK and making setup.sh but still my Compiler toolchains are not set and boot files are not getting generated.