From 1e05e0ffd8a9ca8f0e3bbece43e64f0810656f2b Mon Sep 17 00:00:00 2001 From: AnanJaser Date: Sun, 7 Apr 2024 21:15:03 +0400 Subject: [PATCH] RK3566-X55: Disable installer for now * Installer works however bootloader is causing some issues on my device * Run installer > remove sdcard > device wont boot at all * insert sdcard with rocknix > device boots from emmc (only) * ssh and run update.sh manually - /usr/share/bootloader/update.sh * device boots from emmc without sdcard installed * Device refuses to boot from sdcard unless system is erased from emmc via parted /dev/mmcblk0 > rm 1 rm 2 * This is problematic in cases where system on emmc was damaged or refused to boot, you wont be able to boot back from sdcard to fix it --- projects/Rockchip/devices/RK3566-X55/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Rockchip/devices/RK3566-X55/options b/projects/Rockchip/devices/RK3566-X55/options index 19fa8fbf1..838e24502 100644 --- a/projects/Rockchip/devices/RK3566-X55/options +++ b/projects/Rockchip/devices/RK3566-X55/options @@ -90,4 +90,4 @@ # ADDITIONAL_DRIVERS="" # Some devices have internal storage. - INSTALLER_SUPPORT="yes" + INSTALLER_SUPPORT="no"