element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Finally, "real" GPUs on the Raspberry Pi 5
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 19 replies
  • Subscribers 657 subscribers
  • Views 9474 views
  • Users 0 members are here
  • raspberry pi 5 gpu
  • discrete rendering
  • gpu
Related

Finally, "real" GPUs on the Raspberry Pi 5

cstanton
cstanton over 1 year ago

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

Stable diffusion, A.I. LLM, video rendering, or gaming? Maybe VR? Would a more powerful GPU on the Pi benefit you?

  • Sign in to reply
  • Cancel
Parents
  • obones
    obones over 1 year ago

    And here I was thinking it was about providing CUDA cores to be used by userspace programs for inference tasks...

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Gough Lui
    Gough Lui over 1 year ago in reply to obones

    Eh, rather a Jetson Nano or relative - a lot neater and still quite compact. But perhaps not as much firepower ... or as much plug-melty action.

    - Gough

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • cstanton
    cstanton over 1 year ago in reply to Gough Lui
    Gough Lui said:
    Eh, rather a Jetson Nano or relative

    Are many people using a Jetson Nano? I don't see many people posting about them on the Community.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Gough Lui
    Gough Lui over 1 year ago in reply to cstanton

    More than you'd imagine, I'd say.

    We have a good slice of our PhD candidates using them as targets for AI in embedded contexts for computer vision especially. They really fly compared to RPis for that particular use case. Hook them up to some RPi cameras (compatible CSI interface) for some fun :).

    Some have even invested into the Jetson AGX or clusters of them. There are some autonomous vehicle researchers using them too - likely as things would be easier to port to Nvidia's DRIVE platform.

    EDIT: Perhaps why we don't hear much here is that most of the people I've seen working with them are mostly focusing on the software, rather than the electronics side. Everything to them is code ... and this isn't the "forum" they would naturally gravitate towards. That's not to say the board isn't great for plenty of electronically-related shenanigans too.

    - Gough

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • javagoza
    javagoza over 1 year ago in reply to cstanton

    Right now there is a lot of movement around the  the NVIDIA Jetson on hackster.io, 

    AI Innovation Challenge - Hackster.io

    Several regular members of element14 participating in it.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • feiticeir0
    feiticeir0 over 1 year ago in reply to cstanton

    I'm using it . Still learning how to use that (with the NVIDIA specific functions - the Jetson is basically a computer that runs Linux) stuff, but it's better and faster than a Raspberry PI.

    I have the Jetson Nano developer KIT and it's not the most up to date stuff. Python is 3.6 and because of that I'm limited on the TensorFlow, Pytorch versions that I can install.

    Because I still have to receive my PI5 (4GB) can't compare them yet, but as soon as I get my RPI5, I will definitely compare them.

    Regarding the original post, my question goes - Why ? Why run an external GPU ? If I have the need to run something that requires a GPU, I will not use a Raspberry PI.  A Jetson Orin or something else that is specific for that task.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • feiticeir0
    feiticeir0 over 1 year ago in reply to cstanton

    I'm using it . Still learning how to use that (with the NVIDIA specific functions - the Jetson is basically a computer that runs Linux) stuff, but it's better and faster than a Raspberry PI.

    I have the Jetson Nano developer KIT and it's not the most up to date stuff. Python is 3.6 and because of that I'm limited on the TensorFlow, Pytorch versions that I can install.

    Because I still have to receive my PI5 (4GB) can't compare them yet, but as soon as I get my RPI5, I will definitely compare them.

    Regarding the original post, my question goes - Why ? Why run an external GPU ? If I have the need to run something that requires a GPU, I will not use a Raspberry PI.  A Jetson Orin or something else that is specific for that task.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • cstanton
    cstanton over 1 year ago in reply to feiticeir0
    feiticeir0 said:
    Why ? Why run an external GPU ?

    I think if you're going at something "from scratch" it can be a valid question to ask "Why?", if you're going "but I already have these components lying around" or "I'm technically curious" then it can make sense. It also furthers support for hardware in the arm linux infrastructure that may not have been there before and that could open up possibilities.

    feiticeir0 said:
    I have the Jetson Nano developer KIT and it's not the most up to date stuff. Python is 3.6 and because of that I'm limited on the TensorFlow, Pytorch versions that I can install.

    That's cool, I'd be interested in reading more about how people put it to use, I often see the end result or reference manuals, but not many blog examples of people actually using it on the element14 Community.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • feiticeir0
    feiticeir0 over 1 year ago in reply to cstanton

    As soon as I'm done with it, I can post it here.It's nothing fancy really - just read my license plate and open my garage door - this will be used - at least for a proof of concept - on my work place .

    First I'm just learning how to use the NVIDIA specific functions for deep learning and ML.

    NVIDIA has quite a number of tutorials for one to learn. They even offer free certification after you submit a project and be graded by them. 

    cstanton said:
    That's cool, I'd be interested in reading more about how people put it to use, I often see the end result or reference manuals, but not many blog examples of people actually using it.

    hackster.io has many projects.

    Since it's a Linux ( It runs Ubuntu 18.04 LTS) you can install TensorFlow and Pytorch and run pretty much anything that don't requires newer versions.

    Newer Jetsons (and more expensive Slight smile ) run more up to date versions. 

    cstanton said:
    I think if you're going at something "from scratch" it can be a valid question to ask "Why?", if you're going "but I already have these components lying around" or "I'm technically curious" then it can make sense. It also furthers support for hardware in the arm linux infrastructure that may not have been there before and that could open up possibilities.

    That's an really good example (and I missed it on my original reply) of - "because I can" ! Slight smile

    I remember one episode of the Big Bang Theory (really really excellent series) when they guys are turning the living room lights on and off (and the stereo) using Internet by bouncing the signal through several countries and Penny asks them why and they reply - "Because we can" .

    You don't have permission to edit metadata of this video.
    Edit media
    x
    image
    Upload Preview
    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • cstanton
    cstanton over 1 year ago in reply to feiticeir0
    feiticeir0 said:
    you can install TensorFlow and Pytorch and run pretty much anything that don't requires newer versions.

    I've been meaning to get my head around these myself, do you know of any beginner resources?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • feiticeir0
    feiticeir0 over 1 year ago in reply to cstanton

    I've sent you a message.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube