Replies: 2 comments
-
|
Hmmm... I've had luck by instead setting IMAGE_ROOTFS_EXTRA_SPACE. Not sure how yocto handles things differently under the hood, but I've been able to expand to the full size of the eMMC on an Orin |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It seems it was a fluke - everything worked correctly after all. I had a "leftover" How I ended up with this "leftover" device, I have no idea. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Recently we had to increase the rootfs size via
ROOTFSPART_SIZE_DEFAULTfrom the default 2.5 GB to 6.5 GB. We are working with an Orin-NX16 with a 256GB external NVME attached. I tried it both in a devkit and our custom board.It works, in the sense that the rootfs is increased. However, for some of the boards we are working on, we sometimes get the following error when tegraflashing with:
sudo ./initrd-flash:I circumvented the error, by commenting out line 198 in
make-sdcard. After that we can get it running by forcing it in the slot B.Does anyone have any pointers on what could be the issue?
Edit: Added info on Orin-NX16.
Beta Was this translation helpful? Give feedback.
All reactions