Flashing a Partition on an NVMe

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.

Hi,

The same, please refer to the README_initrd_flash.txt
Workflow 9: Flash inidividual partition

Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.