How to flash directly to nvme #957
Unanswered
gpinheiro-thegoodpenguin
asked this question in
Q&A
Replies: 1 comment
-
It should be possible to do something similar to NVIDIA's kernel_flash mechanism by building an image that runs from an initramfs, formats the NVME drive, and enables USB device mode to serve the NVME partitions to the host for writing the contents. But you'd have to put this together yourself... we don't have handy tools/recipes to make it easy (such a contribution would be welcome!). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a known way with meta-tegra to replicate the nvidia flashing nvme method?
I've managed to flash it using emmc but the image we want to flash is too big for emmc and we want to flash directly to nvme.
I am using the latest dunfell branch.
Beta Was this translation helpful? Give feedback.
All reactions