reform

MNT Reform: Open Source Portable Computer
Log (Feed) | Files | Refs (Tags) | README

README.md (446B)


      1 # MNT Reform LPC Firmware
      2 
      3 This is the firmware running on the System Controller of the MNT Reform motherboard, which is an NXP LPC11U24 processor.
      4 
      5 ## Build dependencies
      6 
      7 ```
      8 sudo apt install make build-essential binutils-arm-none-eabi gcc-arm-none-eabi
      9 ```
     10 
     11 ## Building the firmware
     12 
     13 ```bash
     14 cd tools/lpcrc
     15 make
     16 cd ../..
     17 make
     18 ```
     19 
     20 ## Flashing the firmware
     21 
     22 Execute `./flash.sh` as root on another computer and follow the interactive guidance.
     23