Zombah raspberry pi sandbox: различия между версиями

Материал из Toshiba AC100 wiki
Перейти к навигации Перейти к поиску
м (add note about gcc6)
м (add mkimage package)
Строка 13: Строка 13:
Install 32bit requirements: <br/>
Install 32bit requirements: <br/>
<pre>
<pre>
# zypper in gcc48-32bit glibc-devel-32bit glibc-devel-static-32bit
# zypper in gcc48-32bit glibc-devel-32bit glibc-devel-static-32bit u-boot-tools
</pre>
</pre>



Версия от 16:25, 9 мая 2017

NOOBS install from linux

  1. parted format sd to msdos label
  2. create single partition win fat
  3. mkfs.vfat -F 32 new partition
  4. 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 u-boot-tools

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.