![]() |
|
Pre-emptive Software Upgrade for Brightness Controller (Without complete re-format) - Printable Version +- Freeplaytech Forum (https://forum.freeplaytech.com) +-- Forum: Freeplay Zero / Freeplay CM3 / Game Pie Advance (https://forum.freeplaytech.com/forumdisplay.php?fid=24) +--- Forum: Freeplay Zero/CM3 (AKA GPA) Software (https://forum.freeplaytech.com/forumdisplay.php?fid=26) +--- Thread: Pre-emptive Software Upgrade for Brightness Controller (Without complete re-format) (/showthread.php?tid=4660) |
Pre-emptive Software Upgrade for Brightness Controller (Without complete re-format) - SabithaSuki - 08-18-2018 As the title says, I'm ordering a new screen and brightness controller, but I was wondering if there is a way I could inject the new (compatible) CM3 Software, without wiping the sd card of its themes and games, either through SSH or other means? RE: Pre-emptive Software Upgrade for Brightness Controller (Without complete re-format) - Flavor - 08-18-2018 Yeah, you should be able to do it via SSH: cd /home/pi/Freeplay git clone https://github.com/TheFlav/setPCA9633.git cd setPCA9633 ./setup.sh RE: Pre-emptive Software Upgrade for Brightness Controller (Without complete re-format) - SabithaSuki - 08-20-2018 Thanks, would this be done on the devices side through a terminal, or on the computer side by FTP, or I guess is there an FTP alternative? RE: Pre-emptive Software Upgrade for Brightness Controller (Without complete re-format) - Flavor - 08-21-2018 On the device's side, through a terminal or SSH connection. You will need it to have internet access. |