Replies: 1 comment
-
Hi @hutcruchi
See https://docs.yoctoproject.org/ref-manual/structure.html and https://docs.yoctoproject.org/ref-manual/structure.html#build-tmp-deploy-images. The
See the wiki page here which is the first wiki result in the search for initrd flash. In general you'll find a wealth of information through github searches on the OE4T org, although sometimes you do need to dig.
We don't have comprehensive documentation for this yet, you can find some hints about how people have done this with some searches of discussion posts. Docs updates are welcome if you are so inclined.
We don't have a generic description for this either, but specifically for the rootfs size customization you can find some instructions at https://github.com/OE4T/meta-tegra/wiki/initrd-flashing-support#customizing-external-storage-size. |
Beta Was this translation helpful? Give feedback.
-
I just built my first yocto image: demo-image-sato.
I have the Orin Nano devkit hosting Orin NX SoM with external NVMe.
When using Nvidia default BSP I used their "initrd flash method" to flah the built image directly to the external NVMe.
Few questions please regarding using alternative tools to the ones provided by Nvidia BSP:
What is the replacement method for flashing the image on my devkit?
How can I flash specific partition (for example dtb instead the whole NVMe)
How can I modify the partitions layout (set APP partition size or custom parition)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions