procount
procount
I need to think about how best to implement this. Is it OS dependent? I don't think every OS will have a media/pi folder. I'm sure some won't. Building it...
> As I pointed out above, deleting any empty directories in /media/ might be a broader catch-all? Sorry, I had already taken your point, but my typing was a bit...
Thinking of adding the above code (copied here): ``` if [[ -d /tmp/2/media ]]; then for d in /tmp/2/media/*; do if [[ -d "$d" ]] && [[ -z "$(ls -A...
At a guess, rpi-fbcp will copy the main framebuffer to your second framebuffer which is used by your screen, so you need to install this and get it to run....
I had a quick look at the MSH-show script. You need to : - Add the overlay file. - Add the settings in config.txt to enable SPI and configure the...
The pinn_init.sh script goes in PINN's root directory with recovery.cmdline. You can put your fbcp driver program in the same folder. When you call it from pinn_init.sh, the root folder...
you can try recompiling it with static libraries so that it is self-contained.
https://github.com/juj/fbcp-ili9341/issues/50 ?
Are you running PINN on one of the SSDs or on a separate SD card? So if you backup your OSes with PINN and restore them to the same drive,...
There are some other issue numbers that may be related that you should look at: #391, and possibly #447 The problem is most likely to do with docker. As the...