aboutsummaryrefslogtreecommitdiff
path: root/Raspberry Pi.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-17 14:11:59 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-17 14:11:59 +0100
commit15210f67d37d68af40c399ede15eeee8afb1be92 (patch)
treedaffd1035e60d15af5d92ab26a3637b9a472baeb /Raspberry Pi.wiki
parentRevert removal of TexServer.wiki (diff)
downloadwiki-public-15210f67d37d68af40c399ede15eeee8afb1be92.tar.gz
wiki-public-15210f67d37d68af40c399ede15eeee8afb1be92.tar.xz
mån 17 jan 2022 14:11:58 CET
Diffstat (limited to 'Raspberry Pi.wiki')
-rw-r--r--Raspberry Pi.wiki82
1 files changed, 82 insertions, 0 deletions
diff --git a/Raspberry Pi.wiki b/Raspberry Pi.wiki
new file mode 100644
index 0000000..f989efd
--- /dev/null
+++ b/Raspberry Pi.wiki
@@ -0,0 +1,82 @@
+deb http://archive.raspberrypi.org/debian/ bullseye main
+deb http://raspbian.raspberrypi.org/raspbian bullseye main contrib non-free rpi
+
+sudo debootstrap --foreign --arch=anmhf bullseye PWD/root http://raspbian.raspberrypi.org/raspbian
+
+
+pacaur -S qemu-user-static binfmt-qemu-static
+
+==== puppet ====
+{{{
+include profiles::raspberry_builder
+}}}
+
+== Binfmt ==
+`/proc/sys/fs/binfmt_misc/` :: registered bin formats
+`systemd-binfmt.service` :: systemd service for updating
+
+
+== qemu-user-static ==
+
+
+== MAC-addresses ==
+`b8:27:eb:b7:0e:59` :: clear case ethernet
+`b8:27:eb:e2:5b:0c` :: clear case WiFi
+
+Serial : 00000000e3b70e59
+
+
+== Packages ==
+
+- openssh-server (which enables ssh.service)
+
+- raspberrypi-kernel
+- raspberrypi-bootloader
+
+{{{
+root@stock-raspberrypi:~# apt-cache search raspberrypi
+firmware-brcm80211 - Binary firmware for Broadcom/Cypress 802.11 wireless cards
+libraspberrypi-bin - Miscellaneous Raspberry Pi utilities
+libraspberrypi-bin-dbgsym - debug symbols for libraspberrypi-bin
+libraspberrypi-dev - Libraries for the Raspberry Pi's VideoCore IV (headers)
+libraspberrypi-doc - Libraries for the Raspberry Pi's VideoCore IV (docs)
+libraspberrypi0 - Libraries for the Raspberry Pi's VideoCore IV
+libraspberrypi0-dbgsym - debug symbols for libraspberrypi0
+raspberrypi-bootloader - Raspberry Pi bootloader
+raspberrypi-kernel - Raspberry Pi bootloader
+raspberrypi-kernel-headers - Header files for the Raspberry Pi Linux kernel
+raspberrypi-net-mods - Network configuration for the Raspberry Pi UI
+raspberrypi-sys-mods - System tweaks for the Raspberry Pi
+}}}
+
+== Repos ==
+
+{{{
+deb http://raspbian.raspberrypi.org/raspbian bullseye main contrib non-free rpi
+}}}
+
+Primary raspberry repo, used for debootstrap.
+main :: Required base system?
+contrib :: Probably optinal
+non-free :: Hopefully optoinal
+rpi :: Most firmware and the like
+
+{{{
+deb http://archive.raspberrypi.org/debian/ bullseye main
+}}}
+
+kerne
+
+
+=== DHCP ===
+
+=== Netboot ===
+
+TFTP GET bootcode.bin (required)
+TFTP GET bootcode.sig (optional)
+TFTP GET
+- e3b70e59/start.elf
+- autoboot.txt
+- config.txt
+- recovery.elf
+- start.elf