operating-system: After upgrade to 4.8 RPI4 don't boot with UART2 overlay
HassOS release with the issue: Hassios 4.3
Description of problem:
I had several problems after upgrading to version 4.8 from version 3.13. After several attempts I managed to isolate the problem. If in config.txt I ask to enable uart2 then the RPI does not even boot (black screen on the video in HDMI and activity led off). Simply by removing the uart2 everything works properly.
Questo è il mio config.txt
# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details
# HassOS - don't change it!
disable_splash=1
kernel=u-boot.bin
# Additional overlays and parameters are documented /boot/overlays/README
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
#uart2 on PIN 27/28
dtoverlay=uart2
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 42 (6 by maintainers)
Meantime Rollback done! 😃
For everyone:
I saved the 4.8 image to perform test if a solution for UART2 is found.
L.
Might I ask WHY the this breaking release hasn’t been pulled offline yet? I just his this this afternoon.
downgrade back to 3.13 removed the issue. ssh/CLI:
os upgrade --version 3.13I’m having trouble as well, tried updating to 4.8 from 3.13 and i can’t acces my RPI 3B+ anymore. I can only ping the RPI, no file acces via smb nor ssh via port 22222 works… guess i have to go with a new install…