alisoam / 61850-bootloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C 98.9%Language:Assembly 0.9%Language:CMake 0.1%Language:Shell 0.0%Language:GDB 0.0%Language:Makefile 0.0%Language:Vim Script 0.0%