aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-04 16:29:25 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-04 16:29:25 +0100
commit01c497a33a114e2af8cc3060034f666a4909a273 (patch)
tree4968fa138d207764b79f1cc79dff4cf9c7717732
parentons 2 feb 2022 19:18:39 CET (diff)
downloadwiki-public-01c497a33a114e2af8cc3060034f666a4909a273.tar.gz
wiki-public-01c497a33a114e2af8cc3060034f666a4909a273.tar.xz
fre 4 feb 2022 16:29:25 CET
-rw-r--r--C.wiki5
-rw-r--r--Raspberry Pi.wiki17
-rw-r--r--index.wiki1
3 files changed, 23 insertions, 0 deletions
diff --git a/C.wiki b/C.wiki
new file mode 100644
index 0000000..b96bb05
--- /dev/null
+++ b/C.wiki
@@ -0,0 +1,5 @@
+{{{c
+#include <inttypes.h>
+}}}
+
+innehåller printf-strängar för `<stdint.h>`.
diff --git a/Raspberry Pi.wiki b/Raspberry Pi.wiki
index 61c6998..f98f318 100644
--- a/Raspberry Pi.wiki
+++ b/Raspberry Pi.wiki
@@ -82,3 +82,20 @@ TFTP GET
- config.txt
- recovery.elf
- start.elf
+
+== För Stupan ==
+Kopiera /var/lib/machines/raspberry-builder/setup.sh tillbaka till
+upstream. Smuttsiga ändringar finns
+
+- /var/lib/machines/raspberry-builder/setup-used-for-stupan.sh
+- /setup.sh bullseye stupan
+- chroot $ apt install xterm openbox cantata
+- cd /var/tmp
+- dd if=/dev/zero of=stupan.img bs=4M count=1000 status=progress
+
+- parted stupan.img mklabel msdos
+- parted -a optimal mkpart primary 0% 512MB
+- parted -a optimal mkpart primary 512MB 100%
+
+apt install parted
+echo 'options loop max_part=8' > /etc/modprobe.d/loop.conf
diff --git a/index.wiki b/index.wiki
index ff1b087..176a76d 100644
--- a/index.wiki
+++ b/index.wiki
@@ -10,6 +10,7 @@
- [[nix]]
- [[VHDL]]
- [[Matlab]]
+- [[C]]
- [[C++]]
- [[deb]]
- [[puppet]]