You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,7 @@ A few options are provided in the debos recipes; for the root filesystem recipe:
45
45
46
46
For the image recipe:
47
47
- dtb: override the firmware provided device tree with one from the linux kernel, e.g. `qcom/qcs6490-rb3gen2.dtb`; default: don't override
48
-
- imagetype: either `ufs` (the default) or (`sdcard`); UFS uses 4096 bytes sectors and SD card 512 bytes
49
-
- image: set the output disk image filename; default is to suffix it with the imagetype: `disk-ufs.img`
48
+
- imagetype: either `ufs` (the default) or (`sdcard`); UFS images are named disk-ufs.img and use 4096 bytes sectors and SD card images are named disk-sdcard.img and use 512 bytes sectors
50
49
- imagesize: set the output disk image size; default: `4GiB`
51
50
52
51
These can be passed as follows:
@@ -72,7 +71,7 @@ The RB3 Gen2 board boots from UFS by default. To flash a disk image to the UFS s
1. put the board in "emergency download" mode (EDL) by removing any cable from the USB type-C port, and pressing the `F_DL` button while turning the power on
0 commit comments