raspi-keygen
raspi-keygen copied to clipboard
Add another patch
Works on LibreELEC (official): 9.0.2 (RPi2.arm)
This one worked for me. :)
This one is what worked in my case in OpenElec 8.0.4 for RPi2
cd /boot
cp start_x.elf start_x.elf_backup && \
perl -pne 's/\x47\xE9362H\x1D\x18/\x47\xE9362H\x1D\x1F/g' < start_x.elf_backup > start_x.elf