A Software Development Kit (SDK) supports UDOO QUAD board ?

Discussion in 'General Discussion' started by Abdelrahman, Jul 28, 2015.

  1. Abdelrahman

    Abdelrahman New Member

    Joined:
    Jul 21, 2015
    Messages:
    5
    Likes Received:
    0
    Hello everybody,
    Is there available SDK release for the Freescale processor "I.MX6Q" that supports the UDOO QUAD board ?
    Noting that there is available SDK for the same processor but supports the Sabre board for example (the SDK can be found in this link: https://community.freescale.com/docs/DOC-94139 ).
    Thanks in advance.
     
  2. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Purposely for UDOO no. Anyway it's very similar to SABRE for what concerns the BSP, so by replacing the Kernel and Uboot with UDOO's ones the BSP can be used. Hope this helps.
     
    Last edited: Jul 30, 2015
    Abdelrahman likes this.
  3. Abdelrahman

    Abdelrahman New Member

    Joined:
    Jul 21, 2015
    Messages:
    5
    Likes Received:
    0
    Sorry I didn't mention that we are dealing with no OS (bare-metal) with the I.MX6Q of the UDOO board, so I don't think it's valid to replace the Kernel and Uboot in that case. So is there another option to get SDK release supports UDOO in our case ?
    Thanks for your interest
     
  4. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Hi there Abdelrahman,
    no, there isn't.
    CHeers
     
  5. Abdelrahman

    Abdelrahman New Member

    Joined:
    Jul 21, 2015
    Messages:
    5
    Likes Received:
    0
    Dear Andrea,
    I have asked the same question on the Freescale community and got that answer thanks to igorpadykov:
    https://community.freescale.com/message/541171?et=watches.email.thread#541171

    "there is no SDK for Udoo board, but you can
    use Sabre SDK with slight modifications, related to iomux
    and memory configurations."


    Do u have any idea how to perform those modifications ?
    Thanks in advance

     
  6. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Hi there Abdelrahman,
    for the iomux you can take the right modifications from our Kernel source on Github. Memory configurations could be in the uboot, but I'm not so sure actually.
    Hope you succeed - and keep us updated!
    Cheers
     
  7. Abdelrahman

    Abdelrahman New Member

    Joined:
    Jul 21, 2015
    Messages:
    5
    Likes Received:
    0
    Hi Andrea,
    Thanks for the clear explanation, I'm hoping this to work and keep you updated.
    Finally for the iomux, Is there already an IoMux design -.xml- file for the UDOO board?
    which can be imported to the IOMUX tool -provided by freescale- that can generate the SDK code.
    Thanks in advance
     
  8. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Hi there,
    not at the moment, sorry.
    Cheers
     

Share This Page