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:
parent
ee30369e17
commit
1e05e0ffd8
1 changed files with 1 additions and 1 deletions
|
@ -90,4 +90,4 @@
|
|||
# ADDITIONAL_DRIVERS=""
|
||||
|
||||
# Some devices have internal storage.
|
||||
INSTALLER_SUPPORT="yes"
|
||||
INSTALLER_SUPPORT="no"
|
||||
|
|
Loading…
Reference in a new issue