Skip to content

pika-spark/portenta-x8-eeprom-utils

Repository files navigation

💾 EEPROM utilities for Arduino Portenta X8

Smoke test status Spell Check status

This work is based on raspberrypi/hats.

How-to-build

mkdir build && cd build
cmake .. && make
sudo make install

How-to-use

PC

  • Edit eeprom_setting.txt to suit your specific HAT.
  • Run ./eepmake eeprom_settings.txt eeprom.eep to create the eep binary.

Portenta X8

  • Use Docker and eepflash to flash the configuration to your EEPROM, i.e.
eepflash.sh --write --device=1 --address=50 -t=24c256 -f eeprom.eep

Note: Ensure that write protection - if you have any - is disabled.

Examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published