So I was just given a V1 Maslow, built my standard sized frame, got it all up and running…
And I cant seem to get my firmware updated to holey. I can flash the standard firmware and hook it all up, and it moves around, I can set the chains all that…
But when I flash the most recent holey firmware from here it doesnt connect/move.
When I try to flash the prebuilt image of webcontrol, its not compatible with a pi 5 so I cant boot, I followed the steps from the github here and it throws a 203 exec error when I try to start webcontrol using “sudo systemctl start webcontrol.service”… So I finally did it via the docker, but the docker appears to be on 0.94 which according to This thread I need to use a firmware from eastbaysource which doesnt seem to be hosted online currently…
Ive also read that I need to use a prerelease 0.95 version to update the firmware?
Im a little confused can anyone point me in the right direction?
Edit: Found this thread so im gonna try to flash with 32 bit --edit2: ended up trying .957 first instead
Edit2: Releases · Orob-Maslow/WebControl · GitHub Found the prerelease versions gonna flash back to 64 bit and then try .957
Edit3: For time travelers I installed raspbian 64 bit latest fresh install
Then
cd ~
mkdir webcontrol
cd webcontrol
wget https://github.com/Orob-Maslow/WebControl/releases/download/0.95-beta/webcontrol-0.95-pre-release-beta-rpi-singlefolder.tar.gz
tar -zxvf webcontrol-0.95-pre-release-beta-rpi-singlefolder.tar.gz
This downloads the 0.95 beta, then follow the steps from the github GitHub - Orob-Maslow/WebControl: Web-based Ground Control
Before you go to start the program, you must, go into
/home/pi/webcontrol and move the contents of the webcontrol folder inside there and move them back out.
So the contents of /home/pi/webcontrol/webcontrol get moved into /home/pi/webcontrol
Make sure to take a copy of your webcontrol file, and that its permissions are 0755
This doesnt get you avrdude, but it does get you closer…
Final edit: After spending a day, just install 32 bit and then follow GitHub - WebControlCNC/WebControl: Web-based Ground Control