OpenMarine

Full Version: Programming EEprom
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
there is a "script.sh" in the pypilot/hat/eeprom directory that can be run.
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?
yes you can manually modify the ~/.pypilot/hat.conf instead
(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