Changes between Version 4 and Version 5 of buildroot/qt
- Timestamp:
- 11/06/2019 01:03:15 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
buildroot/qt
v4 v5 43 43 You can use the following filesystem images: 44 44 * output/images/rootfs.ubi for 2K page size flash geometries (256MB flash or newer 2GiB flash parts) 45 - if you are looking for a ubi image suitable for 4K page size flash geometries (the Micron 2GiB part) change the following via menuconfig: 46 {{{#!bash 47 BR2_TARGET_ROOTFS_UBIFS_LEBSIZE=0x3e00 48 BR2_TARGET_ROOTFS_UBIFS_MINIOSIZE=0x1000 49 BR2_TARGET_ROOTFS_UBIFS_MAXLEBCNT=8192 50 BR2_TARGET_ROOTFS_UBI_PEBSIZE=0x40000 51 BR2_TARGET_ROOTFS_UBI_SUBSIZE=0 52 }}} 45 53 * output/images/rootfs.tar - refer to [wiki:/linux/blockdev this page] to create a bootable block storage device using the created tarball 46 54 * output/images/sdcard.img - disk image suitable for copying to a removalbe block storage device (see [wiki:/linux/blockdev])