Hello,
How would I go about re-flashing a partition when the rootfs exists on an NVMe. I know for eMMC you can run the following.
./flash.sh -r -k <partition-name> <carrier> mmcblk0p1
But how does that work if I originally flashed to an NVMe using:
./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c \
tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" \
--showlogs --network usb0 <carrier> internal
Thanks.