Hi,
I use flash.sh to burn NX 35.2.1, and the command is sudo ./flash.sh jetson-xavier-nx-devkit internal
, and I also try the cammand sudo ./flash.sh jetson-xavier-nx-devkit mmcblk0p1
.
At the same time, I tried the devicetree nvidia/platform/t19x/jakku/kernel-dts/tegra194-p3668-0000-p3509-0000.dts
as following.
sdhci@3460000 {
status = “okay”;
};
or
sdhci@3440000 {
status = “okay”;
};
or
sdhci@3400000 {
status = “okay”;
};
The result is that if enable 3400000 and disable another two , the log is the following attachment.
enable340000-flash-failed.txt (1.4 KB)
if enable 344000 or 346000 and disable another two,the log is the following attachment.
enable346000or344000-flash-failed.txt (55.2 KB)
I’m supprised that I flashed the firmware into emmc,why the log reported sdcard error?How to burn the emmc rightly?
Thanks