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

240428Note:Export Jetson Nano Image #35

Open
Geekiter opened this issue Apr 28, 2024 · 0 comments
Open

240428Note:Export Jetson Nano Image #35

Geekiter opened this issue Apr 28, 2024 · 0 comments
Labels

Comments

@Geekiter
Copy link
Owner

after you feel that your nano system is mature, takes out your sd card from nano
insert your sd card to a nano reader
Go to Ubuntu linux system (can be virtual environment with large enough space for image file)
follow the following command to burn your sd card to an image file

  1. sudo su

  2. sudo parted -l

  3. sudo parted /dev/sdb
    -> unit s
    -> print free

  4. record last free number (60546876) (the first number in Free Space)

  5. cd to the desktop location (cd /home/integem/Desktop)

  6. sudo dd if=/dev/sdb count=60546876 | gzip > ./jetson-nano.img.gz

  7. to see progress: sudo watch -n 5 pkill -USR1 -n -x dd

  8. use usb drive to copy out the jetson-nano.img.gz file and upload into one drive

@Geekiter Geekiter changed the title 240428Note:导出Jetson Nano Image 240428Note:Export Jetson Nano Image May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant