Stream: homelab

Topic: TuringPi


view this post on Zulip Matthew Sanabria (Sep 16 2024 at 17:28):

TuringPi boards are shipping in the next few weeks! They announced a case today: https://turingpi.com/introducing-our-new-mini-itx-case/

After months of collaboration with the community, we’re excited to finally unveil our long-awaited mini ITX case for the Turing Pi 2 and 2.5 boards! This case is designed to meet the needs of hobbyists and developers looking for a compact yet highly functional solution. In this blog post, we’ll walk you through the details […]

view this post on Zulip Matthew Sanabria (Nov 01 2024 at 00:53):

Got my TuringPi in! Got a basic Ubuntu OS flashed but I think I'm gonna put Talos Linux on this for Kubernetes.

@Justin Garrison is https://firmware.turingpi.com/turing-rk1/talos/ the best location for the latest Talos images for TuringPi?

view this post on Zulip Ron Waldon-Howe (Nov 01 2024 at 01:47):

Hmmm, that's a little behind upstream Talos: https://github.com/siderolabs/talos/releases/tag/v1.8.2

view this post on Zulip Ron Waldon-Howe (Nov 01 2024 at 01:48):

I wonder if generic ARM64 images will work on the Turing Pi yet, but I don't think we've entered the golden age of having generic ARM64 images boot everywhere

view this post on Zulip Matthew Sanabria (Nov 01 2024 at 01:48):

Looks like this fork is the most up to date version of Talos for TuringPi: https://github.com/nberlee/talos

view this post on Zulip Matthew Sanabria (Nov 01 2024 at 01:50):

I'm flashing it now to find out.

view this post on Zulip Matthew Sanabria (Nov 01 2024 at 02:24):

Flashed and boots but I'm just running into issues during the installation. My IP changed on reboot so my Talos apply-config is now different and I don't know how to change it correctly. Flashing again!

view this post on Zulip Justin Garrison (Nov 01 2024 at 03:37):

You set a static ip or set up a reservation?

view this post on Zulip Matthew Sanabria (Nov 01 2024 at 03:46):

Reservation for now.

view this post on Zulip Matthew Sanabria (Nov 01 2024 at 03:46):

I got a single controller/worker node running.

view this post on Zulip Matthew Sanabria (Nov 01 2024 at 03:46):

It took me longer than it should have to realize that after the initial talosctl apply-config that I should drop the --insecure flag for future patches.

view this post on Zulip Matthew Sanabria (Nov 01 2024 at 03:47):

I also needed:

machine:
  kernel:
    modules:
      - name: rockchip-cpufreq

Last updated: Dec 12 2024 at 16:20 UTC