/dev/sdb is not a supported external storage device
Cleaning up…
i was try to flash my vgen nvme ssd with usb connected to host, and this happens when i try to flash. i was intend to make my jetson booting in nvme and make it as rootfs
I am using emmc devkit 32gb. A little story that at first I intended to make Jetson boot on the SSD. I inserted the SSD into the Jetson then entered recovery mode and connected the Jetson to the host using a USB cable. but when doing the command
$ lsblk -d -p | grep nvme | cut -d\ -f 1 on host.
The host does not detect the NVME installed on Jetson, even though when in LSUSB, Jetson is detected as connected to the host.
The host only detects the SSD installed in the laptop (host). Therefore I intend to flash the SSD by removing it from the Jetson and flashing it using a USB cable.
I will try your recommendation. but I’m still confused, maybe I’ll ask some questions before doing it.
the command(sudo ./tools/kernel_flash/l4t_initrd_flash.sh -c tools/kernel_flash/flash_l4t_external.xml --external-device /dev/sdb --direct jetson-agx-xavier-devkit external) executed from host terminal or jetson terminal?
if I run the command from the host terminal, I’m afraid that the nvme0n1p1 parameter will select my nvme on my laptop (host).
if i run the command from the host terminal, Is it necessary to put Jetson in recovery mode?
just want to let you know that all this is to make my root size bigger than before, because previously I tried to install jetpack 5.1.2 using sdk manager and pointing to nvme, but there was no partition APP configuration session
just want to let you know that all this is to make my root size bigger than before, because previously I tried to install jetpack 5.1.2 using sdk manager and pointing to nvme, but there was no partition APP configuration session
If ignoring the size of nvme, is sdkmanager able to flash to nvme successfully?