Closed emericklaw closed 1 year ago
Now it's dark it turns out the LEDs on the network port are actually lit with no cable plugged on. They are very very dim.
@emericklaw could you double check that you have not updates kernel and boot packages?
Usually I use Jammy image and and do not have any LCD issues so far.
I suspect I have if they are included in an apt update/upgrade which I ran without thinking after the initial setup.
I was also using Jammy image which I will reflash shortly and try again.
Just got the same problem after apt update
. Kernel package was updated and original /boot/dtb/rockchip/rk3328-roc-cc.dtb
was lost (which explains problems with LCD, ethernet and perhaps other SPI ports). Easiest way how to check:
sudo dtc -I dtb -O dts -o rk3328-roc-cc.dts /boot/dtb/rockchip/rk3328-roc-cc.dtb
less rk3328-roc-cc.dts | grep model
If you do not see model = "Makerbase mkspi";
then kernel was overwritten.
As solution I may propose to run sudo armbian-config
on the fresh new image (before apt update), and disable kernel updates (System -> Freeze - Disable Armbian kernel updates)
I was just about to write that kernel updates are not blocked
Any ideas how to freeze them during image build time?
FYI I kernel packages were freezed in 0.1.7 release. You may try it.
Kernel packages were freezed in the new releases.
What happened?
The wired networking stops working along with the LCD screen.
This might be linked to doing an apt upgrade...
How to reproduce?
After initially flashing this firmware everything works as expected, wired, wireless and LCD are perfect.
After an 'apt upgrade' and a reboot the wired networking stops working (no lights on the port) and the LCD. If I connect a screen to the HDMI port and configure the wifi using armbian-config I can get connected again.
I am still not 100% sure if the apt update breaks it or just rebooting, the first time this happened I reflashed the card and started again.
I have a few errors in the syslog:
And the armbian-config tool when I try and activate the wired connection:
I can try more troubleshooting steps but I am at a loss of where to go next.
Branch
master (main development branch)
On which host OS are you observing this problem?
Jammy
Relevant log output
No response
Code of Conduct