-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Recent firmware doesn't boot kernel Image of arm64 #853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Probably this issue: #849 |
Yes, the firmware posted there did resolve the issue |
popcornmix
added a commit
that referenced
this issue
Aug 8, 2017
…with vc4-kms-v3d driver firmware: arm_display: Avoid hang when display_rotate is used with vc4-kms-v3d driver 2 See: #849 See: #853 firmware: vc_image headers: Tidy up duplication firmware: video_splitter: Only copy eColorFormat if not already set See: https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=189830
popcornmix
added a commit
to Hexxeh/rpi-firmware
that referenced
this issue
Aug 8, 2017
…with vc4-kms-v3d driver firmware: arm_display: Avoid hang when display_rotate is used with vc4-kms-v3d driver 2 See: raspberrypi/firmware#849 See: raspberrypi/firmware#853 firmware: vc_image headers: Tidy up duplication firmware: video_splitter: Only copy eColorFormat if not already set See: https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=189830
rpi-update should now include the fix from test firmware. |
oh yes, I do confirm the current firmware fixed the problem, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello
Commit 1676ddb broke ability to boot arm64 kernel Image (upstream kernel.org kernel), the firmware commit before that booted fine.
I've tested current firmware version and tracing back to that revision and found it's broken from that git revision.
Test environment:
I put both into /boot partition with config.txt options:
device_tree=bcm2837-rpi-3-b.dtb
kernel=Image
arm_control=0x200
Result: On boot Raspberry Pi stuck at rainbow screen, UART print nothing with enable_uart=1.
Update: I've tried to compile official Raspberry Pi linux source with arm64 compiler and the result was the same, firmware just doesn't want to boot arm64 Image.
The text was updated successfully, but these errors were encountered: