Changes between Version 13 and Version 14 of linux/blockdev
- Timestamp:
- 10/01/2019 10:53:32 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/blockdev
v13 v14 40 40 3. Un-mount volumes 41 41 {{{#!bash 42 umount ${DEVICE} *42 umount ${DEVICE}?* 43 43 }}} 44 44 … … 75 75 76 76 9. Remove the device from the PC and insert/connect to Gateworks SBC 77 78 === mmcblk0 Imaging ===79 80 If the !Desktop/Laptop being used to flash the microSD device shows up as /dev/mmcblk0 then it will act slightly different than the standard storage device (/dev/sda).81 82 Follow the below example and adjust as necessary:83 {{{84 DEVICE=/dev/mmcblk085 printf "2048,,L,,\n" | sudo sfdisk --force --unit S ${DEVICE}86 sudo mkfs.ext4 ${DEVICE}p187 sudo mount ${DEVICE}p1 /mnt/disk88 sudo tar -C /mnt/disk -xvf rootfs.tar.bz289 sudo umount /mnt/disk90 }}}91 77 92 78 === Imaging from U-Boot ===