Project

General

Profile

Notes » History » Version 3

Hammel, 01 Nov 2022 18:05

1 1 Hammel
h1. Notes
2
3 3 Hammel
h2. Raspberry Pi Availability
4
5
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":https://rpilocator.com/
6
7 1 Hammel
h2. Building Releases
8
9
h3. Development Platform
10
11
* Clone pibox
12
* RPi B+, RPi Zero / Zero W: make pkg
13
* RPi 2/3: make HW=rpi2 pkg
14
* cdb
15
* cd buildroot-*/output/staging
16
* STAGING=$(pwd)
17
* cdb
18
* cd crosstool-ng.*.bld/install
19
* XID=$(pwd)
20
* cdp
21
* ls -l 
22
23
STAGING and XID are used by the meta build.
24
25
h3. Media System
26
27
* clone meta repo
28
* ./build.sh 
29
* cdp
30
* ls -l *.opk
31
32
h3. Kiosk  (re: VideoFrame)
33
34
* export XID=$TC
35
* clone meta repo
36
* ./build.sh -m kiosk
37
* cdp
38
* ls -l *.opk
39
40
h3. Auto-kiosk System
41
42
* export XID=$TC
43
* clone meta repo
44
* ./build.sh -m autokiosk
45
* cdp
46
* ls -l *.opk
47 2 Hammel
48
h3. References
49
50
* https://www.phoronix.com/scan.php?page=news_item&px=LG-webOS-Open-Source-Edition - See architecture diagram.