android-rpi / device_arpi_rpi4

Device build-config for Raspberry Pi 4
221 stars 93 forks source link

rpi-11 boot issue. #101

Open pradeepu470 opened 2 years ago

pradeepu470 commented 2 years ago

I have rpi -4B with 8gb module when i am trying to flash source code it's showing start4.elf is not compatible this board requires newer software.

gogamid commented 2 years ago

@pradeep746 take sd card and plug it to your laptop. Then download boot/fixup4.datandboot/start4.elf from here. Then replace those files in sd card with downloaded versions. That's it, now you can plug sd card to the rpi4, it will boot.

pradeepu470 commented 2 years ago

@gogamid I have tried this process but it is sucking on the boot-loader animation.

gogamid commented 2 years ago

@pradeep746 it seems some packages are missing. Have you tried to see logs via serial console? Try to connect to rpi via serial console. Guide: https://medium.com/@sarala.saraswati/connecting-to-your-raspberry-pi-console-via-the-serial-cable-44d7df95f03e

pradeepu470 commented 2 years ago

@gogamid I have update those file then it's showing rainbow pic and continue restarting. Even i have try your code https://github.com/snappautomotive/firmware-device_snappautomotive_rpi/tree/sa-main it is also behaving same issue.

gogamid commented 2 years ago

@pradeep746 I forked, but did not do any modifications, so do not fork it :) So did you try to connect via serial and see the logs?

appapurapu commented 6 months ago

The RPI4 boot works fine after replacing the start4.elf and fixup4.dat with the the latest git copies

The3ven commented 6 days ago

The RPI4 boot works fine after replacing the start4.elf and fixup4.dat with the the latest git copies

HEYA, i`m facing same issue, please help me to fix this issue