commit ecb61177e7b3fdd23b0d1deb41f027826c50aef6
parent 5234356263cb689c06c70e7a7303bb388af92c1c
Author: parazyd <parazyd@dyne.org>
Date: Tue, 14 Jul 2020 22:30:36 +0200
Bigger default image sizes for N900 and Droid4.
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/boards/droid4.sh b/boards/droid4.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env zsh
-# Copyright (c) 2016-2018 Dyne.org Foundation
+# Copyright (c) 2016-2020 Dyne.org Foundation
# arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
#
# This file is part of arm-sdk
@@ -26,7 +26,7 @@ arrs+=(custmodules)
device_name="droid4"
arch="armhf"
-size=1337
+size=1891
inittab=("s0:12345:respawn:/sbin/agetty -L ttyS2 115200 vt100")
parted_type="dos"
diff --git a/boards/nokia-n900.sh b/boards/nokia-n900.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env zsh
-# Copyright (c) 2016-2018 Dyne.org Foundation
+# Copyright (c) 2016-2020 Dyne.org Foundation
# arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
#
# This file is part of arm-sdk
@@ -26,7 +26,7 @@ arrs+=(custmodules)
device_name="n900"
arch="armhf"
-size=1337
+size=1891
inittab=("T0:23:respawn:/sbin/getty -L ttyS2 115200 vt100")
parted_type="dos"