Ralim / IronOS

Open Source Soldering Iron firmware
https://ralim.github.io/IronOS/
GNU General Public License v3.0
7.21k stars 713 forks source link

compile instruction #1724

Closed He1my closed 1 year ago

He1my commented 1 year ago

where can I find compiling instructions under Linux?

StevenSeifried commented 1 year ago
  1. Install git, docker and docker-compose
  2. Start docker
  3. git clone --recursive --branch v2.21 https://github.com/Ralim/IronOS.git
  4. cd IronOS
  5. sh start_dev.sh
  6. cd source/source

Examples:

Firmware files are in source/Hexfile

Instructions can also be found here