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
RIoTboard
  • Products
  • Dev Tools
  • Single-Board Computers
  • RIoTboard
  • More
  • Cancel
RIoTboard
Forum How can i flash using Linux?
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join RIoTboard to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 32 replies
  • Subscribers 24 subscribers
  • Views 2057 views
  • Users 0 members are here
  • flash
  • linux
Related

How can i flash using Linux?

Former Member
Former Member over 11 years ago

Hi,

 

there is no method described in the manual. I guess many (most?) people interested in an open

hardware development device are using linux.

 

I hope there are any tools available and the documentation can be extended.

 

Thanks

 

Steffen

  • Sign in to reply
  • Cancel

Top Replies

  • vandana
    vandana over 11 years ago in reply to Former Member +2
    We will be uploading the actual gerbers very soon - and it will be truly open source. Based on some of the community feedback, we are also looking into CAD library support with other tools. Thanks
  • Former Member
    Former Member over 11 years ago in reply to Former Member +1
    community.element14.com/.../contentimage_5F00_176409.html It's on Page 44 of the UM that it mentions that Linux currently only boots from eMMC. Though maybe that means eventually it'll have an SD option…
  • Former Member
    Former Member over 11 years ago in reply to Former Member +1
    anthony_h wrote: It's on Page 44 of the UM that it mentions that Linux currently only boots from eMMC. Unfortunately that's so vague as to be pointless.. From a Linux point of view eMMC and SD are…
  • Former Member
    0 Former Member over 11 years ago

    Remember that the RIoT board is targeted specifically for Android development, not mainline linux.

     

    It's also not a truly open hardware design as the actual CAD files are not provided. There are Gerbers available now which allow you to produce an exact copy, but the Mentor/KiCad/Eagle/whatever source files are not available so you can't easily modify it.

    There are better choices if you want an open hardware board, for eaxmple the Olimex OLinuXino boards.

     

    However, the user manual has section 5 on how to build linux kernel images and you'll find a linux download on this page RIoTboard

     

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to Former Member

    actually, I take it back.. the gerbers download that appeared the other week isn't really gerbers at all, it's PDFs of the gerbers and as such totally useless for building your own...

     

    The PDFs are of course helpful for examining the design, finding out where to cut tracks and such like, but nothing more. So even less of an open hardware design that I was thinking image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to Former Member

    Thanks for the reply. You are right - it's maybe not that open.

     

    I have seen the linux image. My problem is, that i don't see a way to upload it to the riotboards eMMc. The mfg tool is not

    running on my linux desktop.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to Former Member

    I don't have a board, but can't you just write it to an SD card and boot from that ?  Assuming the sizes work out it's probably possible to just dd the image to the eMMC afterwards.

     

    There's no real requirement for the mfgtools, but if you're stuck on doing it that way, you can try https://github.com/boundarydevices/imx_usb_loader which is what's used for other i.MX6 boards. I've used it successfully on sabre-lite

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • vandana
    0 vandana over 11 years ago in reply to Former Member

    We will be uploading the actual gerbers very soon - and it will be truly open source.

     

    Based on some of the community feedback, we are also looking into CAD library support with other tools.

     

    Thanks

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to Former Member

    AFAIK you can only boot Linux from the internal eMMC — not from the external.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to Former Member

    James Carruthers wrote:

     

    AFAIK you can only boot Linux from the internal eMMC — not from the external.

    Where did you get that information ?

    The user manual says otherwise (and other i.MX6 systems can boot from varying places)

    image

    So once you set the boot switches to SD you can boot whatever you like from SD.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to vandana

    vandana wrote:

     

    We will be uploading the actual gerbers very soon - and it will be truly open source.

     

    Based on some of the community feedback, we are also looking into CAD library support with other tools.

    Hi Vandana, that's very good to hear!

     

    I don't know what tools were used to produce the RIoT, but Eagle would seem to be a good choice of format for e14 to release the files in image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to Former Member

    Fullscreen contentimage_176409.html Download
    <html><head><title>Jive SBS</title></head>
    <body><font face="arial,helvetica,sans-serif">
    <b>Error</b><br><font size="-1">
    An general error occurred while processing your request.
    </font></font></body></html>
    

     

    It's on Page 44 of the UM that it mentions that Linux currently only boots from eMMC. Though maybe that means eventually it'll have an SD option. As you stated, the chip can boot from either interface, so it seems to be a software configuration thing for Linux.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago

    Hi,

     

    to get back to topic ...

     

    At the end i used an old windows notebook for uploading open source to open hardware.

    The result is nothing i would safely call open any more.

     

    Still looking for a linux solution. Of course linux as sd-card image would be perfect ;-)

     

    I had a look on imx_usb_loader, but i didn't got how to use it with the riotboard.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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