Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[OPEN-SOURCE hardware ]support-> HiFive Unleashed

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
amashee
Posts: 11
Joined: 2019-01-11 06:32

[OPEN-SOURCE hardware ]support-> HiFive Unleashed

#1 Post by amashee »

It would be great if someone can explain (make tutorial/guide) on how to boot debian into a RISC-V open-source micro-controller and develop on the RISC-V architecture. On the only available Open-source hardware in the world today (please correct me if I am wrong) the ->HiFive Unleashed
Links->>
https://www.crowdsupply.com/sifive/hifive-unleashed
and the official website
https://www.sifive.com/boards/hifive-unleashed

I know a little bit of C and C++, but totally clueless on how to become a open-source developer. I want to support the community, with work of-course :D .

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: [OPEN-SOURCE hardware ]support-> HiFive Unleashed

#2 Post by stevepusser »

What architecture is that compatible with? Arm64?
MX Linux packager and developer

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: [OPEN-SOURCE hardware ]support-> HiFive Unleashed

#3 Post by Head_on_a_Stick »

stevepusser wrote:What architecture is that compatible with?
RISC-V is a new architecture and is supported by Debian:

https://wiki.debian.org/RISC-V

We have a thread about it: http://forums.debian.net/viewtopic.php?f=3&t=134889

@OP: https://wiki.debian.org/InstallingDebia ... eUnleashed
deadbang

amashee
Posts: 11
Joined: 2019-01-11 06:32

Re: [OPEN-SOURCE hardware ]support-> HiFive Unleashed

#4 Post by amashee »

stevepusser wrote:What architecture is that compatible with? Arm64?
Arm previously known as Advanced RISC Machine, originally Acorn RISC Machine. i got that from WIKI https://en.wikipedia.org/wiki/ARM_architecture :D .

Anyway, Arm is based on RISC I, i think, but now there is RISC V(5). If we can support more OPEN-SOURCE hardware, i am sure everyone will benefit.
Head_on_a_Stick wrote:
stevepusser wrote:What architecture is that compatible with?
RISC-V is a new architecture and is supported by Debian:

https://wiki.debian.org/RISC-V

We have a thread about it: http://forums.debian.net/viewtopic.php?f=3&t=134889

@OP: https://wiki.debian.org/InstallingDebia ... eUnleashed
thank you!

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: [OPEN-SOURCE hardware ]support-> HiFive Unleashed

#5 Post by Head_on_a_Stick »

It is probably worth noting that RISC-V isn't the only open-source hardware.

Raptor Computing have their Blackbird motherboard that runs POWER9 cpus and these offer considerably more processing power than the current RISC-V implementations:

https://secure.raptorcs.com/content/BK1 ... chase.html

The price isn't that much more than the HiFive board and the architecture should be supported by Debian's ppc64el port:

https://wiki.debian.org/ppc64el

Kernel v4.15+ is needed but buster has that already so it should be good for the Debian 10 release.
deadbang

Post Reply