Will it run FreeBSD ? [Embedded Version]

Going off of Orange Pi 5 pricing; I doubt it. Plus I'd have a better chance of getting FreeBSD running on this than getting around Apples ironclad boot chain. M1 Mac Mini's are getting dirt cheap though.
 
a radxa orion board which is basically the same thing sells for 400 euros on aliexpress.without case, ram, psu or storage. freebsd may somehow work on it with half the hw supported and it will probably be less usefull than a vm on apple silicon
 
Going off of Orange Pi 5 pricing; I doubt it. Plus I'd have a better chance of getting FreeBSD running on this than getting around Apples ironclad boot chain. M1 Mac Mini's are getting dirt cheap though.
i admit i was wrong.
they seem quite a bit cheaper than radxa orion
250 euros with 16gb and power source.
 
Hey @Phishfry, I guess you have lot of experience with FreeBSD on embedded. What is the lowest size disk you were able to fit FreeBSD into?

I am trying to port on two small SBC one with 16MB flash and another with 128 MB flash. So, I want to know if it's possible or not.
 
128MB might work. The lowest I got was 105MB bare and WAP 125MB.

Problem you run into is the first time you run pkg it creates its database and files. This adds 15MB..
So you really need to bake your programs in manually for an appliance with such limited storage..
 
128MB might work. The lowest I got was 105MB bare and WAP 125MB.

Problem you run into is the first time you run pkg it creates its database and files. This adds 15MB..
So you really need to bake your programs in manually for an appliance with such limited storage..
If you made your own base.txz with a lot of extra stuff that is irrelevant in an embedded system removed, then FreeBSD could be much smaller, albeit no longer POSIX/SUS-compliant-ish-kindof-notreallycertified.
 
ePay TimeClock with N3160

Flat Screen shows in BIOS as eDP to LVDS 18bit. There is a flat panel controller installed in the chassis.
I realized I never tested the chassis display before ripping box apart so I bought another epay T16 Timeclock. $37 it is worth it.
I had tested the ITX board inside with HDMI monitor attached but not with LVDS LCD display attached.

On new box I wiped the disk and installed 13.5-RELEASE and installed Openbox with some apps.
Touchscreen works but is giving me some troubles.
eGalay with pen drive. I forced it to usbhid by disabling uep driver.

Code:
hms0: <eGalax Inc. USB TouchController Tablet> on hidbus1
hms0: 2 buttons and [XY] coordinates ID=1
hpen0: <eGalax Inc. USB TouchController Pen> on hidbus1
hmt0: <eGalax Inc. USB TouchController TouchScreen> on hidbus1
hmt0: Singletouch touchscreen with 0 external buttons
hmt0: 1 contact with [RC] properties. Report range [0:0] - [4095:4095]
hconf0: <eGalax Inc. USB TouchController Configuration> on hidbus1
hcons0: <vendor 0x1667 product 0x000c Consumer Control> on hidbus3
hsctrl0: <vendor 0x1667 product 0x000c System Control> on hidbus3


Really disappointing display brightness and viewing angles.
I am running it at 12V when spec says 19V. I need to test with correct voltage. Backlight might need more volts.

Some of the external buttons work with keyboard outputs. Large Numeric keypad works too.
 
Back
Top