Forum Discussion
Hi
The usage of the mmc write deals with the raw data of the mmc.
If you are following the boot steps of the Agilex7 in setting up the sd card.
There are 2 partitions to the sdcard.
Could you check i which block the second partition is starts from and try writing starting from the second partition.
https://unix.stackexchange.com/questions/311961/uboot-write-kernel-into-mmc-partition
Regards
Jingyang, Teh
- Gokulraj9 months ago
New Contributor
Hi,
The solution you suggested for problems related in SD-card partition.Here the main issue is in reading 64bit memory address.
"mmc write" command can take 32bit memory address and its is working fine,but while using 64bit memory address it's locked in timeout error. I've confirmed it by debugging the u-boot code while using "mmc write" command.
will you check with the file related to mmc in driver and include folder in your side and give me a solution.
Thanks
Gokulraj