Standalone no screen, no ethernet and don't boot

Discussion in 'Troubleshooting' started by acetayls, Jan 17, 2015.

  1. acetayls

    acetayls New Member

    Joined:
    Sep 29, 2014
    Messages:
    1
    Likes Received:
    0
    Hi,

    I was able to setup my project with not to many difficulties.

    I run a pure data patch to catch sound and make some control to go thru the arduino and remote led, motor ....

    Now, I want to make something standalone, so i start to load the patch when I power on. For that I make a script and modify rc.local to open this script.
    And it's work !

    Ok, so i was thinking, everything it's ok ...

    But when i unplugged everything (screen and ethernet, because i use remote connection), wireless mouse&keyboard ..... The computer don't boot.

    I think it's stuck on the HDMI detection on the boot, but i'm not sure.

    I have access to the board tomorrow only for a few hour. I can make a serial connection to verify if it's the HDMI detection. But to be more efficient have you some advice ? play with setenv ?

    Thanks in advance !!
     
  2. fetcher

    fetcher Member

    Joined:
    Mar 9, 2014
    Messages:
    166
    Likes Received:
    20
    One possibility is that a network service is attempting to start before rc.local runs, and hanging due to the lack of Ethernet connectivity. This could be the DHCP client, an SMTP server (sendmail, postfix, exim), or anything else that tries to resolve a DNS name and stalls waiting on the nameserver response. If so, it should time out eventually, but may delay boot by several minutes or more, so it'd be best to identify the problem service from console output and remove it from your startup (update-rc.d servicename disable).

    I doubt the lack of HDMI is causing any issue, but it'd be best to avoid starting any X graphical environment on a headless machine anyway, just to avoid the wasted resources.
     
  3. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Hi there acetayls!
    Try with an SD with no process running on boot, then tell us if the problem persists.
    Cheers!
    Andrea
     
    Last edited: Jan 14, 2016
  4. Charlie

    Charlie New Member

    Joined:
    Dec 30, 2015
    Messages:
    6
    Likes Received:
    0
    This is exactly what I'm trying to do, but I don't really know where to begin. What program are you writing the script in and how do I get my Udoo board to run it on startup? If you have a copy of the script that would be very helpful.
     

Share This Page