- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
See https://github.com/esialb/edison-linux-helper GitHub - esialb/edison-linux-helper: handy wrapper repo for building Edison kernels
I've made a small wrapper repo on github with submodules for edison-linux (branch edison-3.10.98) and edison-bcm43340 that makes it quick and easy to build new edison-linux kernels without having to use Yocto.
After cloneing the wrapper repo, a simple
make
is all you need to build an edison-linux kernel with the default configuration from the edison firmware images. You can update an Edison firmware image using
DFU=../edison-image-latest/ sudo make install
or copy your new kernel and modules to a running Edison using
make collected
cd collected/latest
scp -r * root@192.168.2.15:/
Kernel config files are included in the wrapper repo for both the default edison firmware images as well as a more inclusive config that makes Edison a good headless server.
Link Copied

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page