thanks a lot, you are awesome!
Display Moreturn on is now fixed
h96pro+_remote_power_on_log.txt
Small installation instructions directly from the Linux LE
Download u-boot.bin and put it in the root directory ( /flasch ).
Make an ssh connection and enter the following commands one after the other:
1. Permission to write to this directory
2. We make a backup copy of the android system -> recovery.img + dtb.img + bootloader (u-boot)
Codedd if=/dev/recovery bs=64k conv=sync,noerror | gzip > /flash/recovery_orig.img.gz dd if=/dev/dtb | gzip > /flash/dtb_orig.img.gz dd if=/dev/bootloader bs=64k conv=sync,noerror | gzip > /flash/u-boot_orig.bin.gz
3.Emptying the old bootloader from emmc and writing a new one
4. full system reboot
enjoy
DownloadDisplay Spoiler