Tool/software:
Subject:
Hi Sir,
The UBoot of the TI-SDK J721s2 is to load the Linux rootfs image from SD Card by default.
We can run below UBoot command to change from eMMC.
TARGET => setenv mmcdev 0
TARGET => setenv bootpart 0
TARGET => boot
Now, we need a permanent solution that modifies the code to load the Linux rootfs image from eMMC by default.
Could you please provide guidance on how to modify the U-Boot code to achieve this?
It's important to note that our hardware board has the EEPROM removed, rendering the "saveenv" command ineffective.
Thank you for your time and assistance.
B.R.
SanHsin Kuo