diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-12-04 15:36:29 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-12-04 15:36:29 +0200 |
| commit | e643aee92c9e5e8763fa42686d83822839f2cac3 (patch) | |
| tree | ab3a6242d858043883b5c9e41934ca967c11e949 | |
| parent | 2197b6786b15409c70d08113d7b6ff9e9393ca54 (diff) | |
Update README
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ # Inphic S805 Teardown -Goes for $15 on [AliExpress](http://www.aliexpress.com/item/inphic-i5-S805-wifi-smart-tv-box-set-top-box-quad-core-1g-8g-android4-4/32504955757.html), has same SoC as the [Odroid C1](http://odroid.com/dokuwiki/doku.php?id=en:c1_hardware). Looks like a poor man's Odroid to me! +Goes for ~~$15~~ (not anymore, you snooze you lose) $40 on [AliExpress](http://www.aliexpress.com/item/inphic-i5-S805-wifi-smart-tv-box-set-top-box-quad-core-1g-8g-android4-4/32504955757.html), has same SoC as the [Odroid C1](http://odroid.com/dokuwiki/doku.php?id=en:c1_hardware). Looks like a poor man's Odroid to me! +We bravely attempt to build and run mainline kernel on this little board. For that we join forces with the awesome [linux-meson](http://linux-meson.com/doku.php) project. + +## Prerequisites + + - arm-linux-gnueabihf toolchain ([arm-linux-gnueabihf-gcc](https://aur.archlinux.org/packages/arm-linux-gnueabihf-gcc/) on AUR) + - [Mainline kernel](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git) clone + - [Buildroot](http://www.buildroot.org/) |
