U-Boot and UDOO serial

Discussion in 'General Discussion' started by jake.tesler, Nov 25, 2013.

  1. jake.tesler

    jake.tesler New Member

    Joined:
    Oct 8, 2013
    Messages:
    10
    Likes Received:
    0
    Does anybody know how to change the default "debug" port on the UDOO from the microUSB port (UART2) to a different serial port (in this case UART4)?
    I've had an insanely difficult time trying to figure out how it's done. I know it involves modifying the U-Boot source code, but every time I switch UART2 to UART4 in the "#define CONFIG_UART_BASE_ADDR UART2_BASE_ADDR" line in mx6dl_udoo.h, the UDOO never boots (I assume U-Boot crashes).
    Does anyone have any ideas?
    -Jake
     
  2. jake.tesler

    jake.tesler New Member

    Joined:
    Oct 8, 2013
    Messages:
    10
    Likes Received:
    0
    Never mind, I figured it out. After editing a few of the source files from both the Kernel and U-Boot source, I got it to work. :)
     
  3. firehopper

    firehopper Member

    Joined:
    Jun 10, 2013
    Messages:
    154
    Likes Received:
    1
    you might have been able to change it via the env variables too.. possibly..
     

Share This Page