Raspberry Pi 4 8GB¶
I recently converted my Raspberry Pi 4 8GB to run Home Assistant so that I can use my NUC as another Proxmox node.
Config¶
OS: Raspberry Pi OS Lite (64-bit)
RAM: 8GB
HAT1: Argon Fan HAT for Raspberry Pi 4
HAT2: GeeekPi M.2 NVME SSD Storage Expansion Board for Raspberry Pi 4 (52Pi EP-0171)
DRIVE: 500GB NVMe
Raspberry Pi 4 boot from usb¶
Sometimes, the USB adapter is slow and disconnections. The device quirks may need to be set.
Get vendorId
and deviceId
Output
[1.301989] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[1.332965] usb 2-1: New USB device found, idVendor=152d, idProduct=1561, bcdDevice= 1.00
[1.332999] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[1.333026] usb 2-1: Product: ASM105x
[1.333048] usb 2-1: Manufacturer: ASMT
[1.333071] usb 2-1: SerialNumber: 123456789B79F
Verify the vendorId
and deviceId
Combine the vendorId
and deviceId
to get make up the quirks
.
Add the quirks to /boot/firmware/cmdline.txt
/boot/firmware/config.txt
Check
Swap¶
See Raspberry Pi 5 16GB.
Argon Fan Hat¶
Config¶
- Without the
ARGON FAN HAT
script the FAN will run constantly at 50%FAN SPEED
- Upon installation of the script,
DEFAULT SETTINGS
of theARGON FAN HAT
are as follows:
CPU TEMP | FAN SPEED / POWER |
---|---|
55°C | 10 % |
60°C | 55 % |
65°C | 100 % |
Power Buttons¶
ARGON FAN HAT | ACTION | FUNCTION |
---|---|---|
OFF (FROM SOFT SHUTDOWN) | Short Press | Turn ON |
ON | Short Press | Nothing |
ON | Long Press (> 3 Secs) | Initiate Soft Shutdown (NO POWER CUT) |
ON | Double Tap | Reboot |