Recently I tested few alternatives to Raspbian on my Pi4. I liked Manjaro. But there is issue which prevents me from using it… When I enable uart I can’t boot system. I am getting kernel panic. Has anyone had this situation and found any solution? I google this issue and found many post about it but no fix
You never really explained why you wanted uart enabled. If you just want to see text fly by at boot and get rid of the splash then the cmdline.txt needs to be modified.
Upstream kernel:
In our repo (linux or linux-rc). Install one of these kernels but before you reboot changes has to be made to cmdline.txt and config.txt. I make backups of each in my /boot so I can switch back and forth easily. Also xf86-video-fbdev has to be installed.
I need uart for two hats that are attached to my pi.
sudo pacman -S linux will be ok to install upstream kernel?
I don’t need audio so thats fine for me.