Earlier quoted context omitted.
> the 64GB ram It's 64 MB RAM
Ah yes thanks, still pretty good though for on-package for £3-odd (UK price). https://m.aliexpress.com/item/1005004970779483.html
The $8 Linux Computer
61–70 of 166 posts
Re: The $8 Linux Computer
#62Re: The $8 Linux Computer
#63Based on a brief bit of googling about this board's CPU (the Bouffalo Lab BL808), it seems to have one RV64 and two RV32 cores. The RV64 core may be capable of running RV32 machine code, if the OS sets various flags correctly, but the reverse isn't possible without emulation. How does Linux handle this? Can you just run an executable and have it automatically scheduled onto whichever cores can execute it? Wouldn't th…
Side note, but someone linked a great talk by OS researcher Timothy Roscoe the other day about a) the increasing heterogeneity of our computing devices, b) Linux's inability to really support same, and consequently c) Linux being used on the device, because the device has to "run Linux", but in increasingly smaller and more walled-off spaces, leaving board management which you'd normally think of as an "OS task" to d…
Really folks. It doesn't take new research or exotic OS design ideas, to do something that has been common practice for a decade. Let's quit pretending linux is driving any innovation. It's followed behind in OS design, often by years.
Re: The $8 Linux Computer
#64Earlier quoted context omitted.
One proposal I saw was to treat the RV32 core like a microcontroller or as a dedicated co-processor. https://www.robertlipe.com/bl808-not-symmetric/
Let me see if I have this straight ... it's a device that can run a general OS like Linux, but say, have a core that could be run real-time, with all the goodies like timers and stuff that we expect from microcontrollers? If so, then that would be pretty awesome. I think that people have been trying to get real-time working on Raspberry Pis. It seems that they get kinda close, but never manage to get all the way.
Re: The $8 Linux Computer
#65Can this chip output HDMI? I looked at the datasheet and it didn't look like it: https://github.com/bouffalolab/bl_docs/blob/main/BL808_DS/en...
Re: The $8 Linux Computer
#66Why would you use this instead if some rpi version?
This little $8 board will run circles around even an RPi 4 when it comes to doing something like controlling a long strip of ws2812b RGB LEDs, as an example.
Re: The $8 Linux Computer
#67Re: The $8 Linux Computer
#68Can this chip output HDMI? I looked at the datasheet and it didn't look like it: https://github.com/bouffalolab/bl_docs/blob/main/BL808_DS/en...
Re: The $8 Linux Computer
#69Earlier quoted context omitted.
I'm a bit over Raspberry Pis at this point. They're impossible to find, and their performance is terrible. I tried getting back into one of my Raspberry Pis from scratch just earlier today, and even with setting up the OS from scratch and the most up to date version, it was unbearably slow. So slow as to be unusable for even the most simple tasks. So that kickstarts forum hopping trying to figure why, and there's lau…
By the time you get a Rpi 4, a decent power supply and an external SSD, it's usually around the same price as a mini PC which you can get with a 7th/8th/9th Gen i3 or even i5 with everything included. I get that the Rpi will use less power, but I imagine many people will be like me and have it overclocked to 2.1ghz, and my heatsink was pretty warm all day long. I've recently picked up a Optiplex 3070 with a i5 9500t…
Re: The $8 Linux Computer
#70Earlier quoted context omitted.
This is actually a common pattern you get from multiple vendors.
Just as a semi-random example, NXP has the i.MX series[1] with one or more application-level cores alongside a microprocessor-level core. You can get something like the i.MX 8M Nano[2] with 4x Cortex-A53 and a single Cortex-M7. Another "big-player" option is ST which has the STM32MP1[3], which features a single Cortex-A7 alongside a Cortex-M4. [1]: https://www.nxp.com/products/processors-and-microcontrollers... [2]:…
Perhaps it's better with the newer BSPs on the 8, but I wouldn't be too quick to jump back into it.