Replies: 1 comment 2 replies
-
Did you try with the default memory layout ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I added a custom partition to my meta-tegra image and tried to reflash an NVME that had been flashed with the old image that did not contain the partition.
During step 4, it looks like the partitions on the nvme are mounted to my host, and then they cannot be unmounted, so the process fails.
More specifically, in make-sdcard.sh, the sgdisk command on line 451 passes, and then the 'partprobe' fails on line 458 fails. The devices cannot be removed after that.
I am currently using scarthgap and bmap-tools. I tried disabling bmap to see if that was causing some issue, but that wasn't it.
Attached is the output of initrd-flash. Thank you for any advice you may have.
flash-failure.txt
is the output of initrd-flash. Thank you for any advice you may have.
Beta Was this translation helpful? Give feedback.
All reactions