Set update to correct boot labels and disable emmc on RK3399 for now

This commit is contained in:
brooksytech 2024-04-07 13:17:50 +00:00
parent b119854fad
commit f685314621
No known key found for this signature in database

View file

@ -71,8 +71,7 @@ if [ -f $BOOT_ROOT/boot.ini ]; then
case ${DTB_NAME} in
R33S)
echo "Setting R33S dtb in boot.ini..."
# Updaste system partition label to ROCKNIX
[ ! -z "$(blkid | grep JELOS)" ] && dosfslabel $BOOT_DISK ROCKNIX sed -i '/rk3326-gameconsole-r3/c\ load mmc 1:1 ${dtb_loadaddr} rk3326-gameconsole-r33s.dtb' $BOOT_ROOT/boot.ini
sed -i '/rk3326-gameconsole-r3/c\ load mmc 1:1 ${dtb_loadaddr} rk3326-gameconsole-r33s.dtb' $BOOT_ROOT/boot.ini
;;
R36S)
echo "Setting R36S/R35S dtb in boot.ini..."