Bifferboard and R861x mmu?? Wow
rwgast_logicdesign
Posts: 1,464
Has any one ever seen the bifferboard? This thing is pretty neat Im wondering how the uC on it isnt in more wide spread use?? The actual dev board is kinda of under powered which is why Im not going to buy one anytime soon. But the specs on its micro are nuts
150mhz intel x86 compatible ASM set
ethernet
3x pci devices
usb
dram support
If someone made a board with a pci slot id be all over this thing here is some more info https://sites.google.com/site/bifferboard/. Just wondering if any one else has seen this chip, maybe ill turn someone on to it that is capable of making a board with pci!! One thing im unclear on is how is it usin the x86 chipset when its a risc chip?
150mhz intel x86 compatible ASM set
ethernet
3x pci devices
usb
dram support
If someone made a board with a pci slot id be all over this thing here is some more info https://sites.google.com/site/bifferboard/. Just wondering if any one else has seen this chip, maybe ill turn someone on to it that is capable of making a board with pci!! One thing im unclear on is how is it usin the x86 chipset when its a risc chip?
Comments
It's kind of neat but now we have the Raspberry PI which has more of everything and half the price. All be it somewhat bigger.
Just found this http://www.rdc.com.tw/en/product/mcu_32bit.php list 3pci/lp 2USB 2uart.
I mean if you think about this thing it has awesome potential. At least the speed of a 486dx100 and then some to spare, an interface to pc100 ram. I think 100mhz ram and a 150mhz cpu is going to be super zippy for anything you would do normally on a micro hell this is enough HP to run windows98 then some! but the killer app as i see it is the PCI, i mean think about it.... say out of the blue you think routing dial up data over your lan would be beneficial, well walk to your junk pile in the garage and scrap a modem and 10/100 ethernet pci card! Alot of hardware has drivers written for linux! Even if your running a homebrew os you can use those drivers to figure out how your pci hardware needs to communicate. I mean **** maybe you could slap 128mb pc100ram and a pci video card get win9x running!!
I just seriously was hoping someone had heard of this micro and would chime in and say ya theres a board out there with dram and pci sockets!! The code portability and hardware compatability of this thing is insane this would allow pc programmers to not learn a new architecture and build embedded stuff that would give arm ucontrollers a run for there money(uControllers not armv7 neon cpus ok lol)! Just seems to good to be true really
This chip seems neat for running old legacy binaries on DOS or such but not much use modern world of ARM boards, Linux, and bucket loads of open source software with which you can build cheaper faster more flexible systems. Having the x86 instruction set is not a bonus in the opensource world where you are not tied to binaries. Not sure what you mean. If you have source code to compile it's probably about as portable as anything else. If you only have DOS executables then the portability is insanely bad. When working with 68K x86, ARM, PPC and other embedded systems, I have often not had to learn much about the CPU architecture. The code I write in C does not require such deep knowledge, unless there is a specific need, and is portable to many arches.
Not this chip.
As for speed, most processors these days have a BogoMIPS to clock frequency ratio of 2. To have BogoMIPS lower than the clock, especially 3x lower, is amazingly slow. Even the venerable Via C3 is significantly faster than that.
I know what you are getting at but you should take bogmips with a pinch of salt:.
From my new toy, a Raspberry Pi, running at the default clock frequency of 700MHz:
From my desktop x86 PC:
See BogoMIPS on Wikipedia