====== Orange Pi 5 Plus ====== * I ordered this kit: [[https://www.amazon.com/dp/B0CKXF1LKK?psc=1&ref=ppx_yo2ov_dt_b_product_details]] * I couldn't for the life of me get the antenna for the case on the wireless card. They're the smaller ones. So I put the ones that came with the card back on. I made them both stick out one hole because the wires weren't long enough to put them out each side and it doesn't get a signal with the antenna inside the case. * I used the Armbian bookworm legacy image as the edge image has shutdown and usb issues per the forums. {{ :opi5plusdualscreen.jpg?400 |}} {{ :opi5plusups.jpg?400 |}} === Armbian Images === [[https://mirror-us-stl1.armbian.airframes.io/dl/orangepi5-plus/archive/]] === LXC === I'm hosting this wiki on an LXC container on this SBC. I don't have an external IP so its connected via OpenVPN to my VPS and reverse proxied. I had to add the following to the config in order to allow OpenVPN to create the tun interface. # /dev/net/tun lxc.cgroup2.devices.allow = c 10:200 rwm lxc.mount.entry = /dev/net/tun dev/net/tun none bind,create=file Some references: * [[https://launchpad.net/~liujianfeng1994/+archive/ubuntu/rockchip-multimedia]] * [[https://launchpad.net/~liujianfeng1994/+archive/ubuntu/panfork-mesa]] * [[https://gitlab.com/panfork/mesa]] * [[https://gitlab.com/panfork/dri2to3]] * [[https://github.com/JeffyCN/mirrors/tree/libmali/firmware/g610]] * [[https://github.com/JeffyCN/mirrors/tree/libmali/lib/aarch64-linux-gnu]]