diff --git a/device/testing/device-odroid-hc2/APKBUILD b/device/testing/device-odroid-hc2/APKBUILD index 3cd1983d5806fbf841b35f4bcb106e7ff1f0e4a7..60c55cb9d2498ebcc2e9abbc23cbcf838ae56e38 100644 --- a/device/testing/device-odroid-hc2/APKBUILD +++ b/device/testing/device-odroid-hc2/APKBUILD @@ -1,9 +1,9 @@ # Reference: <https://postmarketos.org/devicepkg> -# Unmaintained: no maintainer +# Maintainer: knuxify <knuxify@gmail.com> pkgname=device-odroid-hc2 pkgdesc="ODROID HC2" -pkgver=2 +pkgver=3 pkgrel=0 url="https://postmarketos.org" license="MIT" @@ -56,6 +56,6 @@ tools() { sha512sums=" 8eae54c131b8fc9c0e4cca6bbd8aaca72eb585c59d7794a97606b6061f98f87fb2b268fefc3113410e04e9e772d1f65d78e935de01a7679ba45ee60007961183 deviceinfo 228726f7afca55b02e4d452904d8490cf15957edd59cc87274d89c8589f9d15044db87a4413053243e66aa1b22860cfda052b5b95395effaf3aaf4d1770d3fd3 modules-initfs -7e5056f648a81d0784b1b3a641e2f79c22d2b570c7f00092236b301b1545eefca3a6a353c1ad308114f66ac68481f1491df42ca5c6f8297c76e5ee0fa7af178f uboot-script.cmd +74fdbef86278033048b85d8a6f26fe5f57799307dc05670e69e52781ab71d6b9f8a82176b291ceea59aad98139f9cf9ccd6d1dab54e82f7b892ec42d80eab502 uboot-script.cmd 09a2191dce5b5c8fdf80c4473d9773a51f2c633db51477f2f64983dd030d7800fd80999a228ec7efe3f9feafeba35902bff68cf95e6ae59048dc64424f402b63 install-rootfs-hdd.sh " diff --git a/device/testing/device-odroid-hc2/uboot-script.cmd b/device/testing/device-odroid-hc2/uboot-script.cmd index 4940b37f45ed1732dbd98ef900cd43861b7489f2..10049efafc57c903e5c77cb902c365a216d33e53 100644 --- a/device/testing/device-odroid-hc2/uboot-script.cmd +++ b/device/testing/device-odroid-hc2/uboot-script.cmd @@ -8,7 +8,7 @@ setenv dtb_file "exynos5422-odroidhc1.dtb" printenv echo Setting bootargs -setenv bootargs init=/init.sh rw console=tty0 console=ttySAC2,115200 panic=10 consoleblank=0 loglevel=9 cma=256M initcall_blacklist=exynos_drm_init PMOS_FORCE_PARTITION_RESIZE +setenv bootargs init=/init.sh rw console=tty0 console=ttySAC2,115200 panic=10 consoleblank=0 loglevel=9 cma=256M initcall_blacklist=exynos_drm_init no_bL_switcher PMOS_FORCE_PARTITION_RESIZE if test -e mmc ${mmcbootdev}:${mmcbootpart} ${kernel_image}; then echo Loading Kernel: vmlinuz