element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
RoadTests & Reviews
  • Products
  • More
RoadTests & Reviews
RoadTest Forum In Search of RoadTesters to Take On The All Programmable SoC (AVNET MiniZed RoadTest)
  • Blogs
  • RoadTest Forum
  • Documents
  • RoadTests
  • Reviews
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join RoadTests & Reviews to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 37 replies
  • Subscribers 2567 subscribers
  • Views 3248 views
  • Users 0 members are here
  • scasny
Related

In Search of RoadTesters to Take On The All Programmable SoC (AVNET MiniZed RoadTest)

rscasny
rscasny over 7 years ago

I'm in search of a few more roadtesters who would like to experiment with the Avnet MiniZed board.

 

What do you need?

 

1. Got to be Clever.

2. Inventiveness Helps

3. A Thirst for Learning

4. A love for Electronics

5. A Wish to Say "Hello World"

6. Beauty is not a requirement

7. A knack for tinkering is preferred

8. The ability to enter into the world of FPGA SoCs are pure magic.

9. A Messy Benchtop

10. A devotion to new technology. That's music to our ears.

 

image

 

(Here's something you should know about the MiniZed: "The board aims to showcase the power of Zynq, where the Cortex A9 processor core integrates seamlessly with the programmable fabric to provide signal

processing and control solutions."

 

Sign Up for the RoadTest Here: AVNET MiniZed

  • Sign in to reply
  • Cancel

Top Replies

  • mcb1
    mcb1 over 7 years ago +4
    Love the requirements ... 2. Inventiveness Helps 3. A Thirst for Learning 4. A love for Electronics 6. Beauty is not a requirement 7. A knack for tinkering is preferred 9. A Messy Benchtop
  • rscasny
    rscasny over 7 years ago in reply to awneil +4
    Andy, Thanks for pointing this out: "the suppliers do address this by providing FAE support, training, etc - but I guess that's not going to be included in the RoadTest ... ?" I haven't talk about this…
  • rsc
    rsc over 7 years ago +3
    Got #9 covered.
  • reinouddelange
    reinouddelange over 7 years ago in reply to hlipka

    Sounds complicated and a lot of work... :-)

     

    Something for the more advanced roadtesters...

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • jlangbridge
    jlangbridge over 7 years ago in reply to reinouddelange

    Interesting... I can't even open that page because my Firefox (version 57.0.1) is "too old", despite being installed this morning. I was curious about looking into the IDE, but this roadtest clearly isn't for me

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • hlipka
    hlipka over 7 years ago in reply to reinouddelange

    FPGA are not the kind of devices you program in software. They are no CPUs or MCUs. These are devices where you can create the hardware you need, and then it interacts with the software on a CPU (e.g. via I2C or SPI or UART). Vivado is the tool you need to program the hardware, and you define your hardware in e.g. Verilog or VHDL (which kind of look like a program, but this is very misleading).

    If you never did something like that before (or worked with e.g. the programmable hardware in a Cypress PSoC), then a FPGA roadtest will have a steep learning curve. It could be better to look at the CPLDs from Xilinx (e.g. you can get rather cheap boards with the XC9572XL), which are programmed by Xilinx ISE. And there you can also define your hardware as a schematic which might be easier to understand at the beginning.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • hlipka
    hlipka over 7 years ago in reply to jlangbridge

    Just opened it with FF57, and it worked fine. Any plugins which might cause this (e.g. NoScript)?

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • awneil
    awneil over 7 years ago in reply to hlipka

    hlipka  wrote:

     

    FPGA are not the kind of devices you program in software.

    Ha ha - so now we get into a deep, philosophical argument about what "software" is ... !!

     

    image

     

    It is "software" in the sense that you write "source code" in a "language" (eg, VHDL) which gets "compiled" and then loaded into the FPGA to define its operation.

     

    But it is nothing like the kind of software you write to run on a processor.

    It is not a sequence of instructions that a processor follows, one after the other; rather, it is a definition of the hardware itself.

     

    You could actually create a processor in the FPGA, and then have that processor run "conventional" software that you write for it...

     

    image

     

    As already noted, this particular FPGA also has an actual microprocessor ready-made and built-in.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • awneil
    awneil over 7 years ago in reply to kas.lewis

    kas.lewis  wrote:

     

    Its an FPGA... So no not Arduino or Raspberry Pi. This you need to implement the digital logic.

    Actually, it's an FPGA plus a microprocessor (Cortex-A); so that's like having a Raspberry-Pi plus an FPGA - but all in one chip.

     

    everything runs in hardware and not software

    Because it is an FPGA plus a Cortex-A, you can have some stuff running in software plus some stuff in the hardware!

     

    image

     

    The downside is that you have to learn the software development environment plus the hardware development environment plus how to stitch it all together!

     

    None of those is trivial on its own - doing all 3 at once is, as noted, a very large task!

     

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Workshopshed
    Workshopshed over 7 years ago

    The holiday season is quite busy for me so I'm out.

     

    There's quite a few tutorials and examples here

    | Zedboard

     

    along with training videos

    Training and Videos | Zedboard

     

    Examples I've seen for these kind of boards are: Software Defined Radio, Accurate Motor and Servo controllers, Video or Audio processing, Signal processing e.g. accelerometers or other rapidly changing signals.

     

    Here's some more examples

    Community Projects | Zedboard

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • kas.lewis
    kas.lewis over 7 years ago in reply to Workshopshed

    Maybe someone that did the other FPGA roadtest (the one that was great for beginners) could do this as a comparison ? That would be one approach I would take but I didn't do the previous roadtest so this in an avenue not available to me.

     

     

     

    Kas

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • mcb1
    mcb1 over 7 years ago in reply to rscasny

    rscasny

    "cost of entry from a knowledge based perspective"

     

    I'm wondering if that (or some variation) shouldn't be part of the RT scoring.

    Obviously some devices are much easier than others, and the supporting documents and programming software can vary the score.

     

    Mark

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • jadew
    jadew over 7 years ago

    I don't know about others, but I can tell you why I won't apply to this, even tho I have both the motivation and background to test it.

     

    It may be a good product for some people who want a bunch of functionality out of the box, but it hardly qualifies as a dev board (which is what I usually need). At best, it can be considered a demo board or even a finished product, that makers can use.

     

    As a dev board is of little value, because it only exposes a couple of the IOs, so you can't connect your own circuitry to it. You can only use it as a whole, which is rarely something you want to do (or is even possible) during product development.

     

    To me, given the contradiction between the Arduino header, the complexity of the IC and the lack of IOs, is not even clear who this board is aimed at. Perhaps the target audience should be established first and then explain what this board can do for them.

     

    Regards,

    Razvan

    • Cancel
    • Vote Up +2 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