diff --git a/Documentation/boards/nuc.md b/Documentation/boards/nuc.md new file mode 100644 index 000000000..07628822a --- /dev/null +++ b/Documentation/boards/nuc.md @@ -0,0 +1,50 @@ +# Intel NUC + +This board configuration supports the Intel NUC mini PCs and compatibles. +Probably most recent computers will work. + +Requirements: +- x86-64 support +- UEFI boot +- SATA/AHCI storage +- Supported NIC: + - Intel Gigabit NIC (e1000, e1000e, igb) + - Realtek Gigabit NIC (r8169) + - Intel Wireless Wifi 802.11ac (iwlwifi, see below) + +## Tested Hardware + +| Device | Quirks | +|--------|-----------| +| Intel NUC5CPYH | | +| Gigabyte GB-BPCE-3455 | needs 'nomodeset' in cmdline.txt if you want a console | + + +## Wifi + +The following cards are supported: + +- Intel Wireless 3160 +- Intel Wireless 7260 +- Intel Wireless 7265 +- Intel Wireless-AC 3165 +- Intel Wireless-AC 3168 +- Intel Wireless-AC 8260 +- Intel Wireless-AC 8265 +- Intel Wireless-AC 9260 +- Intel Wireless-AC 9461 +- Intel Wireless-AC 9462 +- Intel Wireless-AC 9560 + +## Bluetooth + +Bluetooth is untested. + +## Installation + +Currently there is no shiny installation method. Checklist: +- Boot PC to live-environment using PXE or USB +- Copy or download the hassos image into your live environment +- zcat the image to local harddisk +- Reboot + diff --git a/Documentation/kernel.md b/Documentation/kernel.md index 3b31d1815..c1a814fae 100644 --- a/Documentation/kernel.md +++ b/Documentation/kernel.md @@ -7,3 +7,4 @@ | Raspberry Pi | 4.14.81 | | Tinker Board | 4.14.82 | | Odroid-C2 | 4.18.20 | +| Intel NUC | 4.14.82 |