Thks @Chavira
I guess I need to enter into fastboot to be able to write into mmc.
In this case, when I run the following command
sudo ~/mfgtools/uuu/uuu -v -b fat_write imx93-6.1.36+git999-r0-imx93-var-som-20240131152844.dtb mmc 0:1 imx93.dtb
I can see in the fastboot console
Starting download of 60492 bytes
downloading of 60492 bytes finished
But the following error is issued from the host CLI
Wait for Known USB Device Appear...
New USB Device Attached at 3:3
New USB Device Attached at 3:3
3:3>Start Cmd:FB: ucmd setenv fastboot_buffer ${loadaddr}
3:3>Okay (0s)
3:3>Start Cmd:FB: download -f imx93-var-som-symphony--6.1.36+git999-r0-imx93-var-som-20240131152844.dtb
3:3>Okay (0.009s)
3:3>Start Cmd:FB: ucmd if test ! -n "$fastboot_bytes"; then setenv fastboot_bytes $filesize; else true; fi
3:3>Okay (0s)
3:3>Start Cmd:FB[-t 20000]: ucmd fatwrite mmc 0:1 ${fastboot_buffer} imx93-var-som-symphony_test1.dtb ${fastboot_bytes}
3:3>Fail (0.001s)
Any suggestion?
By the way, modifying the dtb file directly in root file system works fine.
Thks