[Buildroot] [PATCH 1/2] configs/at91sam9g20dfc: add ubifs target filesystem

Joshua Henderson joshua.henderson at microchip.com
Thu Apr 5 21:21:23 UTC 2018


This is a required component to complete the configuration. It also makes sense
to add ubifs so that this board can be flashed with the board/atmel/flasher.sh
script.

Signed-off-by: Joshua Henderson <joshua.henderson at microchip.com>
---
 configs/at91sam9g20dfc_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/at91sam9g20dfc_defconfig b/configs/at91sam9g20dfc_defconfig
index 0824868..f555b60 100644
--- a/configs/at91sam9g20dfc_defconfig
+++ b/configs/at91sam9g20dfc_defconfig
@@ -15,6 +15,8 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="at91sam9g20ek"
 
 # Filesystem
 BR2_TARGET_ROOTFS_TAR=y
+BR2_TARGET_ROOTFS_UBI=y
+BR2_TARGET_ROOTFS_UBIFS_MAXLEBCNT=2047
 
 # Bootloaders
 BR2_TARGET_AT91BOOTSTRAP3=y
-- 
2.7.4



More information about the buildroot mailing list