Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende Überarbeitung | |||
| lx:apx:start [07.11.2022 14:42] – [PC Engines APX/APU] Andy Haubenschmid | lx:apx:start [03.03.2026 20:26] (aktuell) – Serial Konsolen Links hinzugefügt Andy Haubenschmid | ||
|---|---|---|---|
| Zeile 4: | Zeile 4: | ||
| Das " | Das " | ||
| + | ===== Linksammlung ===== | ||
| + | ==== Links zur Serialconsole ==== | ||
| - | ===== Ubuntu 22.04.1 LTS auf PC Engines | + | * [[https:// |
| - | Download Server Image from [[https://ubuntu.com/download/server|Ubuntu]]. | + | |
| - | use rufus to create a bootable USB Stick | + | * [[https:// |
| - | boot from USB and press <Tab> to edit the command line. After the Linux Kernel, add the following Options: | + | |
| - | <code> | + | |
| - | ...vmlinuz | + | |
| - | </code> | + | |
| - | ==== weitere Informationen zum APU von Trick77 ==== | + | ===== weitere Informationen zum APU von Trick77 |
| Thanks to Jan from [[https:// | Thanks to Jan from [[https:// | ||
| - | === Show network devices as eth0, eth1, eth2 === | + | ==== Show network devices as eth0, eth1, eth2 ==== |
| instead of p4p1, p4p2, p4p3 | instead of p4p1, p4p2, p4p3 | ||
| Zeile 29: | Zeile 28: | ||
| Don’t forget to update ''/ | Don’t forget to update ''/ | ||
| - | === Show output during boot === | + | ==== Show GRUB output during boot ==== |
| Edit / | Edit / | ||
| < | < | ||
| Zeile 43: | Zeile 42: | ||
| </ | </ | ||
| - | === Enable NMI Watchdog === | + | ==== Enable NMI Watchdog |
| ''# | ''# | ||
| - | === Enable temperatur sensor === | + | ==== Enable temperatur sensor |
| '' | '' | ||
| Zeile 57: | Zeile 56: | ||
| (crit = +100.0°C, hyst = +97.0°C) | (crit = +100.0°C, hyst = +97.0°C) | ||
| </ | </ | ||
| - | === Enable LEDs and reboot button === | + | ==== Enable LEDs and reboot button |
| Check out the apu-led-button repository on Github. | Check out the apu-led-button repository on Github. | ||
| - | === Use max. cpufreq === | + | ==== Use max. cpufreq |
| Ubuntu will always set the CPU governor to ondemand during boot. | Ubuntu will always set the CPU governor to ondemand during boot. | ||
| Zeile 86: | Zeile 85: | ||
| cpu MHz : 1000.000 | cpu MHz : 1000.000 | ||
| </ | </ | ||
| + | |||
| + | ==== Use the Beeper :-) ==== | ||
| === Enable beep === | === Enable beep === | ||
| < | < | ||
| Zeile 103: | Zeile 104: | ||
| beep -l 350 -f 392 -D 100 -n -l 350 -f 392 -D 100 -n -l 350 -f 392 -D 100 -n -l 250 -f 311.1 -D 100 -n -l 25 -f 466.2 -D 100 -n -l 350 -f 392 -D 100 -n -l 250 -f 311.1 -D 100 -n -l 25 -f 466.2 -D 100 -n -l 700 -f 392 -D 100 -n -l 350 -f 587.32 -D 100 -n -l 350 -f 587.32 -D 100 -n -l 350 -f 587.32 -D 100 -n -l 250 -f 622.26 -D 100 -n -l 25 -f 466.2 -D 100 -n -l 350 -f 369.99 -D 100 -n -l 250 -f 311.1 -D 100 -n -l 25 -f 466.2 -D 100 -n -l 700 -f 392 -D 100 | beep -l 350 -f 392 -D 100 -n -l 350 -f 392 -D 100 -n -l 350 -f 392 -D 100 -n -l 250 -f 311.1 -D 100 -n -l 25 -f 466.2 -D 100 -n -l 350 -f 392 -D 100 -n -l 250 -f 311.1 -D 100 -n -l 25 -f 466.2 -D 100 -n -l 700 -f 392 -D 100 -n -l 350 -f 587.32 -D 100 -n -l 350 -f 587.32 -D 100 -n -l 350 -f 587.32 -D 100 -n -l 250 -f 622.26 -D 100 -n -l 25 -f 466.2 -D 100 -n -l 350 -f 369.99 -D 100 -n -l 250 -f 311.1 -D 100 -n -l 25 -f 466.2 -D 100 -n -l 700 -f 392 -D 100 | ||
| </ | </ | ||
| + | |||
| + | ===== Debian 13 installation ===== | ||
| + | |||
| + | ==== Bootstick vorbereiten ===== | ||
| + | Download Debian .iso | ||
| + | mit Rufus das Image auf einen USB Stick kopieren, mit der .iso Methode können die Dateien nachher bearbeitet werden. | ||
| + | |||
| + | === SysLinux auf der Serialkonsole === | ||
| + | |||
| + | ===== Ubuntu 22.04.1 LTS auf PC Engines APU Board installieren | ||
| + | Download Server Image from [[https:// | ||
| + | use rufus to create a bootable USB Stick | ||
| + | boot from USB and press <Tab> to edit the command line. After the Linux Kernel, add the following Options: | ||
| + | < | ||
| + | ...vmlinuz | ||
| + | </ | ||
| + | |||
| + | |||