TuringPi boards are shipping in the next few weeks! They announced a case today: https://turingpi.com/introducing-our-new-mini-itx-case/
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?
Hmmm, that's a little behind upstream Talos: https://github.com/siderolabs/talos/releases/tag/v1.8.2
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
Looks like this fork is the most up to date version of Talos for TuringPi: https://github.com/nberlee/talos
I'm flashing it now to find out.
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!
You set a static ip or set up a reservation?
Reservation for now.
I got a single controller/worker node running.
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.
I also needed:
machine:
kernel:
modules:
- name: rockchip-cpufreq
Last updated: Dec 12 2024 at 16:20 UTC