Lines Matching refs:DEV
122 The following shell commands are executed on a Linux host (adjust DEV to the
125 DEV=/dev/sdc
127 sudo dd if=/dev/zero of=$DEV count=1 bs=1M oflag=sync status=none && sync
129 sudo dd if=SPL of=$DEV bs=1K seek=1 oflag=sync status=none && sync
131 sudo dd if=u-boot.img of=$DEV bs=1K seek=69 oflag=sync status=none && sync
133 printf "1,,L\n" | sudo sfdisk --in-order --no-reread -L -uM $DEV && sync
135 sudo mkfs.ext4 -L root ${DEV}1
137 sudo udisks --mount ${DEV}1
269 The following shell commands are executed on a Linux host (adjust DEV to the
272 DEV=/dev/sdc
274 sudo dd if=/dev/zero of=$DEV count=1 bs=1M oflag=sync status=none && sync
276 sudo dd if=SPL of=$DEV bs=1K seek=1 oflag=sync status=none && sync
278 sudo dd if=u-boot.img of=$DEV bs=1K seek=69 oflag=sync status=none && sync
280 printf "10,,L\n" | sudo sfdisk --in-order --no-reread -L -uM $DEV && sync
282 sudo mkfs.ext4 -L root ${DEV}1
284 sudo udisks --mount ${DEV}1