Meidokon Wiki
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Useful(?) links

  • furinkan's stuff

  • Postfix snippets


  • SystemInfo

  • This sidebar

Navigation

  • FrontPage
  • RecentChanges
  • FindPage
  • HelpContents

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

MeidokonWiki:
  • servers
  • primer
  • Dedicated tangd service
  • RPi Zero W
  • Tiny Core Linux 9.x

Contents

  1. TCL packages needed
  2. Kernel cmdline
  3. Upgrading to version 11

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
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01
MoinMoin Release 1.9.11 [Revision release], Copyright by Juergen Hermann et al.