pythops / jetson-image

Create minimalist, Ubuntu based images for the Nvidia jetson boards

Home Page:https://pythops.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How would I modify the distro?

opened this issue · comments

Hey! I successfully created an img file and it works wonderfully. Thank you for that.
Now, I want to modify the generation of the img file, so I can add a custom splash image to show throughout
the entire boot and to add packages and startup scripts.
How could I go about doing this? I'm following this article: https://pythops.com/post/create-your-own-image-for-jetson-nano-board

Thanks!

Actually, following the nvidia forums I was able to replace the splash. It's the bmp.blob file in the bootloader folder. In terms of packages and startup scripts, I can just do that within the distro and backup the machine using a set size, so all the unused space doesn't get written. I'll close this now. :)