Hexxeh / rpi-firmware

Firmware files for the Raspberry Pi
Other
775 stars 208 forks source link

arm_64bit=1 causes RPI4 boot failure #240

Closed Elektrik1 closed 4 years ago

Elektrik1 commented 4 years ago

64 bit setting (arm_64bit=1 in config.txt) is causing RPI4 stuck in rainbow image, booted from USB MSD.

Issues has started after EEPROM update (moving to USB boot). Commenting out arm_64bit setting brings system back.

Kernel: 5.4.65 EEPROM: 000138a1

pelwell commented 4 years ago

Duplicate of https://github.com/raspberrypi/firmware/issues/1467, and the fix has already been released.

Elektrik1 commented 4 years ago

Yep, that exactly is, and it's fixed now. Thanks.