Hi everyone,
We use Orin module and Jetpack5.1.2, the module boot up failed when after flashed clone image. The step as below:
1.Flash rootfs:
$ sudo ./flash.sh jetson-agx-orin-devkit internal
2.Configure ubuntu
3.Update and install tools
$ sudo apt-get update
$ sudo apt-get instll lrzsz
$ sudo sync
4.Clone APP image
$ sudo ./flash.sh -r -k APP -G clone.img jetson-agx-orin-devkit mmcblk0p1
5.Replace system.img
$ cd Linux_for_Tegra/bootloader
$ mv …/clone.img system.img
- Flash new system.img
$ sudo ./flash.sh -r jetson-agx-orin-devkit mmcblk0p1
- Boot failed
[ 11.674764] Freeing unused kernel memory: 3968K
[ 11.680156] Run /init as init process
[ 11.696093] Root device found: PARTUUID=f4875bb0-7a33-4246-9374-f3f2f7cf0280
[ 28.754356] ERROR: PARTUUID=f4875bb0-7a33-4246-9374-f3f2f7cf0280 mount fail...
DaveYYY
3
Hi,
Please don’t mix internal
and mmcblk0p1
in different commands.
Use either all internal
or all mmcblk0p1
.
I flashed system file use JetPack5.0.2,the command is
$ sudo ./flash.sh jetson-agx-orin-devkit mmcblk0p1
and then I flashed system file use cloned APP use JetPack5.1.2, the command is
$ sudo ./flash.sh -r -k APP jetson-agx-orin-devkit mmcblk0p1
After flashed APP the Orin module also boot up failed, the log as below
[ 11.674764] Freeing unused kernel memory: 3968K
[ 11.680156] Run /init as init process
[ 11.696093] Root device found: PARTUUID=f4875bb0-7a33-4246-9374-f3f2f7cf0280
[ 28.754356] ERROR: PARTUUID=f4875bb0-7a33-4246-9374-f3f2f7cf0280 mount fail...
So I think the reason is not mix use internal
and mmcblk0p1
in different commands.
DaveYYY
5
No one told you to mix 5.0.2 and 5.1.2…
Of course it won’t work.
I have orin module which has been flashed Jetpack5.0.2 , what command shoud I use when I flash it Jetpack5.1.2? Thanks.
DaveYYY
7
你不能拿A版本備份出來的image跟B版本的BSP混在一起…
你要升級版本就只能手動備份你需要的檔案,升級完以後再復原回去
system
Closed
9
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.