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
Effective rootfs size in current images is about 3.4G and is 99% full;
latest builds fail due to lack of space. Bump the default imagesize in
image.yaml and README to 4.5GiB, which is roughly 512MiB for ESP and
4GiB for rootfs. The debos imagesize parsing is based on docker/go-units
which was confirmed to support fractional sizes correctly.
Signed-off-by: Loïc Minier <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ A few options are provided in the debos recipes; for the root filesystem recipe:
129
129
For the image recipe:
130
130
- `dtb`: override the firmware provided device tree with one from the linux kernel, e.g. `qcom/qcs6490-rb3gen2.dtb`; default: don't override
131
131
- `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
132
-
- `imagesize`: set the output disk image size; default: `4GiB`
132
+
- `imagesize`: set the output disk image size; default: `4.5GiB`
133
133
134
134
For the flash recipe:
135
135
- `u_boot_rb1`: prebuilt U-Boot binary for RB1 in Android boot image format -- see below (NB: debos expects relative pathnames)
0 commit comments