-
Notifications
You must be signed in to change notification settings - Fork 1.7k
No console output/bootup on Bitrig anymore #381
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
Are you using initramfs? If so try test firmware here: |
Yes. Exactly! I had the issue that I can't load my fully blown kernel to kernel_address 0x00300000 directly. Apparently it's too big to be put there like that. Instead I have a tiny program loaded as kernel to 0x8000 and the actual kernel loaded as initramfs. The tiny program just jumps to 0x00300000. Your posted firmware makes it work again. |
kernel: staging: add FBTFT drivers See: raspberrypi/linux#836 kernel: dts: overlay: add support for various displays See: raspberrypi/linux#853 kernel: BCM2835-V4L2: Fix compliance test failures See: raspberrypi/linux#856 firmware: ldconfig: Fix for off by one on config list count See: #374 See: #381 See: #378
kernel: staging: add FBTFT drivers See: raspberrypi/linux#836 kernel: dts: overlay: add support for various displays See: raspberrypi/linux#853 kernel: BCM2835-V4L2: Fix compliance test failures See: raspberrypi/linux#856 firmware: ldconfig: Fix for off by one on config list count See: raspberrypi/firmware#374 See: raspberrypi/firmware#381 See: raspberrypi/firmware#378
Can you confirm latest rpi-update firmware fixes the issue. |
Works well for me, closing the issue, thanks! |
kernel: staging: add FBTFT drivers See: raspberrypi/linux#836 kernel: dts: overlay: add support for various displays See: raspberrypi/linux#853 kernel: BCM2835-V4L2: Fix compliance test failures See: raspberrypi/linux#856 firmware: ldconfig: Fix for off by one on config list count See: raspberrypi#374 See: raspberrypi#381 See: raspberrypi#378
Hi,
I'm porting the Bitrig operating system to the raspberry pi and have bootup issues since cc47954.
In the commit before, I get proper serial/console output. Since that commit, updated by copying start*.elf and fixup*.dat, I do not get any output anymore.
Did something special change about the console in that commit? What has changed in the firmware?
The text was updated successfully, but these errors were encountered: