Skip to content

Louka-Yerly/csel-workspace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workspace for CSEL

⚠️ Open this project in a Docker Container

Cheat Sheet for developers

Configure with the default settings:

cd /buildroot
make csel_defconfig

Make changes if you want:

make menuconfig

Build:

make

If you change the configuration and want to keep it in the workspace, do the following:

make savedefconfig
cp /buildroot/configs/csel_defconfig /workspace/config/configs/

When the build is done, copy the images from buildroot to the workspace

sync-images.sh

You can now "burn" the Compact Flash using BalenaEtcher

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.3%
  • Makefile 14.3%
  • C++ 1.2%
  • Shell 1.2%
  • Other 1.0%