
I really hope there is soon some serious alternative for Kroum...
Be careful with words like "absolutely" or "definitely".cruster wrote: ↑Sat Aug 03, 2019 11:18 pmA "Desktop Computer" ?
Depends what you're after. If it's general internet browsing, email, Youtube watching (still jerky at 1080p) a bit of programming. Yes.
"Casual use" for sure. a desktop PC replacement, depending on your meaning? Absolutely NO.
As well. "As is" without adding heatsinks or fan cooling or both (In my case) It will throttle back. As supplied it has a very natural tendancy to simply cook itself.
Then there's the whole Linux versus Microsoft world. Not going to go there.
As a PC replacement Desktop replacement? (If that was the question) No. Definitely no.
As is. It's fun. Interesting, niche and quite amazing for what it is.
This is stupid. Get it out of the box, try it on your monitor. If it doesn't work, add hdmi_ignore_edid to config.txt,or perhaps some specific HDMI timings or grab an EDID that does work from another display and use that.k-pi wrote: ↑Fri Aug 09, 2019 9:55 amI've had a RPi4B/4GB for a month or more, but it just sits there in the box it came in.
Why? Because some of the software drivers don't work yet, things that I need.
The EDID doesn't work, & there is still no USB booting, (as of 10/7/19 Raspbian download).
The dual monitors may or may not be working, they were working on it, when I put mine back in its box.
I'm on other forums where people are also wanting one, but it needs to have all the software drivers working, before I could recommend it to them.
If you don't want it, send it to me I'll give it a good home.
I have seen a few posts suggesting this as the current solution for USB booting but does this actually work for the Pi 4B ?
Good point, you need to set up via the config and kernel command line. bootcode.bin isn't used on the 4.hippy wrote: ↑Fri Aug 09, 2019 11:17 amI have seen a few posts suggesting this as the current solution for USB booting but does this actually work for the Pi 4B ?
The documentation says "Note that if a bootcode.bin is present in the boot partition of the SD card in a Pi 4, it is ignored".
https://www.raspberrypi.org/documentati ... teeprom.md
I thought it was executing the bootcode.bin which facilitated the redirection but perhaps not.
I just leave the /boot partition on the SD card, exactly as is, with the one change in the cmdline.txt to make 'root=/dev/sda1' (I actually use the UUID, its safer), then the whole Linux system is on a cheap (£15) 128GB SSD plugged into the USB3, you then need a single line edit to /etc/fstab to tell it where '/' is, that's it, Simples...jamesh wrote: ↑Fri Aug 09, 2019 11:43 amGood point, you need to set up via the config and kernel command line. bootcode.bin isn't used on the 4.hippy wrote: ↑Fri Aug 09, 2019 11:17 amI have seen a few posts suggesting this as the current solution for USB booting but does this actually work for the Pi 4B ?
The documentation says "Note that if a bootcode.bin is present in the boot partition of the SD card in a Pi 4, it is ignored".
https://www.raspberrypi.org/documentati ... teeprom.md
I thought it was executing the bootcode.bin which facilitated the redirection but perhaps not.
Yeah, you could say that.......this product was released with incomplete driver software in its own distro......stuff that I require to use it as I have been using my RPi3/B/B+/A+.Are you just doing it to prove some sort of point?
Connecting anything to a Pi while it is working is an extremely bad idea -- USB should be hot-pluggable, but nothing else is. Even USB may have power problems when hot-plugging.
It sounds more like a Rust problem than a Raspbian problem.Heater wrote: ↑Fri Aug 09, 2019 9:35 pmAfter wasting the whole afternoon trying I gave up. Doing such a thing is nearly but not quite yet supported by Rust. It takes hours to run the build anyway.
A silly story perhaps. But my point is that software support is even more important than CPU speed and memory space when it comes to replacing ones Desktop Computer with a Pi.
To bring things back on topic, it appears quite reasonable to me that a programmer could use a Pi 4B as a desktop computer. With the 2GB and 4GB models, the Pi isn't just for Python anymore. It can efficiently host many different software development tools.
I wonder what is going on there. I have been using VS Code for a long time. It has always been surprisingly fast and I have never seen it eat a gig of RAM. Just now with a bunch of C/C++ files open it's only occupying 200MB.It's just slower because electron bloat and on my i7 machine it eats freaking 1.9 GiB ....