cape_enable=bone_capemgr.enable_partno=BB-UART1
This caused my BBG to throw errors on boot and I wasn't able to access the device
After a rebuild I made the above change to uEnv.txt and then added the overlays but on boot I got errors that they could not be loaded.
###Overide capes with eeprom uboot_overlay_addr0=/lib/firmware/BB-UART1-00A0.dtbo uboot_overlay_addr1=/lib/firmware/BB-UART2-00A0.dtbo uboot_overlay_addr2=/lib/firmware/BB-UART4-00A0.dtbo
What is the current recommended method to configure UART on a beaglebone from scratch and one that will persist between restarts?
Thanks in advance.
cd
/opt/scripts/tools/developers/
sudo
./update_bootloader.sh
sudo reboot
cd
/opt/scripts/tools/
git pull
sudo ./update_kernel.sh
sudo reboot
sudo apt update
sudo apt install --only-upgrade bb-cape-overlays
sudo reboot