Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootable img file extraction #65

Open
fatemeh-mohseni-AI opened this issue Dec 24, 2023 · 1 comment
Open

bootable img file extraction #65

fatemeh-mohseni-AI opened this issue Dec 24, 2023 · 1 comment

Comments

@fatemeh-mohseni-AI
Copy link

hello sir .
I have worked a lot on my jetson nano with your image and now , after months , I need 10 more jetson nanos with the same os as mine .
I have installed lots of things on it and there are lots of configs on it . but I couldn't make a bootable file from the existing sd card .
I would appreciate it if you help me with it .
how can I make a bootable file from my current sd card ?
by < disk internal linux reader > software, I could have a .sdk file which is not bootable and I couldn't boot jetson nano with it .
How do I make it bootable or how do I make a bootable file from my sd card ?
many thanks

@Qengineering
Copy link
Owner

The easiest way to go is by creating an *.img file containing the whole SD card. I use my Windows machine's free tool DiskInternals Linux Reader. The file will be as large as your SD card. The next step could be compressing the *.img to *.xz by some zipper. Tip: Fill the remaining unused space with zeros before creating the *.img file. It makes life easier for the xz zipper, resulting in a smaller file size. Your target SD card should be the same size as the original one.

The other way, making an image like the NVIDIA download centre provides (expandable SD card size, building the OS and all related files) is much harder. I'm afraid I can't help you with this path. In the past, I've investigated the idea, but after a few hours of Googling, I couldn't find a proper solution, so I quit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants