Project

General

Profile

Actions

Notes

Raspberry Pi Availability

The pandemic mixed with trade and supply chain issues has made getting a Raspberry Pi difficult. There is a tracker now to help find boards: rpilocator

Building Releases

Development Platform

  • Clone pibox
  • RPi B+, RPi Zero / Zero W: make pkg
  • RPi 2/3: make HW=rpi2 pkg
  • cdb
  • cd buildroot-*/output/staging
  • STAGING=$(pwd)
  • cdb
  • cd crosstool-ng.*.bld/install
  • XID=$(pwd)
  • cdp
  • ls -l

STAGING and XID are used by the meta build.

Media System

  • clone meta repo
  • ./build.sh
  • cdp
  • ls -l *.opk

Kiosk (re: VideoFrame)

  • export XID=$TC
  • clone meta repo
  • ./build.sh -m kiosk
  • cdp
  • ls -l *.opk

Auto-kiosk System

  • export XID=$TC
  • clone meta repo
  • ./build.sh -m autokiosk
  • cdp
  • ls -l *.opk

References

Updated by Hammel over 1 year ago · 3 revisions