Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 632 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 632 Bytes

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