Zombah raspberry pi sandbox: различия между версиями
Перейти к навигации
Перейти к поиску
Zombah (обсуждение | вклад) м (add 32bit req) |
Zombah (обсуждение | вклад) м (add note about gcc6) |
||
Строка 23: | Строка 23: | ||
$ DISTRO=Lakka PROJECT=RPi2 ARCH=arm make image | $ DISTRO=Lakka PROJECT=RPi2 ARCH=arm make image | ||
</pre> | </pre> | ||
Probably ggc6 is better, for compilation, will test later. <br/> |
Версия от 12:21, 9 мая 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
Install 32bit requirements:
# zypper in gcc48-32bit glibc-devel-32bit glibc-devel-static-32bit
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
Probably ggc6 is better, for compilation, will test later.