First of all, a big thanks for the work you made here Rene, i ve been pleased to read all that 👍👍I just put my hand on a pi 4 and i m following the fresh update of openbsd and freebsd on it as they both work now!!! with usb support.Rene i believed i could make my own image too but after reading your long and hard path i m not so enthousiast at all!!!
I saw you was on new project and probably dont have no more so much time for that but could you just try to build a pi 4 image for all of us pleaaaaaase??? Or at least the way the build one now that you resolved the multiple problems you got to build a working one for pi 3...
Sorry for the noobish questionWhat image you guys used with the Pi. I have a Pi3B+ and I have downloaded the latest nightly image.The USB adapter seems to be recognized fine however the internal Ethernet is missing.What Am I missing. In the initial setup I'm being presented only with 1 interface which is the USBThank you
dd if=OPNsense-201911250722-OpenSSL-arm-aarch64-RPI3.img of=/dev/disk2 bs=1m conv=sync
I think that Raspberry Pi 4 is great thing for projects where you want to make use of GPIO connector.I have RPi4 - on shelf since half year.Too sensitive to use while children are in area. Too complex for simple projects - waste of resources.Still laggy as for desktop PC (IMHO on RaspberryPi OS mouse cursor is laggy - don't know how on other systems).I'm slowly accepting sad truth - that it was mistake to buy it.
#!/bin/shusbconfig -d `usbconfig list | grep "Realtek USB 10/100/1000 LAN" | cut -c5-7` set_config 1
So, 20.7 was released a couple of days ago ... and the base is finally bsd 12.1i will start work again on this in next days or weeks, as soon as i have enough time for this.i will answer all you questions than, because its not everything in my head right now As soon i got a stable way to compile for rpi3 and maybe other devices, i will create a pull request to the official git repo.Afterwards, everyone should be able to compile there own images from official source.
Spikerguy, so you say that in Manjaro ARM there is hardware cursor experience? Because on RespberyOS it behave like software rendered which means it's laggy when you move it quickly.I apologize that I forgot to mention some Raspberry Pi features that makes it usable for geeks and tinkers (camera and display slot etc). It is great thing for teenagers, students or for unique projects, but using it as PC is like driving with small excavator.That's about RPi.In case of OPNsense 20.7 - it is great. I found that USB WiFi adapter by Mediatec/Ralink RT5572 works perfectly, also gigabit ethernet adapters TP-Link UE300 and ANKER A7611 works as well. Gigabit adapters are not so perfectly working as WiFi - if they go into powersaving mode, they wont be automatically reinitiated after plugging cable in.Also for boot I had to add init script into /usr/local/etc/rc.syshook.d/early/Code: [Select]#!/bin/shusbconfig -d `usbconfig list | grep "Realtek USB 10/100/1000 LAN" | cut -c5-7` set_config 1