Won't boot after update?

Discussion in 'Troubleshooting' started by Talor_A, Dec 10, 2013.

  1. Talor_A

    Talor_A New Member

    Joined:
    Dec 10, 2013
    Messages:
    2
    Likes Received:
    0
    Hey all,
    I just updated my udoo quad to the latest kernel. All went ok but when I ran sudo reboot, the udoo restarted and is now stuck on a black screen with udoo logo and it says:
    Code:
    u-boot-imx-2013-10 on:
    Udoo board 2013
    CPU Freescale I.mx6 quad/dual 1 ghz
    and lists the rest of the specs. There is no console or cursor or anything. What should I do?
     
  2. Lifeboat_Jim

    Lifeboat_Jim New Member

    Joined:
    Sep 16, 2013
    Messages:
    399
    Likes Received:
    1
    try a different SD card and/or reflash.
     
  3. delba

    delba Administrator Staff Member

    Joined:
    May 8, 2013
    Messages:
    1,064
    Likes Received:
    9
    Just to be clear, you updated kernel and ALSO u-boot with the UDOO Update?

    Try to establish a serial debug connection with UDOO (http://www.udoo.org/faq-items/why-my-udoo-wont-boot/) and see what you got there.

    Probably you need to delete the saved U-Boot env and restore the default one using:


    Code:
    env default -a
    saveenv
     

Share This Page