top | item 13919500

(no title)

mojoB | 9 years 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.

discuss

order

skywal_l|9 years ago

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