Skip to content

4. Dump Busybox

Edwin edited this page Dec 27, 2018 · 3 revisions

Dump Busybox

Again, make sure you already finished Setup SD Card Partition

Run the script dump_busybox.sh to copy root file system to SD card.

edwinlai@edwinlai:~/iMX8$ ./dump_bustbox.sh -h
Usage : build_image [option]
  -t    --target	Target device fs, eg. /dev/sdc1
  -m    --mnt	        Local mount point.
  -d    --default	Default, ie. /dev/sdc1 & /mnt
  -h    --help	Print this message.

./dump_bustbox.sh -t /dev/sdc2 -m /mnt
# Or using default
./dump_bustbox.sh -d

__Yeah! We're Done!__
Clone this wiki locally