Skip to content

Tools for compiling and uploading software.

License

Notifications You must be signed in to change notification settings

bolderflight/build-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bolder Flight Systems Logo

Build Tools

Tools for compiling and uploading software.

Description

Ubuntu 20.04 is used as our build-environment, either installed natively on a machine or via the Windows Subsystem for Linux (WSL).

Installation

For initial setup of the development environment on your machine:

  1. Install Ubuntu 20.04, either natively or in WSL. If you're planning on using MATLAB Simulink, I recommend using WSL1 instead of WSL2 so you will have better performance operating in the Windows file system.

  2. Download or clone this repository, navigate to it in your WSL or Linux terminal and run bootstrap.sh with sudo permissions.

  3. After installation, you may delete this repository

Troubleshooting

WSL

If this is installed in WSL and you're having issues running git on the Windows file system, you can edit or create /etc/wsl.conf in WSL and add:

[automount]
options = "metadata"

Reboot Windows. All of the operations like git, mkdir, etc should now work fine in the Windows drives.

Linux

You may need to download udev rules to enable uploading code to the microcontrollers. Donwload the udev rules and copy the file to /etc/udev/rules.d

sudo cp 00-teensy.rules /etc/udev/rules.d/

About

Tools for compiling and uploading software.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages