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 Linux freezes when connected to HDMI
  • 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 17 replies
  • Answers 1 answer
  • Subscribers 24 subscribers
  • Views 4048 views
  • Users 0 members are here
  • hdmi
  • riotboard
Related

Linux freezes when connected to HDMI

Former Member
Former Member over 11 years ago

I have loaded the Linux image SVN2652 on Riotboard, but it only boots if HDMI is not connected.

If I connect the HDMI after Linux starts running it also freezes.

The kernel is: Linux version 3.10.17_1.0.0_RIoTboard+g9ba99b4 (luofc@embest-tech) (gcc version 4.8.1 (GCC) ) #1 SMP PREEMPT Thu Jun 19 09:46:07 CST 2014.

I have tried it on two other boards with the same result. If I stop the boot it displays the Freescale logo, so the hardware seems to work.

Could it be a driver problem?

Is there a fix for this?

Thanks.

  • Sign in to reply
  • Cancel
Parents
  • tusharp
    0 tusharp over 9 years ago

    working GUI+HDMI+YOCTO+X11  (only 375MB)

     

    https://www.dropbox.com/s/5s5hbd142ypwtv9/riotboard_yocto_gui_SVN3000.zip?dl=0

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

    Hey Panda,

     

    after a long time I continued with riotboard. I tried your riotboard_yocto_gui_SVN3000.zip image without success image .

     

    U-Boot 2013.04 (Nov 25 2014 - 15:03:06)

     

    CPU:   Freescale i.MX6SOLO rev1.1 at 792 MHz

    CPU:   Temperature 35 C, calibration data: 0x5a65205f

    Reset cause: POR

    Board: MX6SOLO RIoTboard

    I2C:   ready

    DRAM:  1 GiB

    MMC:   FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2

    *** Warning - bad CRC, using default environment

     

    No panel detected: default to HDMI

    Display: HDMI (640x480)

    In:    serial

    Out:   serial

    Err:   serial

    mmc0 is current device

    Net:   FEC [PRIME]

    Warning: failed to set MAC address

     

    Normal Boot

    Hit any key to stop autoboot:  0

    mmc0 is current device

    reading boot.scr

    ** Unable to read file boot.scr **

    reading uImage

    5417664 bytes read in 272 ms (19 MiB/s)

    Booting from mmc ...

    reading imx6solo_RIoTboard.dtb

    46315 bytes read in 20 ms (2.2 MiB/s)

    ## Booting kernel from Legacy Image at 12000000 ...

       Image Name:   Linux-3.10.17_1.0.0_RIoTboard+gb

       Image Type:   ARM Linux Kernel Image (uncompressed)

       Data Size:    5417600 Bytes = 5.2 MiB

       Load Address: 10008000

       Entry Point:  10008000

       Verifying Checksum ... OK

    ## Flattened Device Tree blob at 18000000

       Booting using the fdt blob at 0x18000000

       Loading Kernel Image ... OK

    OK

       Using Device Tree in place at 18000000, end 1800e4ea

     

    Starting kernel ...

     

     

    I copied the file with following line:

    # dd if=riotboard_yocto.img of=/dev/mmcblk0 bs=1M

    1348+0 Datensätze ein

    1348+0 Datensätze aus

    1413480448 Bytes (1,4 GB) kopiert, 120,889 s, 11,7 MB/s

     

     

    Without HDMI connected I can login via serial interface. When HDMI connected during runtime the serial console freezes. HDMI connected during startup lead to the log above.

    Do you have any idea? Thanks alot!

     

    Cheers

    Flo

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

    You mentioned earlier in the thread that you were able to create a custom Yocto build.  It might pay to create a new (current) build using T.P.'s instructions and see if that yields better results.  I had the same problem you are experiencing when trying to use an HDMI-to-DVI cable, but I was able to work around it by creating a custom build in February 2016:

     

    RIoTboard Yocto Build on openSUSE 13.2 x86_64 Host

     

    Simply creating and using the custom build resolved the issue, no debugging required.

     

    Good luck.

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

    Hey Stewart!

    Thanks alot for your tip! I will try it! image

     

    Cheers

    Flo

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

    Hey Stewart!

    Thanks alot for your tip! I will try it! image

     

    Cheers

    Flo

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