240428Note:Export Jetson Nano Image
2024-04-28
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
sudo su
sudo parted -l
sudo parted /dev/sdb
-> unit s
-> print freerecord last free number (60546876) (the first number in Free Space)
cd to the desktop location (cd /home/integem/Desktop)
sudo dd if=/dev/sdb count=60546876 | gzip > ./jetson-nano.img.gz
to see progress: sudo watch -n 5 pkill -USR1 -n -x dd
use usb drive to copy out the jetson-nano.img.gz file and upload into one drive