The newly purchased #ODROID H5 is online. I can't recommend this series enough. Perfect balance of low electrical power and high home use capability. For my fellow #FreeBSD fans, everything just works. You do have to use the rge driver in the ports tree for the 10G ethernet port, but I've had zero issues. https://markmcb.com/hardware/
Hardware - Mark McBride

Notes on hardware I'm running in my homelab.

ODROID-H5 : une carte de développement sous Core i3-N300
Hardkernel annonce la ODROID-H5, une carte de développement sous puce Intel Alder Lake-N proposant un Ethernet 10 Gigabit..
https://www.minimachines.net/?p=141426 #hardkernel #odroid

ODROID-H5 single-board PC has Intel Core i3-N300, 10 GbE LAN, and four M.2 slots

The Hardkernel ODROID-H5 is a single-board computer with a low-power 8-core Intel Core i3-N300 Alder Lake-N processor, four M.2 slots with support for SSDs or other add-ons, a robust set of ports that includes a 10 Gigabit LAN connector.

Available now for $260, the ODROID-H5 isn’t necessarily an upgrade when compared with the previous-gen ODROID-H4 Ultra. Instead it offers some interesting […]

#hardkernel #miniPc #odroid #odroidH5 #sbc Read more: https://liliputing.com/odroid-h5-single-board-pc-has-intel-core-i3-n300-10-gbe-lan-and-four-m-2-slots/

Take my money Hardkernel. I’ve been running #FreeBSD on an Odroid H4 Ultra for almost a year and it’s been a great, so when I saw the H5 I didn’t even hesitate. #odroid

https://www.hardkernel.com/shop/odroid-h5/

ODROID-H5 – ODROID

I've had a set of #odroid mc-1 boards for a while waiting for a project I never executed on. Today I finally put them two of them to use as clustered #Technitium DNS servers and cleaned up my previous nameserver configuration. Have full configuration, including zone and record management into #Ansible.
I'm trying to get back to tinkering with tech. I have an OGU ( https://wiki.odroid.com/odroid_go_ultra/odroid_go_ultra ) with a broken data line on the USB-C connector, so I can't flash a different distro to it. Sometime when I have the time and spoons, I want to crack it open and track down the issue to see if I can fix it myself. It would be more costly to ship it out for repairs than it would be to buy a new one. I know my partner wants my OGA ( https://wiki.odroid.com/odroid_go_advance/start ) and I'd be fine letting him have it if I can fix my OGU.

I'm also interested in getting my pinephone back to a reliable state for wifi and bluetooth. Anyone know of any low-profile USB-C wlan/bluetooth adapters? I could just have it hang off of it for now. I'd love to get another keyboard attachment for it since I pretty much use it like a pocket sized laptop anymore.

#pinephone #odroid #tech #DIY #repair
odroid_go_ultra:odroid_go_ultra [ODROID Wiki]

I'm trying to get back to tinkering with tech. I have an OGU ( https://wiki.odroid.com/odroid_go_ultra/odroid_go_ultra ) with a broken data line on the USB-C connector, so I can't flash a different distro to it. Sometime when I have the time and spoons, I want to crack it open and track down the issue to see if I can fix it myself. It would be more costly to ship it out for repairs than it would be to buy a new one. I know my partner wants my OGA ( https://wiki.odroid.com/odroid_go_advance/start ) and I'd be fine letting him have it if I can fix my OGU.

I'm also interested in getting my pinephone back to a reliable state for wifi and bluetooth. Anyone know of any low-profile USB-C wlan/bluetooth adapters? I could just have it hang off of it for now. I'd love to get another keyboard attachment for it since I pretty much use it like a pocket sized laptop anymore.

#pinephone #odroid #tech #DIY #repair

odroid_go_ultra:odroid_go_ultra [ODROID Wiki]

Got my ODROID-U3 (Exynos4412, 2013) running kernel 6.12.12 on Ubuntu 22.04. Key points:

- U-Boot 2020.10 is required. Check yours with `sudo strings /dev/mmcblk1boot0 | grep "U-Boot 20"`
- Generic Ubuntu kernels won't boot — missing Exynos4412-specific patches
- Solution: use hexdump0815's precompiled kernels from https://github.com/hexdump0815/linux-mainline-and-mali-generic-stable-kernel release `6.12.12-stb-exy+` tested on U3+
- Hold generic kernels: `sudo apt-mark hold
- Remove `flash-kernel` if installed
#linux #hardkernel #Odroid #OdroidU3