Skip to content

alisoam/61850-bootloader

Repository files navigation

Bootloader

Bootloader of the 61850 board. For more information and documentation see here.

Requirements

  • gcc for arm processors
sudo apt install gcc-arm-none-eabi
  • cmake
sudo apt install cmake
  • JLink Download from here

For the First Time

  • create the Toolchain.cmake from Toolchain.sample.cmake
  • run the following commands:
make init

Development

Build

make

Program

make program