The RISC-V Revolution has begun!

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024

ความคิดเห็น • 656

  • @StariusPrime
    @StariusPrime ปีที่แล้ว +454

    This video deserves an award based on thumbnail image lone. 😆

    • @geoffupton
      @geoffupton ปีที่แล้ว +9

      agreed! thats a well awesome thumbnail!

    • @r.b.ratieta6111
      @r.b.ratieta6111 ปีที่แล้ว +2

      Yep, was about to say the same thing. 😂

    • @nexusyang4832
      @nexusyang4832 ปีที่แล้ว +2

      True. 😂😂😂

    • @simopasanen
      @simopasanen ปีที่แล้ว +2

      yes

    • @TheStuartstardust
      @TheStuartstardust ปีที่แล้ว +1

      Yes! 😊
      Alternatively:
      Risc-V
      /
      Business
      (Or wait to they release model y) 😁

  • @Zephyroths
    @Zephyroths ปีที่แล้ว +510

    I love how dedicated GPU is easier to setup on a rather new RISC V SBC compared to your previous Raspberry Pi.

    • @mal-avcisi9783
      @mal-avcisi9783 ปีที่แล้ว

      risk-V is just shiat

    • @TankEnMate
      @TankEnMate ปีที่แล้ว +7

      I just wish they had chosen a GPU from a design firm that was more open than Imagination; for years they just about refused to acknowledge that open source software existed. I suspect it was because they had 3rd party IP in their designs, but ofc they aren't saying. In the past Imagination would say "if you want open source drivers then approach your hardware vendor" but what Imagination failed to mention is that they made it infeasible for their counterparties to provide details and also made it infeasible for their counterparties to even acknowledge that Imagination was making it so difficult. So now that they've had a new CEO for the last two years this change in the way they are engaging with the open source community is a genuine sea change.

    • @vixea
      @vixea 9 หลายเดือนก่อน

      ​@@TankEnMatewell I'll give you great news that some of their GPUs have open source drivers now with more on the way the problem now is they need to redo all firmware for the GPU for the open source version and that's going to take a second

    • @TankEnMate
      @TankEnMate 9 หลายเดือนก่อน

      @@vixea I know Imagination has open source drivers (kernel (not merged just yet) and mesa), but from my reading it only supports Vulkan 1.0 at the moment (as opposed to 1.3 for AMD / Intel). Not that this is a problem for most people, but it also "supports" OpenGL via Zink; ... it doesn't currently support any of the Vulkan physical device features and only a couple of the (dozen or so) Vulkan extensions to get Zink to work; which means no open source OpenGL on open source Vulkan drivers. So I would contend that it is going to take far more than a second to get this working reliably (let alone usably) in even the medium time frame. Imagination may be on the way to open source land but they still have a long way to go.

    • @vixea
      @vixea 9 หลายเดือนก่อน

      @@TankEnMate nope the kernel driver was merged of course you need to use a mainline kernel

  • @mamaluigi4667
    @mamaluigi4667 ปีที่แล้ว +249

    It’s likely the image processing tasks are so slow because the image libraries used have hand-optimized assembly implementations for things like decoding, and they just don’t exist yet for RISC-V. Same thing probably applies to things like video decoding, and possibly even the cryptography you mentioned.
    Edit: Also, love to see that PCIe works well out of the box!

    • @TheMrKeksLp
      @TheMrKeksLp ปีที่แล้ว +1

      Either that or compilers for spir-v aren't mature enough yet and produce suboptimal code (no auto-vectorization would be a killer for image libraries for example)

  • @highvis_supply
    @highvis_supply ปีที่แล้ว +284

    Although this SBC was honestly a pain to get running (I have the v1.2a version which needed to be updated by TTL-UART), RISCV has a few tricks up its sleeve that make it extremely viable in this day and age - the first being the significant amount of microcontrollers being released using the architecture, with some even having enough power to run a full linux install. Having some sort of parity between desktop-grade compute and embedded compute like this is extremely helpful for development. On top of this, being able to emulate RISCV cores in FPGAs without any sort of restrictive licensing has essentially enabled an entirely new avenue for hobbyists and small businesses to design truly high performance hardware applications.

    • @shadow7037932
      @shadow7037932 ปีที่แล้ว +35

      RISC V on FPGAs is something I don't see most people mention and it's a pretty big deal for open source hardware. Just having open RISCV based cores would be huge even if it needs to run on an FPGA. People can iterate on the core designs petty rapidly this way.

    • @conorstewart2214
      @conorstewart2214 ปีที่แล้ว +1

      The potential problem with RISC-V is how variable and modular it can be. Most microcontrollers will only use a 32 bit core and may not have many extensions, compared to a SBC that will probably be 64 bit and have at least the basic set of extensions. Something that might make this even worse is RV32E which is specifically for embedded devices and changes some main aspects of the architecture. If companies make a habit of adding in custom extensions for things like AI then it could get messy as some software may only run on a specific brand of cores, essentially leading to vendor lock in or needing to rewrite a program to use a different brand, that wouldn’t be a problem if everyone just agreed to work together and only use official extensions but that may not happen.
      Another potential issue could be large differences in performance based on the architecture of that specific chip, all of the chips may be RISC-V and may have all the same extensions and even run at the same clock speed but differences in how it is implemented could create a large difference in performance, this could make comparing performance of different chips a lot harder than it currently is. On top of that with it being open you might end up with lots of companies all releasing their own RISC-V chips and you end up with a market stuffed full of ever so slightly different chips and cores and it may make it more difficult to find what you actually need.

    • @conorstewart2214
      @conorstewart2214 ปีที่แล้ว +7

      @@shadow7037932 there are open source RISC-V cores that already exist but unless there is serious work done to them they won’t compete with cores made by dedicated companies and they don’t need to open source their implementation. It is relatively easy to implement a basic RISC-V core but if you want more advanced features like pipelining or out of order processing then it gets a lot more difficult. Companies that make more advanced cores will license them, just like ARM does and there is a good chance those cores will be much better than the open source ones available, so if you want a good core that has been developed by a team of engineers and thoroughly tested and documented then you will probably still have to license it.
      Most small companies have enough to worry about without having to design or modify the processor before they even start on their actual product, they would also have to hire engineers that specialise in processor design which is a skill on its own and is not the same as implementing other things on FPGAs. So it is far faster, easier and probably overall cheaper for them to license a core that is known to work and then build their product around that.
      Everyone saying things like, “small companies and hobbyists can make their own RISC-V cores”, are really underestimating how much work and knowledge goes into making a decent processor. If it was so easy then companies like ARM wouldn’t have such a hold on the industry and making your own processor would have been much more of a thing before now.

    • @typingcat
      @typingcat ปีที่แล้ว

      Nah. I will buy one when it becomes as easy as RPi to install an OS and use it.

    • @999a0s
      @999a0s 7 หลายเดือนก่อน

      ​@@conorstewart2214 this is all true, but one of the pure, crystalline, truly good things about computing is how, if they're passionate and dedicated, a single person can move mountains. you could equally make the same statement about creating a AAA game engine or programming language - but you can do it, and people like Muratori, Blow, Tarn and Zach Adams, and many others are proof positive that you can actually make the journey of a thousand miles if you just keep stepping. the "road never traveled" always looks prohibitively difficult...until the first person decides to walk it.
      this is a drastic perspective shift to the conversation, but i believe the future of computing as a force for good in the world rests on the chip being "opened up". we already live in a world where top-down control of computing infrastructure is used to facilitate a total surveillance state, down to assassinations of journalists and political dissidents. corporate capture of the internet has created a situation where the global commons we became used to is now centralized and controlled through a few siloed "TV channel" style platforms, with all of our data being scraped constantly, invisible censorship, and complete top-down information shaping (will this comment disappear into the ether because i used the word "assassination" twice? let's find out! )
      all attempts to empower regular people with technology will be futile until we are able to start reclaiming the stack from the very ground up, and that starts with chips that are truly open, even if anemic at first. is it a lofty goal? sure, it's an insanely lofty goal. but that journey of a thousand miles looks more and more necessary. the current technological paradigm is quite literally driving people insane. getting out from that will require a drastic adjustment of expectations and willingness to rebuild from the ground level. opening up the chip represents the first and most important lock on the technological cage we find ourselves in.

  • @johnpickens448
    @johnpickens448 ปีที่แล้ว +91

    This review seems like a pitch meeting for this Risc V board. It was super easy, barely an inconvenience.

    • @jameslake7775
      @jameslake7775 ปีที่แล้ว +31

      RISC V-based SBCs are tight!

    • @tsotsi116
      @tsotsi116 ปีที่แล้ว +7

      All the documentation on RISC V sounds more like exposition

    • @LakeWrangler
      @LakeWrangler ปีที่แล้ว +9

      Wow wow wow, wow!

    • @leyasep5919
      @leyasep5919 ปีที่แล้ว +3

      I see what you're all doing here !

    • @wwklnd
      @wwklnd ปีที่แล้ว +6

      So, you have a single-board computer idea for me?

  • @adamsfusion
    @adamsfusion ปีที่แล้ว +34

    As a huge RISC-V advocate, I agree that if you want to get a RISC-V board right now, do it because you're interested in RISC-V development. It's really early, and it's definitely exciting, but if you want to do anything productive, this generation just isn't there _yet_.

  • @d0hanzibi
    @d0hanzibi ปีที่แล้ว +18

    Clicking the Like button was super easy, barely an inconvenience

    • @JeffGeerling
      @JeffGeerling  ปีที่แล้ว +11

      Replying to this comment is _tight_!

    • @adamhintz5889
      @adamhintz5889 ปีที่แล้ว +5

      Wowowowow. Wow.

  • @mrlithium69
    @mrlithium69 ปีที่แล้ว +44

    Thanks for your honest and technical review, I will be very excited about these as they continue to solidify the ecosystem. We have to build it, and you're an integral part of the community. Your videos show people how not to be daunted by compiling or changing code, we need more brave people to explore it and fix it.

  • @maxdiamond55
    @maxdiamond55 ปีที่แล้ว +12

    Thanks Jeff, just got mine last week.
    Hours of frustration and fun ahead.
    Great video, thanks.

    • @marcogenovesi8570
      @marcogenovesi8570 ปีที่แล้ว +8

      recompiling kernel until morale improves

  • @amkhrjee
    @amkhrjee ปีที่แล้ว +4

    For anyone wondering, the movie is "Hackers" from 1995.

    • @opvolger
      @opvolger ปีที่แล้ว +2

      Really liked that movie. Don't look at what you see on the screens. But the story and hacking community / world was totally not bad for a film... Maybe add the end, just disconnect de server from the internet :)

  • @jonlawrence
    @jonlawrence ปีที่แล้ว +3

    Love the Pitch Meeting reference, bravo sir. Keep up the great work!

  • @earthling_parth
    @earthling_parth ปีที่แล้ว +18

    Having notifications on for awesome Jeff Geerling and Geerling engineering videos is also super easy, barely an inconvenience ❤️😁

    • @JeffGeerling
      @JeffGeerling  ปีที่แล้ว +13

      This comment is tight!

    • @Palmamontt
      @Palmamontt ปีที่แล้ว +5

      ​@@JeffGeerling yeah yeah yeah ..

    • @earthling_parth
      @earthling_parth ปีที่แล้ว +2

      @@Palmamontt *TIGHT TIGHT TIGHT*

    • @hohowtf
      @hohowtf ปีที่แล้ว +5

      Wowowowow wow, finding people who get it in the comments is super easy, barely an inconvenience

    • @avramitra
      @avramitra ปีที่แล้ว +1

      Wow wow wow............................... Wow

  • @judsonleach5248
    @judsonleach5248 ปีที่แล้ว +9

    Between YOU and "Explaining Computers?" - You're Just TRYING to kill my pay check!!!! LOL

  • @keithmiller9665
    @keithmiller9665 ปีที่แล้ว +1

    Thank You. Definitely worth watching out for new RISC boards and improvements to this one.

  • @invictus0x0
    @invictus0x0 ปีที่แล้ว +2

    YES!!! I've been waiting for someone to use that clip from Hackers about this topic for SO LONG, I knew I couldn't be the only one to remember it !!!

  • @MrglMrgl
    @MrglMrgl ปีที่แล้ว +36

    I would love to see a follow up after the RISC-V optimizations start trickling in.

    • @autohmae
      @autohmae ปีที่แล้ว +2

      I'm sure it will happen, but it might be 6 months or a 1 year before it happens.

    • @GeekProdigyGuy
      @GeekProdigyGuy ปีที่แล้ว

      see you in 2024

  • @kevinpeters5000
    @kevinpeters5000 ปีที่แล้ว +24

    Super easy, barely an inconvenience! I love subtle channel crossovers. 😊

    • @tsotsi116
      @tsotsi116 ปีที่แล้ว +6

      Wow wow wow wow wow. Wow

    • @NoNameAtAll2
      @NoNameAtAll2 ปีที่แล้ว +5

      it's called reference, I decided

    • @LakeWrangler
      @LakeWrangler ปีที่แล้ว +5

      Subtle channel crossovers are TIGHT!

    • @nathangoddard8115
      @nathangoddard8115 ปีที่แล้ว +2

      "So you have a new SBC for me?"....."Yes sir I do."

    • @kevinpeters5000
      @kevinpeters5000 ปีที่แล้ว +1

      @@nathangoddard8115 haha, I like that one :-)

  • @aturegano87
    @aturegano87 ปีที่แล้ว +80

    We all know that Jeff has already bought many of these boards. As with raspberry Pi's, this will create a global shortage but he will be able to continue delivering his so interesting videos. 🤣

    • @notfunny3397
      @notfunny3397 10 หลายเดือนก่อน +1

      I like the idea that Jeff is singlehandedly responsible for the shortage

  • @fakecubed
    @fakecubed 11 หลายเดือนก่อน +1

    Love that Rocky Linux t-shirt. I'm a big fan of that distro. It's been great seeing the Linux community rally so quickly in the wake of the CentOS debacle.

  • @MAYERMAKES
    @MAYERMAKES ปีที่แล้ว +17

    I currently try to shift over most of my dev work to using Risc-V mcu and hopefully sbc s , its for sure the future and software support and actual application use are critical so every helping hand counts.

  • @Squitdoogenz
    @Squitdoogenz ปีที่แล้ว +3

    Easily the best thumbnails on TH-cam. Outstanding.

  • @gannas42
    @gannas42 ปีที่แล้ว +5

    This is pretty exciting - lots of potential and room for improvement! I don't know if I would buy one today but will definitely be watching the RISC-V space for signs of maturity.
    Thanks for sharing your experience with getting this board running!

  • @AshtonCoolman
    @AshtonCoolman ปีที่แล้ว +5

    Risc V has to start somewhere. It has a fight against ARM but folks seem to value the positives enough where we should see a lot of software development over the next few years. Thanks for the video!

  • @pjschafer5786
    @pjschafer5786 ปีที่แล้ว +2

    Love the shoutout to Pitch Meeting by Ryan George - "Super easy, barely an inconvenience!" (if you know, you know)

  • @TomaszStachewicz
    @TomaszStachewicz ปีที่แล้ว +2

    "super easy, barely an inconvenience" - reminded me i haven't watched movie pitch videos in a while!

  • @TheMalMeninga
    @TheMalMeninga ปีที่แล้ว +2

    That thumbnail is the stuff of legends - fine work, Jeff.

  • @JamesJansson
    @JamesJansson ปีที่แล้ว +1

    First we had red shirt Jeff. Now we have sunglasses Jeff in the thumbnail. I approve of adding characters to the Geerliverse.

  • @rpavlik1
    @rpavlik1 ปีที่แล้ว +21

    Wait, so they did a complete actual PCI-E implementation? Impressive! The rumor I've heard is that the compatibility on the arm boards is low because the soc vendors often don't really implement all of PCI-E, just enough for one or two specific use cases

    • @kwinzman
      @kwinzman ปีที่แล้ว +17

      One thing I learned over the years is that no matter how clear the spec is, harware vendors will find no shortage of ways to violate it, and no limit of creativity on how to disappoint you. You can't rely on anything that is mandatory according to the spec if the vendor doesn't specifically mention support for that feature and has tested for it.
      Just lower your standards by like a LOT what is acceptable, and then lower your expectations even further and then you have industry practice.

  • @edwardallenthree
    @edwardallenthree ปีที่แล้ว +1

    You made my son smile when you did the pitch guy's line.

    • @JeffGeerling
      @JeffGeerling  ปีที่แล้ว +1

      I'm glad I could help, it was _barely an inconvenience!_

  • @bhasselgren
    @bhasselgren ปีที่แล้ว +1

    Glad to see you in action again! I hope you are doing good (as good as possible).

  • @deldarel
    @deldarel ปีที่แล้ว +18

    Oooh, I love this! I've never done anything with RISC-V but I have been rooting for it all along! The computing landscape will be so much more interesting with this! And many gadgets will be much easier to produce

    • @autohmae
      @autohmae ปีที่แล้ว +2

      My prediction: RISC-V will first eat up the microcontroller and embedded space (because hopefully less licensing hassle, hopefully lots of open source development tooling available and ability to just get the hardware you need without anything more), it will need a good-enough SBC so people can use it for easier development, testing, etc. And it looks like this will soonish be a reality.

    • @ebouwman034
      @ebouwman034 ปีที่แล้ว +1

      Start with a microcontroller. Esp32c3 is risc-v.

  • @scamperly
    @scamperly ปีที่แล้ว

    "super easy, barely an inconvenience" - subtle reference. I love it.

  • @scottxiong5844
    @scottxiong5844 ปีที่แล้ว +19

    Appreciate your take on RISC-V. I would agree that it is still early development for RISC-V. Definitely not for a beginner like me.

    • @marcogenovesi8570
      @marcogenovesi8570 ปีที่แล้ว +6

      yes, this is still a real devboard, the software is not mature enough for general consumption. But the RISC-V scene it's improving fast, far faster than ARM is going.

    • @Freshbott2
      @Freshbott2 ปีที่แล้ว

      @@marcogenovesi8570 this is annoyingly true. When Apple released the M series it really seemed like ARM was gonna make leaps and bounds but it just sort of fizzled out.

    • @marcogenovesi8570
      @marcogenovesi8570 ปีที่แล้ว

      @@Freshbott2 Quite frankly I didn't share that hope. ARM's licensing structure has always cultivated mostly lazy OEM customers that just do the bare minimum integration of whatever very very underwhelming bs ARM designs and licenses out to the "plebs" and call it a day. Yes a few high end licensees like Apple and Ampere/Nvidia are out there doing their designs but that's it.
      With Risc-V there is no "higher authority" that drip feeds the same OEMs with a "good enough" product so you get plenty of "ARM-like" CPU design firms that create new designs and compete with each other.

    • @marcogenovesi8570
      @marcogenovesi8570 ปีที่แล้ว

      @@Freshbott2 I mean, wtf is Qualcomm even doing at this point. They were supposed to herald the "windows on ARM" revolution and that thing went like a fart in the wind. That's because they are mostly just "licensed CPU integrators" and not doing true CPU design

    • @Freshbott2
      @Freshbott2 ปีที่แล้ว

      @@marcogenovesi8570 I agree with you about ARM, I was more naive than you but looking back it’s obvious. But I’m not going to dupe myself over RISC-V. It’ll cultivate the same laziness but cheaper and more accessible. In the end it’s still an off-the-shelf model. Just because you can go custom doesn’t mean OEMs will do it outside the embedded/daughter chip space.

  • @belliebeltran4657
    @belliebeltran4657 ปีที่แล้ว +2

    This man continues to grew ever-creative on his thumbnails...

  • @McTroyd
    @McTroyd ปีที่แล้ว +2

    Props for decent documentation. That's a good indicator this board will lead to something good eventually, if it's not quite there now.

  • @fernandoz6329
    @fernandoz6329 ปีที่แล้ว +5

    A risc-v enter to the bar...a new contender is always great news. However is too early to tell how it will perform, definitively a pre-alpha era.
    For the early testers, this is a Risky-V-usiness haha. Wonderful video as always!

  • @FaultyStreams
    @FaultyStreams ปีที่แล้ว +1

    Thumbnail game always on point! Fantastic!

  • @id104335409
    @id104335409 ปีที่แล้ว +4

    I have forgotten why Risk V was so good. It was that long ago. The Hackers clip was perfectly on point.

  • @ChatterontheWire
    @ChatterontheWire ปีที่แล้ว +2

    Perfect timing on this since I'll be working more with my VisionFive 2 this weekend. It's been sitting around for a week as I work on other projects.

  • @ashabuggie
    @ashabuggie ปีที่แล้ว +8

    Jeff never disappoints with the thumbnails 10/10

  • @guy_autordie
    @guy_autordie ปีที่แล้ว +1

    that thumbnail:
    slow clap
    smirk smile (I'm sure i've done a typo here)
    "well done, jeff. well done"

  • @Practical-IT
    @Practical-IT ปีที่แล้ว +4

    Kudos for the clip from Hackers!
    I wonder if the pool on the roof still has a leak?!

    • @JeffGeerling
      @JeffGeerling  ปีที่แล้ว +2

      Only one way to find out!

  • @FlameForgedSoul
    @FlameForgedSoul ปีที่แล้ว +1

    Love everything you do, but We'd be lying if We said We weren't specifically desiring a Hackers reference...you did not disappoint.

  • @Castaa
    @Castaa ปีที่แล้ว +1

    Love it. I'd like to see more RISC-V videos every 3-6 months charting any progress.

  • @Kirmo13
    @Kirmo13 ปีที่แล้ว

    I have so much hope for this new open-source architecture :D

  • @JamesAChambers
    @JamesAChambers ปีที่แล้ว +33

    Nobody who touched one of these should think it will start a revolution in the industry. It's just plain not ready. I would be promoting this board so hard if it was ready. It's just not. Everything Jeff covered here is true.
    Will RISC-V be a revolution? Honestly if we can get people to value open source hardware like they value open source hardware yes, it could be. The companies don't really live up to it being fully open source hardware if you look into the details. That part doesn't concern me.
    If we can get people to believe in open-source hardware then it doesn't matter that the companies aren't living up to it today. It's more an educational problem just like open-source software. Once people understand what it does for them they will like it.
    The problem is the consumer devices are not ready. This device is not ready. We'll have to look at it 6 months to a year from now where a lot of this will be fixed (and thanks for discussing that so much in the video Jeff, I agree 100%). Today they're not ready though.
    I can't emphasize enough how disappointing that firmware update process was to even run the latest OS. That is just plain unacceptable!

    • @JeffGeerling
      @JeffGeerling  ปีที่แล้ว +13

      Thanks SO much for that post on the firmware update-it was incredibly helpful, more so than the official docs :)

    • @JamesAChambers
      @JamesAChambers ปีที่แล้ว +5

      @@JeffGeerling Oh wow, I'm glad you saw that one! That was from my own journey with this board and frankly I reached much of the same conclusions you did. Most importantly this board is not ready for Pi fans or even SBC fans to jump into unless they are experts. I don't recall one with a worse firmware update process in recent memory that I've had to do!
      Very good testing with the GPU as well. That's not one I had tried on there but I'm not surprised. You couldn't be more right about how difficult it is to get anything GPU accelerated going in Linux and that's a huge problem on a lot of alternative SBCs that aren't ARM as well and it's always worth mentioning.
      Take care Jeff!

    • @realms4219
      @realms4219 ปีที่แล้ว +2

      Once companies consider these viable, the entire market will shift.

    • @JamesAChambers
      @JamesAChambers ปีที่แล้ว +6

      @@realms4219 That's already happening. My Google Pixel 7 Pro uses a RISC-V chip. Companies that want to make their own silicon are doing this. RISC-V is also showing up a lot in microcontrollers that are fantastic to use today (ESP32-C3).
      The question is when will someone make a good enough single board computer powered by RISC-V. We already have good enough phones. We already have good enough microcontrollers. When will we get a good enough SBC? Not yet unfortunately but it's only a matter of time.

    • @fredrik241
      @fredrik241 ปีที่แล้ว +4

      @@JamesAChambers
      How much is 'open source' hardware going to matter when ccomputer/chip designers are going to be making their own secret sauce parts or custom derivatives?

  • @edvardfranke
    @edvardfranke ปีที่แล้ว

    Thx for the inside of your journey

  • @alvisabit8452
    @alvisabit8452 ปีที่แล้ว

    I always argue with you and always love some of your video and the effort you give us. Take love.

  • @kevindawe911
    @kevindawe911 ปีที่แล้ว +2

    Hi Jeff, thanks for the video, very interesting and thought-provoking. Given the lack of RPi's atm this looks like it could gain a lot of traction and interest in the soc space. Look forward to more videos from you on RISC soc's. Perhaps I should look at using these kind of RISC based soc's for the many projects I have planned. I am due to finally get my cytoreductive surgery on the 15th so I won't be around for 2 to 3 months but when I get back home I look forward viewing some more content from you. Great to see you looking so well, cheers Jeff.

  • @justinfinkelstein5804
    @justinfinkelstein5804 ปีที่แล้ว

    Nice review, thank you Jeff. It's really good to see there's finally a RISC-V SBC... as I watched the video, I was thinking "ooh, I could have a tinker with that".

  • @kayakMike1000
    @kayakMike1000 ปีที่แล้ว +2

    RISC-V is the future!
    I look forward to a RISC-V chiplet cpu with an fpga chiplet.

  • @Biel7318
    @Biel7318 ปีที่แล้ว +1

    Jeff Geerling X René Rebe = RiscV + AMD driver! 🤩🤩🤩🤩

  • @Jay_the_Caffeinator
    @Jay_the_Caffeinator ปีที่แล้ว +1

    Using the "Hackers " footage, was a perfect cut. Every time I hear RISC, that scene goes through my head. Lol

  • @athmaid
    @athmaid ปีที่แล้ว

    Yeees I was waiting for you to check this out, awesome!

  • @davidfarning8246
    @davidfarning8246 ปีที่แล้ว +7

    I spent about two hours browsing the forum and documentation before buying one of these SBCs. Things don't look any worse than in the early days of Arduino or Raspberry PI :) I look forward to seeing if this upstart can disrupt the Arm ecosystem. Ironically, I was also passionate about Arm challenging Intel back in the day.

  • @TBL_stevennelson
    @TBL_stevennelson ปีที่แล้ว

    That'd alot of research. Your going to know so much about RISC I can't wait to see what the futures like

  • @NonyaDamnbusiness
    @NonyaDamnbusiness ปีที่แล้ว

    I'm just happy you got through the surgery OK and are back making interesting videos again. You ever find yourself in Kansas City, gimme a hollar and the BBQ is on me.

  • @Quozul
    @Quozul ปีที่แล้ว +3

    I have this card! I've been using since day one, I had to compile the RISC-V tool chain to cross compile U-Boot, OpenSBI and a custom kernel. This took so much time but I got a Linux working on it by compiling everything myself ! However I haven't touched the card since then.

  • @kevikiru
    @kevikiru ปีที่แล้ว +1

    I love love love the Ryan reference "Compiling Linux ... on this board is super easy, barely an inconvenience!"

  • @spencerallen323
    @spencerallen323 ปีที่แล้ว

    I find myself always looking forward to another geerling video

  • @kenosabi
    @kenosabi ปีที่แล้ว +2

    More options, more competition, and ultimately more innovation.

  • @mrloop6377
    @mrloop6377 ปีที่แล้ว

    I'm currently on my first year on university studying computer science, and, instead of ARM or something similar, we are starting to learn RISC-V as our first assembly, the revolution is real!

  • @espiya5557
    @espiya5557 ปีที่แล้ว +1

    We're still far from true RISC-V for consumers, but we're getting there. Give it 3 more years, we can have competitive RISC-V SBCs being deployed in our home server labs or probably as low-power desktop PCs. I'm excited for the external GPU support, maybe I can host some sort of AI with machine learning at home with my aging graphics card.

  • @trashguy
    @trashguy ปีที่แล้ว

    RISC Unix box back in the day were rock solid and loved the old IBM and Apple PowerPC

  • @BWGPEI
    @BWGPEI ปีที่แล้ว

    You had me smiling on this one, and kudos to you! Do think I'll wait a while, and stay out of trouble with the other half.

  • @garyhuntress6871
    @garyhuntress6871 ปีที่แล้ว +4

    Super easy, barely an inconvenience.......awesome :D

  • @faithinverity8523
    @faithinverity8523 ปีที่แล้ว +1

    IBM introduced the IBM PC on August 12, 1981. Compaq had a working BIOS for their first compatible computer, the Compaq Portable, by November 1982. So the time between the introduction of the IBM PC and Compaq having a working BIOS was approximately 15 months.
    It has been 11 years since the Raspberry Pi was introduced. Since then, no one has created effective competitor.
    Seems like all the small SBC talent is local to the Raspberry Pi Foundation.

  • @mwissel
    @mwissel ปีที่แล้ว +6

    very nice and balanced review. Kudos!

  • @armstrodsoftsuit5826
    @armstrodsoftsuit5826 ปีที่แล้ว +2

    China does a lot of RISC. Propriety Architecture structures in a chip are all good. I'd be interested to see an analysis of the RISC Architecture by NIST for functional operation. The differences in test results are startling and the build provides a lot of insight in to design decisions. Your presentations Rock. Thanks Jeff

  • @roberant7
    @roberant7 ปีที่แล้ว +1

    Jeff keeps killing these thumbnails!!! 😎😂🤣😂

  • @speedytruck
    @speedytruck ปีที่แล้ว +4

    I'm really, really excited about what the future of CPU architectures hold for us. RISC-V is already being utilized in a bunch of chips by lots of companies like NVidia and Google, but the main CPU is the last piece! This is even more probable now that Google announced they'd fully support RISC-V as a first class citizen in Android.

    • @speedytruck
      @speedytruck ปีที่แล้ว

      @@GoogleDoesEvil Windows is proprietary software and doesn’t respect your freedom. While most android distributions are proprietary, some (like GrapheneOS) are free software and respect your freedoms as a user.

    • @nathanjokeley4102
      @nathanjokeley4102 ปีที่แล้ว

      @@speedytruck android is so locked down and limited that you can't even install any adblocker, and if you think privacy is bad on windows then it's universes upon universes worse on android.

  • @hr1sto
    @hr1sto ปีที่แล้ว

    0:13 - Hackers (1995) - back then - It was a good teen movie!
    On the topic of the video - Jeff, continue good work! 🙂👍

  • @alfblack2
    @alfblack2 ปีที่แล้ว

    awsome. I was hoping your take on the StarFive VisionFive 2

  • @akfreed6949
    @akfreed6949 ปีที่แล้ว +2

    Thank God we didn't have to see Redshirt Jeff do the sock slide in his underoos to the Bob Seger song .

  • @bean_TM
    @bean_TM ปีที่แล้ว +4

    "super easy barely any inconvenience"
    I see what you did there

  • @buidelrat132
    @buidelrat132 ปีที่แล้ว +1

    Compiling the kernel is tight!

  • @joeyjojojr.shabadoo915
    @joeyjojojr.shabadoo915 ปีที่แล้ว +3

    Super easy, Barely an inconvenience ;) NICE !

  • @UliTroyo
    @UliTroyo ปีที่แล้ว

    Lmao love that you went all in on that pun. The thumbnail's fantastic.

  • @tremon3688
    @tremon3688 ปีที่แล้ว +1

    I've been into riscv for some time, and I can definitely say that it is a great computer architecture.
    Many lessons have been learned and applied to the creation of RISCV, and I think it is superior to ARM and x86.

  • @semihtor
    @semihtor ปีที่แล้ว +2

    7:58 shoutout to the pitch meeting channel. Shoutouts are tight!

    • @JeffGeerling
      @JeffGeerling  ปีที่แล้ว +1

      Comments like this are tight!

  • @MarcoGPUtuber
    @MarcoGPUtuber ปีที่แล้ว +3

    Watching Jeff Geerling is always a RISC...y business.

  • @BlessedDog
    @BlessedDog ปีที่แล้ว +2

    Thanks Jeff, I really enjoyed this video.
    I've been following the RISC-V market for a few years now and I'm really excited for an open competitor in this field that is already dominated by proprietary technology.

  • @DenisHavlikVienna
    @DenisHavlikVienna ปีที่แล้ว +2

    Speed of risc v development is quite astonishing. I wonder if they can keep it up for a few more years.

  • @plica06
    @plica06 ปีที่แล้ว +1

    Jeff I think in your presentation it would have helped some of us if you made a little recap on what RISC and RISC-V is and what is the significance about the board in this video using a different instruction set compared to e.g: The Pi 4. Or maybe I just need to watch the video again! Thank you.

    • @JeffGeerling
      @JeffGeerling  ปีที่แล้ว +1

      Heh, I was waffling on how much time to spend on RISC-V itself, and I had an initial script with more... I might go back to it again next time I approach a RISC-V board.

  • @MarquisDeSang
    @MarquisDeSang ปีที่แล้ว +2

    Risc-V ISA is so brilliant, the design is so perfect and well planned it makes you cringe to return to ARM and X64. To be fair, Risc-V assembly programming is only possible because we have good assembler with pseudos instructions (and the optimisations at linking time). I am glad we had CISC in 80-90's, but now Risc-V is the only possible future. I have the Nezha Sipeed Risc-V SBC and I love it.
    The hardware guys did their job, it is now the time for programmers to optimize their code for Risc-V.

  • @liorean
    @liorean ปีที่แล้ว +5

    I got a couple of Ox64 in the mail just yesterday, and while they'll be a fun excursion for learning to use RISC-V, something able to run self contained like this sounds like it would be more useful. Unless you want to limit yourself to an IoT device that you ssh into anyway.

  • @csxlab
    @csxlab ปีที่แล้ว

    I remember RISC was going to be a revolution back in 1990, when I was waiting for an upgrade for my Amiga A1200 ... :D

  • @MrSmitheroons
    @MrSmitheroons ปีที่แล้ว +1

    Thank you for getting in on this topic so early, the whole RISC-V thing seems like it has so much possibility, but it's all "potential energy" right now and needs to be converted to "kinetic", or something. A whole lot of bootstrapping going on!
    I hope it will help democratize lower-end hardware, and maybe even challenge mid to high-end performance some day. It seems perfect for a lot of embedded uses... maybe. Will have to compete with ARM there. But why *not* compete with ARM there? Anything is possible. ARM's own origin story if very "something out of nothing", low expectations, big results.
    So, once again, very interesting! Maybe RISC-V can chart that "bolt out of the blue" path again, like ARM once did!

  • @stygian91
    @stygian91 ปีที่แล้ว

    I'm so happy that he made the "Hackers" reference

  • @Monkeh616
    @Monkeh616 ปีที่แล้ว +1

    The answer to the documentation is simple: The manufacturer has a vested interest. StarFive, and other companies in the field, need to create themselves a market - SBCs are the entry point for them to get their hardware in the hands of developers. The companies behind the SoCs on most ARM SBCs don't actually care about the SBC market - they're busy selling into phones, set-top boxes, security cameras, and so forth, where nobody cares about proprietary blobs or complying with licence requirements. This puts the burden of documentation on the SBC manufacturers, who also don't care because people will buy their boards anyway, because it's that or a Raspberry Pi.

  • @shibafoss
    @shibafoss ปีที่แล้ว

    I barely understand these technical terminologies, but hey.. at least I enjoy listening to them.

  • @asus12351
    @asus12351 ปีที่แล้ว

    Good one Jeff. Those boards definitely have potential well see what the community does over the years.

  • @KiziKitty
    @KiziKitty ปีที่แล้ว

    i am super excited for RISC V, finally an open architecture that in future may be competitive to arm and x86.

  • @avejst
    @avejst ปีที่แล้ว

    Interesting video as always 👍
    Hope the support, in SW, is growing

  • @charizard4410
    @charizard4410 ปีที่แล้ว +1

    Would love to see this take off, and even see laptops made from them when the software support improves.

  • @4Nanook
    @4Nanook ปีที่แล้ว +1

    RISC was also a big thing in the 90's, RISC stands for reduced instruction computer. The plus side of risc is that it is easy to make a CPU that implements all the instructions in hardware rather than internal microcode, so that means each instruction can complete in one cycle, the downside is that the limited instruction set means it takes a lot more instructions to get a task done, this means more memory accesses, and these days memory bandwidth is more often than not your limiting factor.

    • @PeteC62
      @PeteC62 ปีที่แล้ว +3

      You say that as though the most ubiquitous processor in use today isn't a RISC architecture. RISC-V is hardly a recent resurgence of a 30-year-old idea.

    • @rexsceleratorum1632
      @rexsceleratorum1632 10 หลายเดือนก่อน

      RISC-V wasn't a big thing in the 90's. Didn't exist.

  • @michaelkaercher
    @michaelkaercher ปีที่แล้ว +2

    Risc V will take several years to close the gaps with ARM. But eventually, they will be there.

  • @neomamuro
    @neomamuro ปีที่แล้ว +1

    Including Ryan George's catchphrase is tight. Wow wow wow. Wow.

  • @draggonhedd
    @draggonhedd ปีที่แล้ว +2

    I wish it was available in a desktop form factor (M-ATX). I'm dying for a modern, high end, reasonably affordable non-X86 desktop platform for high end low power desktop builds. especially if it has good linux support, and ESPECIALLY if one could get games running on it. If one of these companies want to become a new defacto arcitecture, they really need to get them out into the hands of influential people and get these out for development

  • @cusety24
    @cusety24 3 หลายเดือนก่อน

    i hope one day have a more computers based on the riscv :D