Share your NetBSD experience (for FreeBSD users)

What would you do with those smartphones if you could install NetBSD? 🤔🫣
Well, provided that the Wi-Fi works, similar to a Raspberry, such a device could be a little server in the private home network serving as ftp, dlna, samba server or whatever, accessible and configurable through ssh from your PC. As those smartphones all have a slot for micro SD cards, I guess enough additional space for storage could be achieved. Just an idea.
 
Note: Battery-powered devices ready to catch fire if you keep them plugged in permanently.
Thanks for the info, but could someone answer the original question, please? Or has nobody ever tried to flash NetBSD to a smartphone, or can at least rule out it's not possible in the first place?
 
Thanks for the info, but could someone answer the original question, please? Or has nobody ever tried to flash NetBSD to a smartphone, or can at least rule out it's not possible in the first place?

7. We will not allow technical/support questions about any operating system other than FreeBSD anywhere on this forum. That includes the Off-Topic forum. Always ask technical/support questions about other operating systems on the forums or mailing lists associated with those operating systems.
 
I don't have a problem installing everything from the start and configuring the system
(on NetBSD i was also compiling some apps from pkgsrc)
What makes me crazy is the crazy slow pkg download speeds !
This is insane !

Bumping up this thread :)

Long time FreeBSD user here.
I am moving away from FreeBSD. Sort of.
I will be watching, but focussing more on NetBSD.

The thing is this.
FreeBSD nowadays works very well on desktop. Kudos to the FreeBSD team. If you have a mainstream hardware (HP/DELL/LENOVO) that is in the market for last 2-3 years, then FreeBSD will work wonderfully.

Now the reason for chipping in here.
My primary work is IoT applications and Edge computing.

There I find that NetBSD has better support for peripherals.

So, I made a trade off.
Desktop ? Windows is fine to get things done. Even Debian which I have in dual boot mode.

Since, I have to get my products out, I need a platform where junior firmware engineers can start off with quick prototyping.

FreeBSD is breeze to install and setup.
But for a widely used tinkering board like Raspberry Pi (lot of people have mentioned in the thread here), FreeBSD does not have support for Bluetooth, WiFi, DSI, CSI.
Even the SPI support is not there.

FWIW, FreeBSD Bluetooth is broken even of mainstream AMD64/x86-64 platform.

NetBSD is a pain to install.
But once that is done, I found most peripherals working except SPI.

If I were to prototype a outdoor sensing platform on Raspberry Pi or any such widely available ARM SoC, I really don't care about CSI and DSI.
So, here the deal breaker was lack of radio networking support.

Most smart sensors in the market work with Bluetooth Low Energy.

I'm getting down to writing a NetBSD SPI driver that can be accessed from user space daemons. I can live with that.

So, it will be a slightly outdated NetBSD desktop working with half a dozen ARM SoC running NetBSD.
I wish it were FreeBSD.

I don't know.
It doesn't make any sense to me why FreeBSD Foundation wants to lose the IoT market.

But as I mentioned FreeBSD will be on constant watchlist.
 
I don't like the fact that, with pkgsrc, I have to manually change the umask from 027 to 022 when running`make && sudo make install`. Otherwise I end up with binaries I can't execute.
 
Back
Top