You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo will build an SD image for Bela, including a custom xenomai kernel, debian stretch rootfs, and bootloader.
It is heavily based on Robert Nelson's Beaglebone image-builder scripts, and uses his xenomai kernel building scripts along with a bunch of other stuff - many thanks to him!
Run build_bela.sh as root to start. kernel/bela_defconfig is used to configure the kernel, and all packages listed in packages.txt are installed on the image with debootstrap. To avoid rebuilding the kernel give argument --no-kernel. run ./build_bela --help for more options to skip.