Power & Source of Big Ideas

Try this:

Code: Select all

apt update --yes
apt autoremove
apt install --fix-missing
apt upgrade --yes
I saw this video: https://www.youtube.com/watch?v=wVnMZ4DXDNo Afaict this can be done for the NanoPI r6c, the pinout seems to be the same 5 and 6 Is it correct to assume that pin 5,6 are currently bound to the reset button? Can WAKE_ON_GPIO be added to the bootloader, so we can power on the device w...