Skip to content

Commit

Permalink
Increase default image size for BananaPi, per #204
Browse files Browse the repository at this point in the history
  • Loading branch information
kientzle committed Aug 13, 2017
1 parent fb4b3d4 commit 0d73c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/BananaPi/setup.sh
Expand Up @@ -2,7 +2,7 @@ KERNCONF=GENERIC
UBLDR_LOADADDR=0x42000000
SUNXI_UBOOT="u-boot-bananapi"
SUNXI_UBOOT_BIN="u-boot.img"
IMAGE_SIZE=$((1000 * 1000 * 1000))
IMAGE_SIZE=$((1900 * 1000 * 1000)) # 1.9 GB
TARGET_ARCH=armv6

UBOOT_PATH="/usr/local/share/u-boot/${SUNXI_UBOOT}"
Expand Down

0 comments on commit 0d73c9a

Please sign in to comment.