Skip to content

Commit d4da8be

Browse files
committed
README: Fix indentation of first RB1 shell snippet
Signed-off-by: Loïc Minier <[email protected]>
1 parent 03a23a2 commit d4da8be

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -111,21 +111,21 @@ The RB1 board boots from eMMC by default and uses an Android style boot architec
111111

112112
#### Build disk-sdcard.img with debos
113113
As above, build a SD card image as it's using a 512 sector size, like eMMC on the RB1:
114-
```bash
115-
debos \
116-
--fakemachine-backend qemu \
117-
--memory 1GiB \
118-
--scratchsize 4GiB \
119-
-t xfcedesktop:true \
120-
debos-recipes/qualcomm-linux-debian-rootfs.yaml
121-
debos \
122-
--fakemachine-backend qemu \
123-
--memory 1GiB \
124-
--scratchsize 4GiB \
125-
-t dtb:qcom/qrb2210-rb1.dtb \
126-
-t imagetype:sdcard \
127-
debos-recipes/qualcomm-linux-debian-image.yaml
128-
```
114+
```bash
115+
debos \
116+
--fakemachine-backend qemu \
117+
--memory 1GiB \
118+
--scratchsize 4GiB \
119+
-t xfcedesktop:true \
120+
debos-recipes/qualcomm-linux-debian-rootfs.yaml
121+
debos \
122+
--fakemachine-backend qemu \
123+
--memory 1GiB \
124+
--scratchsize 4GiB \
125+
-t dtb:qcom/qrb2210-rb1.dtb \
126+
-t imagetype:sdcard \
127+
debos-recipes/qualcomm-linux-debian-image.yaml
128+
```
129129

130130
#### Build U-Boot with RB1 support
131131

0 commit comments

Comments
 (0)