Zombah raspberry pi sandbox: различия между версиями
Перейти к навигации
Перейти к поиску
Zombah (обсуждение | вклад) (init commit) |
Zombah (обсуждение | вклад) м (add lakka) |
||
Строка 7: | Строка 7: | ||
==RPI snmp hardware monitoring== | ==RPI snmp hardware monitoring== | ||
http://docs.librenms.org/Extensions/Applications/#raspberry-pi | http://docs.librenms.org/Extensions/Applications/#raspberry-pi | ||
==Lakkatv== | |||
Current devel lakka branch here https://github.com/libretro/Lakka-LibreELEC is Lakka-V2.0 | |||
To compile: <br/> | |||
<pre> | |||
$ git clone https://github.com/libretro/Lakka-LibreELEC.git | |||
$ cd Lakka-LibreELEC | |||
$ export CCACHE_DISABLE=1 | |||
$ DISTRO=Lakka PROJECT=RPi2 ARCH=arm make image | |||
</pre> |
Версия от 18:04, 8 мая 2017
NOOBS install from linux
- parted format sd to msdos label
- create single partition win fat
- mkfs.vfat -F 32 new partition
- unzip noobs.zip -d new partition
RPI snmp hardware monitoring
http://docs.librenms.org/Extensions/Applications/#raspberry-pi
Lakkatv
Current devel lakka branch here https://github.com/libretro/Lakka-LibreELEC is Lakka-V2.0
To compile:
$ git clone https://github.com/libretro/Lakka-LibreELEC.git $ cd Lakka-LibreELEC $ export CCACHE_DISABLE=1 $ DISTRO=Lakka PROJECT=RPi2 ARCH=arm make image