Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
17.1 Legacy Series
»
Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ? (Read 12817 times)
boxx.dk
Newbie
Posts: 2
Karma: 0
Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ?
«
on:
June 14, 2017, 06:54:05 pm »
Hello
Hardware:
- RaspBerry Pi Version 1, model B.
- Belkin Usb to Ethernet, F4U047, as second ethernet interface.
Post ref:
https://forum.opnsense.org/index.php?topic=3793.msg13161#msg13161
Just trying out opnsense, as described in the post.
The thing is, that my Belkin USB2Ethernet F4U047 is not working with freebsd 10.3, but works with version 11.
I do not know why it's not working on 10.3.
I have tried to install freebsd 11 on my RPI and followed the installation as described in the post above, but then opnsense will not install, as the opnsense-bootstrap.sh routine demands a freebsd 10.3.
I know that the RPI version 1 is no Speedy Gonzales, but for my purpose, it offers a sufficient capacity.
Any workarounds / hints ?
- Thanks
Logged
franco
Administrator
Hero Member
Posts: 17653
Karma: 1610
Re: Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ?
«
Reply #1 on:
July 04, 2017, 04:02:22 pm »
Hi there,
We want to release a RPI2 test build based on FreeBSD 11.0 instead, likely on OPNsense 17.7. RPI 1b was nice to see ticking, but too slow.
Other than cross-building the whole thing yourself, there's no option for RPI 1b anymore.
Cheers,
Franco
Logged
ovizii
Newbie
Posts: 7
Karma: 0
Re: Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ?
«
Reply #2 on:
August 23, 2017, 10:07:06 am »
I'm wondering if someone can point me towards where I can read the current status regarding opnsense support for raspberrys.
I'm interested to know if it runs on a pi 3 and which image could be used for that.
Logged
franco
Administrator
Hero Member
Posts: 17653
Karma: 1610
Re: Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ?
«
Reply #3 on:
August 23, 2017, 05:26:05 pm »
RPI 3 support is not yet ready in FreeBSD <= 11. I hear 12 will be ready, but that is 2 years from now, optimistically. RPI 1 and 2 are 32 bit, RPI 3 is 64 bit.
Cheers,
Franco
Logged
ovizii
Newbie
Posts: 7
Karma: 0
Re: Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ?
«
Reply #4 on:
August 23, 2017, 09:51:03 pm »
Thanks for the clarification Franco.
Logged
franco
Administrator
Hero Member
Posts: 17653
Karma: 1610
Re: Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ?
«
Reply #5 on:
August 24, 2017, 08:19:01 am »
Our very own Shawn is making ample progress with it though...
https://twitter.com/lattera/status/900392877553057792
Logged
franco
Administrator
Hero Member
Posts: 17653
Karma: 1610
Re: Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ?
«
Reply #6 on:
August 24, 2017, 10:56:45 am »
Apologies, the twitter feed is not open for all. The image link Shawn posted is here:
https://hardenedbsd.org/~shawn/rpi3/2017-08-23/HardenedBSD-RaspberryPi3-aarch64-12.0-HARDENEDBSD-1ad9f47d53e6.img.xz
Cheers,
Franco
Logged
ovizii
Newbie
Posts: 7
Karma: 0
Re: Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ?
«
Reply #7 on:
August 24, 2017, 11:28:20 am »
Awesome, I will give it a try.
Logged
chemlud
Hero Member
Posts: 2481
Karma: 112
Re: Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ?
«
Reply #8 on:
August 24, 2017, 03:58:10 pm »
Eehhm, is this a "burn-and-boot" image for the SD-card? Or somefink more complex to install?
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare
felix eichhorns premium katzenfutter mit der extraportion energie
A router is not a switch - A router is not a switch - A router is not a switch - A rou....
franco
Administrator
Hero Member
Posts: 17653
Karma: 1610
Re: Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ?
«
Reply #9 on:
August 24, 2017, 04:36:39 pm »
I think so, but could be wrong.
Logged
lattera
Full Member
Posts: 207
Karma: 82
Re: Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ?
«
Reply #10 on:
August 24, 2017, 05:07:58 pm »
Here's where we stand on arm64:
Embedded dev boards like the RPI3 will need their own OPNsense images, due to u-boot. Can't do a generic arm64 image (at least, not yet.)
There's a couple patches that I need to commit to the OPNsense tools.git repo to allow for native arm64 builds. I don't have those patches anymore due to reinstalling the arm64 dev box I was using. The box got hosed and I didn't have any backups (hey, it's a dev box.)
I wasn't able to complete an OPNsense arm64 build due to some ports build failures with ld.lld. That was back when ld.lld was at 4.0.0. FreeBSD/HardenedBSD has ld.lld 5.0.0 now, so more ports should hopefully build.
Once I get #2 and #3 finished, #1 should be easier to do, hopefully. I'm not sure targeting embedded-style dev boards like the RPI3, Pine64, etc. would be worthwhile for OPNsense to do in any official capacity, since they all currently require their own images (again, due to u-boot). If FreeBSD is able to get a "one image to fit them all," that might change.
The dev box I'm using right now is currently set up for porting SafeStack to arm64. Once I've made more progress in that area, I'd be happy to switch it back over to OPNsense development. That could take a month or so, though. Feel free to keep pinging me to keep reminding me. A reminder here and there never hurts.
Logged
tarjei99
Newbie
Posts: 1
Karma: 0
Re: Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ?
«
Reply #11 on:
August 29, 2017, 02:36:26 pm »
There is an unofficial FreeBSD v12 port for rpi2 and rpi3 available at
http://www.raspbsd.org/
The rpi3 kit is aarch64 and the rpi2 is arm6.
Download sites that have FreeBSD v12 in some form or another. It would probably be a good idea if people pooled their resources.
https://hardenedbsd.org/~shawn/rpi3/
http://download.raspbsd.org/
(Generic = rpi3)
https://download.freebsd.org/ftp/snapshots/arm64/aarch64/ISO-IMAGES/12.0/
«
Last Edit: August 29, 2017, 10:41:49 pm by tarjei99
»
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
17.1 Legacy Series
»
Any chance of upgrading freebsd 10.3 to 11.0 on Raspberry Pi with opnsense ?