Skip to content

Commit

Permalink
Increase default image size for amlogic boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
unifreq committed Mar 12, 2024
1 parent 0287e1f commit f2f1b0f
Show file tree
Hide file tree
Showing 24 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion mk_h6_vplus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RGB_CONFIG="${PWD}/files/vplus/rgb"

check_depends
SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3328_beikeyun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ MODULES_HOME="${PWD}/files/rk3328/modules.d"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3328_l1pro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ MODULES_HOME="${PWD}/files/rk3328/modules.d"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3399_zcube1-max.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ BREATHING_LIGHT="${PWD}/files/rk3399/zcube1-max/aw2028"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB + 1))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3528_h28k.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ WIRELESS_CONFIG="${PWD}/files/rk3528/h28k/wireless"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB + 1))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3528_ht2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ WIRELESS_CONFIG="${PWD}/files/rk3528/ht2/wireless"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB + 1))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3566_jp-tvbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ WIRELESS_CONFIG="${PWD}/files/rk3566/jp-tvbox/wireless"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB + 1))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3566_radxa-cm3-rpi-cm4-io.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ WIRELESS_CONFIG="${PWD}/files/rk3566/radxa-cm3-rpi-cm4-io/wireless"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB + 1))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3568_e25.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ RGB_HOME="${PWD}/files/rgb"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB + 1))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3568_ec-x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ NETWORK_SERVICE_PATCH="${PWD}/files/rk3568/ec-x/network.patch"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB + 1))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3568_h66k.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ WIRELESS_CONFIG="${PWD}/files/rk3568/h66k/wireless"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB + 1))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3568_h68k.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ NETWORK_SERVICE_PATCH="${PWD}/files/rk3568/h68k/network.patch"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB + 1))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3568_h69k.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ NETWORK_SERVICE_PATCH="${PWD}/files/rk3568/h69k/network.patch"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB + 1))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3568_photonicat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ python3-xml.control
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB + 1))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3568_r66s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ MODULES_HOME="${PWD}/files/rk3568/modules.d"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB + 1))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3568_r68s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ MODULES_HOME="${PWD}/files/rk3568/modules.d"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB + 1))
create_image "$TGT_IMG" "$SIZE"
Expand Down
2 changes: 1 addition & 1 deletion mk_rk3568_watermelon-pi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ WIRELESS_CONFIG="${PWD}/files/rk3568/watermelon-pi/wireless"
check_depends

SKIP_MB=16
BOOT_MB=160
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB + 1))
create_image "$TGT_IMG" "$SIZE"
Expand Down
4 changes: 2 additions & 2 deletions mk_s905_mxqpro+.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ SSHD_CIPHERS=""
check_depends

SKIP_MB=4
BOOT_MB=160
ROOTFS_MB=736
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB))
create_image "$TGT_IMG" "$SIZE"
create_partition "$TGT_DEV" "msdos" "$SKIP_MB" "$BOOT_MB" "fat32" "0" "-1" "btrfs"
Expand Down
4 changes: 2 additions & 2 deletions mk_s905d_n1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ SSHD_CIPHERS="[email protected],[email protected],aes256-ctr,aes192-ct
check_depends

SKIP_MB=4
BOOT_MB=160
ROOTFS_MB=736
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB))
create_image "$TGT_IMG" "$SIZE"
create_partition "$TGT_DEV" "msdos" "$SKIP_MB" "$BOOT_MB" "fat32" "0" "-1" "btrfs"
Expand Down
4 changes: 2 additions & 2 deletions mk_s905x2_x96max.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ MODULES_HOME="${PWD}/files/s905x2/modules.d"
check_depends

SKIP_MB=4
BOOT_MB=160
ROOTFS_MB=736
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB))
create_image "$TGT_IMG" "$SIZE"
create_partition "$TGT_DEV" "msdos" "$SKIP_MB" "$BOOT_MB" "fat32" "0" "-1" "btrfs"
Expand Down
4 changes: 2 additions & 2 deletions mk_s905x3_multi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ MODULES_HOME="${PWD}/files/s905x3/modules.d"
check_depends

SKIP_MB=4
BOOT_MB=160
ROOTFS_MB=736
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB))
create_image "$TGT_IMG" "$SIZE"
create_partition "$TGT_DEV" "msdos" "$SKIP_MB" "$BOOT_MB" "fat32" "0" "-1" "btrfs"
Expand Down
4 changes: 2 additions & 2 deletions mk_s912_zyxq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ BTLD_BIN="${PWD}/files/s912/bl-fake-octopus-planet.bin"
check_depends

SKIP_MB=4
BOOT_MB=160
ROOTFS_MB=736
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB))
create_image "$TGT_IMG" "$SIZE"
create_partition "$TGT_DEV" "msdos" "$SKIP_MB" "$BOOT_MB" "fat32" "0" "-1" "btrfs"
Expand Down
4 changes: 2 additions & 2 deletions mk_s922x_gtking.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ SSHD_CIPHERS="[email protected],[email protected],aes256-ctr,aes192-ct
check_depends

SKIP_MB=4
BOOT_MB=160
ROOTFS_MB=736
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB))
create_image "$TGT_IMG" "$SIZE"
create_partition "$TGT_DEV" "msdos" "$SKIP_MB" "$BOOT_MB" "fat32" "0" "-1" "btrfs"
Expand Down
4 changes: 2 additions & 2 deletions mk_s922x_odroid-n2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ SSHD_CIPHERS="[email protected],[email protected],aes256-ctr,aes192-ct
check_depends

SKIP_MB=4
BOOT_MB=160
ROOTFS_MB=736
BOOT_MB=256
ROOTFS_MB=960
SIZE=$((SKIP_MB + BOOT_MB + ROOTFS_MB))
create_image "$TGT_IMG" "$SIZE"
create_partition "$TGT_DEV" "msdos" "$SKIP_MB" "$BOOT_MB" "fat32" "0" "-1" "btrfs"
Expand Down

0 comments on commit f2f1b0f

Please sign in to comment.