Board for developing new OS

Hi

Since I do some embedded programming I'd like to poke around and write a dedicated network operating system. Yes I know a ambitious goal but I am familiar with bit shifting and datasheet digging. For easy development I guess booting over LAN will be fastest iteration method.
Must have:

  • serial port
  • arm core (eventually MIPS)
  • cpu datasheet (best with optional e.g. switch chip datasheet)
  • at least 2 ethernet ports (more better)

What board would you recommend which is easiest to hack ?

This is the OpenWrt forum, the only OS that is discussed here is OpenWrt based on the Linux kernel.

That said:
You did not mention wireless - required?

I'd first decide which target to use, based on the availability of datasheets. Check if you can find complete Mediatek, Realtek or QCA datasheets, they seem to be the most active targets at the moment.

2 Likes

Wireless is not required. If datasheet is available then I'd use it. I've looked at hardware list but couldn't find any datasheets. I've found only AR9331 datasheet.

If you want ARM and datasheets then you may prefer the MVEBU target, powerful enough and plenty of features:

  • Armada 370: 88F6710, 88F6707, and 88F6W11
  • Armada XP: MV78230, MV78260, and MV78460
  • Armada 38x: 88F6810, 88F6811,88F6821, 88F6W21, 88F6820, and 88F6828

At least these have available datasheets. But probably more expensive than old mips alternatives.

1 Like

Found a lot of info on https://www.kernel.org/doc/html/latest/arm/marvell.html. Has valid links.