Hacker News new | ask | show | jobs
by mojoB 3383 days ago
I'd suggest Yocto is the de facto standard for this kind of embedded device. It's a bit complex behind the scenes but general building and updating packages is fairly straightforward.

Bringing up the edison is very easy. The bootloader supports DFU, so you can simply connect USB, reset, and flash the system images.

If you're coming at it from a higher level, it has a node.js and ssh services running by default, so it's easy to start tinkering.

1 comments

Buildroot is good too and seem fairly simple. I used it for RPi project and comes with support for many boards.