team-eureka / eureka_buildroot

External buildroot tree for the eureka (Chromecast) dongle
53 stars 15 forks source link

getting started? #3

Closed eridal closed 10 years ago

eridal commented 11 years ago

hey, great project!!

Is there any documentation --or piece of advice-- available somewhere? website?

bored-engineer commented 11 years ago

Basically you'll need to clone a buildroot vanilla install, then copy this on top of it. After that it's mostly standard buildroot stuff and installing missing dependancies.

bored-engineer commented 11 years ago

Note: If you do not want to develop on flashcast, you can just download and use it from the xda-developers thread and use it: http://forum.xda-developers.com/showthread.php?t=2452838

eridal commented 11 years ago

hey, thanks for the prompt reply! the xda forum seems like a great place to dig information about flashcast for a newcomer like me :)

tchebb commented 11 years ago

As @innoying said, you can build this repo as described in the Buildroot manual after you follow the instructions in README.md. If you're looking for FlashCast API documentation, you can find it in the docs directory of my my flashcast-flasher repo.

tchebb commented 10 years ago

Since your question seems to have been answered, I'm closing this.