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 To everyone visiting this site
  • 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
  • Replies 17 replies
  • Subscribers 28 subscribers
  • Views 1183 views
  • Users 0 members are here
Related

To everyone visiting this site

radiatortwo
radiatortwo over 10 years ago

I figured that here are always the same questions asked.

Since downloads are still down at this time and all the information is scattered all over the place, a lot of people here are having problems on getting the board to run with a Linux system.

 

So I thought I´d write a series of Blog Posts on how to get everything together, for those who want to get the board running with Linux.

 

I know it´s an Android development board. However most people here seem to want to use it with Linux.

Also now there seems to be some focus on yocto.

 

What I would write would be on how to get the mainline stuff running. (Mainline u-boot, kernel and Debian)
Basically what selsinork already did and then was deleted, but with more recent and correct info. (Like the correct git repos for example.)

 

That then would include the following points:

1. Building the bootloader U-Boot

2. Building the Kernel and Device Tree

3. Creating an Debian Root File System

4. Flashing everything on the board with MFGTool in Windows

5. Flashing everything on a SDCard with Linux

 

I have some time next week for this. But I wanted to ask first if that´s really needed.

 

If so then you can also tell me to include stuff I forgot or anything you want to know.

 

Hope I get some feedback on this. If so I will write and post everything during the next week.

  • Sign in to reply
  • Cancel

Top Replies

  • FreescaleTools_and_Software
    FreescaleTools_and_Software over 10 years ago +1
    Hi Otto First of all, thank you for your precious contribution on the community. Thanks to generous users like you, sharing their experience about a solution, other community users can quickly educate…
  • radiatortwo
    radiatortwo over 10 years ago in reply to radiatortwo +1
    Well first 4 parts are out. Last one is coming tomorrow. Since I had the one or other beer in between I hope there are no big mistakes. So if you find some errors please tell me. Linux on the RIoTBoard…
Parents
  • omeier
    omeier over 10 years ago

    Hello,

     

    I work on the RIoT with the ubuntu Image (image_SVN2591_001).

    It works for now, but it has a large footprint. I develop an embedded application that don't use the Desktop (and much more of the Ubuntu configuration).

    -> So I am VERY interested in an Debian or Yocto build that can be easyly customized.

     

    I don't try the to build a Yocto myself since there is no BSP on the Yocto page that supports the I.MX6 or RIoT.

     

    -> Is the sourcecode for the LVDS- and Touchscreen-Driver available?

    I need the LVDS and Touch support und I plan to change the Display-Type in future. So I think I must eventually modify the driver...

     

    Regards,

    Oliver

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • tusharp
    tusharp over 10 years ago in reply to omeier

    I don't try the to build a Yocto myself since there is no BSP on the Yocto page that supports the I.MX6 or RIoT.

      Freescale have yocto support for i.MX platform.

      more details here and here.

     

      Freescale have came up with a book on yocto development.

      They demonstrate yocto using  i.MX board in that book.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • radiatortwo
    radiatortwo over 10 years ago in reply to tusharp

    Since the weekend is just over and today is Monday, I hope I get some more replies to this till tomorrow.

     

    But after the replies so far I think I will write the Blog posts.

     

    I will also try to provide a simple image. Don't know right now if I can use MFGTool in the package or not. Would there be some copyright problems with that?

    But at least there will be a SDCard image.

     

    I think it'll help some people.

    But you have to keep in mind that I can't provide guaranteed functionality for the accessories like the LVDS display in these images, since I don't have them and also don't intend to use them in the future.

    So this won't be for everyone.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • radiatortwo
    radiatortwo over 10 years ago in reply to tusharp

    Since the weekend is just over and today is Monday, I hope I get some more replies to this till tomorrow.

     

    But after the replies so far I think I will write the Blog posts.

     

    I will also try to provide a simple image. Don't know right now if I can use MFGTool in the package or not. Would there be some copyright problems with that?

    But at least there will be a SDCard image.

     

    I think it'll help some people.

    But you have to keep in mind that I can't provide guaranteed functionality for the accessories like the LVDS display in these images, since I don't have them and also don't intend to use them in the future.

    So this won't be for everyone.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • tusharp
    tusharp over 10 years ago in reply to radiatortwo

    Don't know right now if I can use MFGTool in the package or not.

     

    an image will be good, it can be directly flashed using dd or win32diskimager.

    images gives less headache image

     

    thanks for volunteering for writing the posts image.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • omeier
    omeier over 10 years ago in reply to radiatortwo

    Hi Otto,

     

    I am looking forward to read your blog.

    Thank you for your support too!

     

    Regards,

    Oliver

    • 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