[Buildroot] [PATCH] board: amarula: vyasa: Give raw space for falcon mode

shyam saini mayhs11saini at gmail.com
Wed May 9 18:43:09 UTC 2018


From: Jagan Teki <jagan at amarulasolutions.com>

RK3288 Vyasa board support falcon mode in U-Boot and SD layout start from
16MB offset for args and 17MB for uImage. So give full u-boot partition
space as 30M so-that it can occupy bigger uImage file and doesn't overlap
rootfs partition.

Reported-by: Shyam Saini <shyam at amarulasolutions.com>
Tested-by: Shyam Saini <shyam at amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
Signed-off-by: Shyam saini <shyam at amarulasolutions.com>
---
 board/amarula/vyasa/genimage.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/amarula/vyasa/genimage.cfg b/board/amarula/vyasa/genimage.cfg
index fa41de36720e..c8066ace9b68 100644
--- a/board/amarula/vyasa/genimage.cfg
+++ b/board/amarula/vyasa/genimage.cfg
@@ -12,6 +12,7 @@ image sdcard.img {
 		in-partition-table = "no"
 		image = "u-boot-dtb.img"
 		offset = 8M
+		size = 30M // falcon mode: 16M args, 17M uImage
 	}
 
 	partition rootfs {
-- 
1.9.1



More information about the buildroot mailing list