virtual usb raspberry pi

is tired of cables when changing code to arduino
Maybe it can work with Pi zero.But the issue to update the Due firmware without wire is :
The due put the output 4 to low and poweroff all the PCB1.3 during all the downloading of firmware and if the Pi is powered by PCB1.3 update fail !!!!!!.

I use the piZero on RL1000 for 2 or 3 months but without really a good change in battery life and very poor performance ,so i am back to Pi3B+.
The only advantage is that the wiring is very simple.
 
Great! And another tip : Read-only File System with Overlay - Allows you to power-down the Raspberry without correctly shutting down. Idea is to activate Read-only with Overlay when the Raspberry basic files are not changed, and to disable it when changing basic files on it...

First, upgrade your packages:

sudo apt update
sudo apt full-upgrade
sudo reboot

You can then configure a read-only file system by :
going to Preferences–>Raspberry Pi Configuration–>Performance–>Overlay File SystemConfigure…

or: sudo raspi-config, Advanced->Overlay File System
 
Zuletzt bearbeitet:
Oben