OpenMarine
Programming EEprom - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: Pypilot (https://forum.openmarine.net/forumdisplay.php?fid=17)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=18)
+--- Thread: Programming EEprom (/showthread.php?tid=4078)



Programming EEprom - Vic - 2022-06-01

Hi,

I'm in the process of making a complete pypilot system. Including the arduino mounted to the rpi for rf-control (and therefor also the required EEprom to have this arduino recognized).

Now I am trying to program the eeprom, but i keep getting errors about not finding the eepmake files etc (i did install the eeprom utils). Is there somewhere a good step by step tutorial on this?

regards,
Vic


RE: Programming EEprom - seandepagnier - 2022-06-02

there is a "script.sh" in the pypilot/hat/eeprom directory that can be run.


RE: Programming EEprom - Vic - 2022-06-07

I'll try this evening some more.
Is there another way to enable the arduino in the pypilot software? Like manually modifying a config file on this?


RE: Programming EEprom - seandepagnier - 2022-06-07

yes you can manually modify the ~/.pypilot/hat.conf instead


RE: Programming EEprom - Vic - 2022-06-13

(2022-06-07, 11:50 AM)seandepagnier Wrote: yes you can manually modify the ~/.pypilot/hat.conf instead

Ah, great. I found the modification on this. And this seems to work also.

regards,
Vic