Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| lx:apx:start [05.11.2022 12:19] – picture added Andy Haubenschmid | lx:apx:start [03.03.2026 20:26] (aktuell) – Serial Konsolen Links hinzugefügt Andy Haubenschmid | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== PC Engines APX/APU ====== | ====== PC Engines APX/APU ====== | ||
| {{ : | {{ : | ||
| - | ===== 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 | ||
| - | </ | ||
| - | ==== weitere Informationen zum APU von Trick77 ==== | + | Das " |
| + | |||
| + | ===== Linksammlung ===== | ||
| + | ==== Links zur Serialconsole ==== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== 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 25: | Zeile 28: | ||
| Don’t forget to update ''/ | Don’t forget to update ''/ | ||
| - | === Show output during boot === | + | ==== Show GRUB output during boot ==== |
| Edit / | Edit / | ||
| < | < | ||
| Zeile 39: | Zeile 42: | ||
| </ | </ | ||
| - | === Enable NMI Watchdog === | + | ==== Enable NMI Watchdog |
| ''# | ''# | ||
| - | === Enable temperatur sensor === | + | ==== Enable temperatur sensor |
| '' | '' | ||
| Zeile 53: | 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 82: | Zeile 85: | ||
| cpu MHz : 1000.000 | cpu MHz : 1000.000 | ||
| </ | </ | ||
| + | |||
| + | ==== Use the Beeper :-) ==== | ||
| === Enable beep === | === Enable beep === | ||
| < | < | ||
| Zeile 99: | 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 | ||
| + | </ | ||
| + | |||
| + | |||