Lines Matching refs:SD
4 This file describes booting the Chromebook from an SD card containing
16 partition 1 and rootfs is on partition 2 of the SD card.
31 bootsd.img (SD card image containing both kernel and rootfs)
33 Write the image directly to some SD card.
37 SD=/dev/mmcblk1 # may be /dev/sdX on some hosts
38 dd if=output/images/bootsd.img of=$SD
40 Switching to developer mode and booting from SD
50 Press Ctrl-U at this screen to boot from SD (or USB)
71 Remove SD card to prevent it from attempting a system recovery.
81 Partitioning SD card manually
91 output/host/bin/cgpt show $SD
95 Writing kernel and rootfs to a partitioned SD card
99 dd if=output/images/uImage.kpart of=${SD}1
103 mkfs.ext4 ${SD}2
108 This will require root permissions even if you can write to $SD.