Sierra-Lobo / mainboard-firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mainboard-fw

Pycubed Mainboard Firmware

How-to section works only if the build environment is set up. I used a Windows 10 machine running WSL with Ubuntu 20.04 LTS This adafruit guide has has some information on getting the env setup

How to build a new bootloader version

clone the uf2-samdx repo:

cd your/workspace
git clone github.com/microsoft/uf2-samdx1

move the directory /bootloader_build/pycubed_N20 into uf2-samdx1/boards

next run:

make BOARD=name_of_added_directory

the build process should spit out .uft and .bin files for specific programming

How to build a new bootloader version

follow this guide

About


Languages

Language:C 90.3%Language:Makefile 9.7%