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 Ubuntu is not working with kernel version 3.10.17 on RIoT board.
  • 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 Suggested Answer
  • Replies 10 replies
  • Answers 1 answer
  • Subscribers 24 subscribers
  • Views 962 views
  • Users 0 members are here
  • Ubuntu
  • kernel3.10
  • riotboard
  • linux
Related

Ubuntu is not working with kernel version 3.10.17 on RIoT board.

Former Member
Former Member over 10 years ago

I am getting the prompt through UART but it does not display anything on HDMI screen. Even while booting, if the HDMI cable is connected to the board, it does not boot and gets stuck at "Starting Kernel". Please answer if someone knows how to solve this problem.

  • Sign in to reply
  • Cancel
  • tusharp
    0 tusharp over 10 years ago

    I am getting the prompt through UART but it does not display anything on HDMI screen.

    at uboot hit any key to stop booting ...

    - type printenv

    - check for bootargs value, it should show like this dev=hdmi

     

    if not showing let us know.

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

    Even while booting, if the HDMI cable is connected to the board, it does not boot and gets stuck at "Starting Kernel"

    are you using a custom build or official images.

     

    we have only yocto image with 3.10.17 kernel .

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

    Thank you Tushar for replying.

    image

    This is what I am getting. I am using Yocto Image. I downloaded Mfgtools_SVN2777 and flashed it in eMMC.Previously I was using Mfgtools_SVN2487(kernel version 3.0.35) and was getting Ubuntu UI through HDMI. But with the Yocto Image, I am not getting anything through HDMI.

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

    Hi,

    I got my RiotBoard last week and found that Ubuntu works with the HDMI display fine.

    However. I first tried using the RaspBerry PI HDMI to VGA converter to an old VGA monitor, which works fine with my RaspBerryPI as an X display. However the RiotBoard didn't display the default Android install (I thought I had a dead board!). After connecting it with a real HDMI cable to a real HDMI monitor it worked fine.

     

    I found I could burn the SD Ubuntu image to an SD, set the switches and boot from that to display on the real HDMI monitor.

    That may be worth a try in case it's a HDMI problem.

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

    Ubuntu works with the HDMI display fine.

    Hello Dave ! HDMI works fine with the Ubuntu Image provided by element14. But this version of Ubuntu has issues with camera. It is also an outdated version of Ubuntu with outdated kernel. For my project, I need the camera to work. So I flashed the kernel version 3.10.17 through Mfg tools. Previously it was version 3.0.35. Now the camera is working fine but the board does not display anything through HDMI. However if I stop the boot sequence at U-boot, I can see free scale logo through the same HDMI. I think there is some problem with the Image I am using. But I don't know how to fix it.

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

    @Prakash Pali ,

         The first thing to I would do is go into packages  on the Ubuntu provide by Element 14 and enter:


    sudo apt-get update

    sudo apt-get upgrade

     

         sudo is not needed if you are root. Otherwise you need root password for sudo. Almost all images get out of date fast with fixes occurring nightly in some cases. A good thing to do periodically no matter what version/release you run.

     

    Good luck and let us know,

     

    clem

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

    Hello Clem! That is the first thing anyone could do. I also did. But it seems some packages are missing in this version of Ubuntu and Ubuntu does not provide those packages for this version of Ubuntu. The Image that I found on element14 website has Ubuntu 11.04 with kernel version 3.0.35.

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

    But it seems some packages are missing in this version of Ubuntu and Ubuntu does not provide those packages for this version of Ubuntu

    ubuntu does provide the packages, it can be found in the old-releases repository of ubuntu.

     

    in terminal copy/paste below.

     

        cat <<EOF >> /etc/apt/sources.list

        deb http://old-releases.ubuntu.com/ubuntu/ oneiric main restricted universe multiverse

        deb http://old-releases.ubuntu.com/ubuntu/ oneiric-updates main restricted universe multiverse

        deb http://old-releases.ubuntu.com/ubuntu/ oneiric-security main restricted universe multiverse

        EOF

     

     

    then apt-get update && apt-get upgrade

    things should work fine now.

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

    I first tried using the RaspBerry PI HDMI to VGA converter to an old VGA monitor, which works fine with my RaspBerryPI

    to connect Riotboard with VGA monitor you will need the LCD-ex & VGA connector module from element14

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to tusharp
    Hello Tushar,

     

     

                      I successfully updated and upgraded the older version of Ubuntu. But it did not update the kernel version. I actually wanted the camera to work with Ubuntu. But camera does not work with the ubuntu image that i got on element14 website. It records videos properly but it has some problem in capturing image. Only objects emitting high intensity light are visible in the image it captures, other than those objects everything is black. This version of Ubuntu has kernel version 3.0.35. I updated the kernel to 3.10.17 and found that the camera captures proper images. But this new image has total file size of 211 MB while the Ubuntu Image that I used previously had size of around 1GB. With the new Image, these are the problems I am facing:

    1. While booting if I press any key and go to U-boot, I can see freescale logo through the same HDMI.

    2. If HDMI is plugged in even after it asks for pressing any button to go to U-boot, Ubuntu doesnot boot and stucks at starting kernel.

    3. If I remove the HDMI cable and let it boot completely, It does not give any video output through HDMI after I reconnect the HDMI cable.

    Here is the link

    http://www.element14.com/community/community/designcenter/single-board-computers/riotboard/blog/2014/07/31/upgrading-riotboard-with-kernel-31017-linux-host

    Files has been removed from this link but I found these files from Embest website (Yocto files- SVN2777)

    http://www.embest-tech.com/shop/star/riotboard.html

     

    Problem with the older Image is Camera does not take images properly.

    Is there a way to use the above kernel with this older version of Ubuntu Image?

    • 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