Skip to content

The flasher is an application for systems based on the Hilscher "netX" CPU. It writes data to flash or EEPROM chips.

License

Notifications You must be signed in to change notification settings

pmarinova-hilscher/org.muhkuh.tools-flasher

 
 

Repository files navigation

Building

The netX flasher sources can be built with the MBS docker image from Muhkuh.

To start the MBS container and attach to it:

docker compose up -d
docker compose exec mbs bash

When starting the container for the first time:

# Install required tools 
apt update && apt install -y python3-pip && python3 -m pip install gitpython

# Disable git safe directory
git config --system --add safe.directory '*'

To build the netX flasher sources:

# Build all targets
python3 mbs/mbs

# Build for a specific target
python3 mbs/mbs --netx=NETX90

About

The flasher is an application for systems based on the Hilscher "netX" CPU. It writes data to flash or EEPROM chips.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.9%
  • Python 6.8%
  • XSLT 1.5%
  • Assembly 0.8%