⇤ ← Revision 1 as of 2021-04-14 18:06:23
Size: 1159
Comment: notes about primer
|
← Revision 2 as of 2021-07-13 14:06:03 ⇥
Size: 1297
Comment: add structure and comments
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
Runs tangd to advertise its keys, nothing else. | Runs tangd to advertise its keys, nothing else. See also: [[furinkan/sysadmin/Clevis_and_Tang]] |
Line 9: | Line 9: |
{{{ # primer cmdline dwc_otg.lpm_enable=0 console=ttyAMA0,115200 root=/dev/ram0 elevator=deadline rootwait nortc loglevel=3 noembed waitusb=1 hostname=primer tz=AEST-10AEDT,M10.1.0,M4.1.0/3 showapps syslog }}} |
= TCL packages needed = |
Line 22: | Line 18: |
= Kernel cmdline = |
|
Line 23: | Line 21: |
# old cmdline.txt | # primer cmdline dwc_otg.lpm_enable=0 console=ttyAMA0,115200 root=/dev/ram0 elevator=deadline rootwait nortc loglevel=3 noembed waitusb=1 hostname=primer tz=AEST-10AEDT,M10.1.0,M4.1.0/3 showapps syslog }}} {{{ # old cmdline.txt (v9.x?) |
Line 26: | Line 29: |
# new | # new (v11.x?) |
Line 30: | Line 33: |
= Upgrading to version 11 = |
- Dedicated tangd service
- RPi Zero W
- Tiny Core Linux 9.x
Runs tangd to advertise its keys, nothing else. See also: furinkan/sysadmin/Clevis_and_Tang
TCL packages needed
wifi wireless_tools wpa_supplicant
Kernel cmdline
# primer cmdline dwc_otg.lpm_enable=0 console=ttyAMA0,115200 root=/dev/ram0 elevator=deadline rootwait nortc loglevel=3 noembed waitusb=1 hostname=primer tz=AEST-10AEDT,M10.1.0,M4.1.0/3 showapps syslog
# old cmdline.txt (v9.x?) dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/ram0 elevator=deadline rootwait quiet nortc loglevel=3 noembed # new (v11.x?) dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/ram0 elevator=deadline rootwait nortc loglevel=3 noembed syslog hostname=makarov tz=AEST-10AEDT,M10.1.0,M4.1.0/3
Upgrading to version 11
Would like to upgrade to 11.x some day, but it's still quite rough.
- get stuff over to new system
- need inetutils-servers and bash
- fetch openssl-dev manually (or with tce-load -iw)
Things that need fixing in piCore 11.x - libnl - wifi - wireless_tools for PKG in compiletc squashfs-tools libtool autoconf automake git ; do tce-load -w $PKG done