Skip to content

Sierra-Lobo/mainboard-firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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