this post was submitted on 18 Jun 2024
227 points (98.7% liked)

Technology

55657 readers
4470 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 38 points 2 weeks ago (1 children)

A bit slow but still awesome for folks who want to develop on RISC-V.

[–] pelya 15 points 2 weeks ago (2 children)

Targeting developers is, I dunno, misses the audience. It would have been a great netbook, or a Raspberry Pi replacement.

If I develop something for Risc-V arch, it is probably some embedded thing with 100 MHz CPU and 2 Mb RAM, and I am cross-compiling it anyway on my more powerful PC.

[–] [email protected] 8 points 2 weeks ago

I don't think Risc-V is ready for that yet. Needs a little bit more time to go to the GA

[–] [email protected] 7 points 1 week ago (1 children)

I think it specifically is targeted at RISC-V developers. So don't buy it for your android development.

It is a development hardware that is in its early steps and you can join on the ride if you so desire to do.

[–] pelya 3 points 1 week ago (2 children)

So if I'm developing a garage door opener using ESP32 RISC-V module, I'm not a RISC-V developer? The dev tools and the cross-compiler only come in x86_64 variant, they simply won't work on RISC-V laptop. But at least they provide a Linux installer.

The only use case I can think of is to build Debian packages on a target architecture without cross-compilation, because many packages do not support cross-compilation, but it's more an issue of poor build scripts.

[–] [email protected] 5 points 1 week ago

RIEC-V is as far as I know very new as a processor.

This means most of your software that works on Linux, Windows, Mac, Android or anything similar doesn't do so on the new processor.

This means you need developer who will port it or write new software for it. While crosscompiling is possible it is usually easier to have real hardware to test on. Not even to write the software on that device. You still can write it on your x86-64 pc and then either compile it on the RISC-V pc or crosscompile and test it only on the RISC-V pc.

For people who want to do this,it is targeted I think.

Tech enthusiasts who like new stuff.

[–] [email protected] 1 points 1 week ago* (last edited 1 week ago)

IMO this device is more of a prototype for working out issues with risc-v in a framework chassis. Not really for doing practical work at this point. Could mean that framework expects a powerful risc-v chip in the next few years, and wants to lay the groundwork for that now.