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.
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.
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
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
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
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