mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
flashimages: increase root size.
arm images not fit in 700MB anymore.
This commit is contained in:
@@ -75,9 +75,9 @@ else
|
||||
endif
|
||||
|
||||
# /boot: 64MB - OFFSET
|
||||
# / : 700MB
|
||||
# / : 750MB
|
||||
S_BOOT := $(shell echo $$(( 131072 - $(S_OFFSET) )))
|
||||
S_ROOT := 1433600
|
||||
S_ROOT := 1536000
|
||||
|
||||
PADDING = 100 # MB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user