File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff 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
113113As 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
You can’t perform that action at this time.
0 commit comments