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
This commit is contained in:
AnanJaser 2024-04-07 21:15:03 +04:00
parent ee30369e17
commit 1e05e0ffd8

View file

@ -90,4 +90,4 @@
# ADDITIONAL_DRIVERS=""
# Some devices have internal storage.
INSTALLER_SUPPORT="yes"
INSTALLER_SUPPORT="no"