After updating to buster, the HDMI output fails to work.
From dmesg:
[ 14.232352] vgaarb: this pci device is not a vga device
[ 14.852711] vgaarb: this pci device is not a vga device
[ 15.456255] vgaarb: this pci device is not a vga device
[ 15.953441] vgaarb: this pci device is not a vga device
[ 16.662451] vgaarb: this pci device is not a vga device
Steps to reproduce
- put the original novena image (novena-mmc-disk-r1.img ; sha256=26d368cb4b3aa43e411703f8c659d3e229deacfe75af38c1f82489dd9af80dbb) onto an SD card (using dd)
- resize the last partition (delete and recreate it with defaults using fdisk /dev/sdb3)
- fsck /dev/sdb3
- resize2fs /dev/sdb3
- Put the SD card into the novana and boot it up, going through the initial setup procedure
- Pop a shell, checkout https://github.com/novena-next/docs and follow the upgrade instructions
- After "Run upgrade_3_buster.sh then reboot", observe that the HDMI output will no longer works. The computer does boot properly otherwise (SSH is started, etc.)
Solution
None yet. The issue is at least partially related to the kernel, but the details are not entirely clear.
Running ./upgrade_5_BETA_KERNEL.sh and rebooting does not result in a functioning system (see this comment) on #20 for details).
Previously, I was able to compile my own 5.3 kernel using these instructions which resolved the issues with HDMI working, but I was unable to resolve that. Testing is ongoing and I'll post back here if I figure out how to resolve this.
After updating to buster, the HDMI output fails to work.
From dmesg:
Steps to reproduce
Solution
None yet. The issue is at least partially related to the kernel, but the details are not entirely clear.
Running
./upgrade_5_BETA_KERNEL.shand rebooting does not result in a functioning system (see this comment) on #20 for details).Previously, I was able to compile my own 5.3 kernel using these instructions which resolved the issues with HDMI working, but I was unable to resolve that. Testing is ongoing and I'll post back here if I figure out how to resolve this.