Porting BSP for X-KIT6UL-3001EVM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Porting BSP for X-KIT6UL-3001EVM

Jump to solution
925 Views
matt67
Contributor III


Hello,

I have a demo board for imx6UL with the PMIC (PF3001) (board ref is X-KIT6UL-3001EVM) and I would like to know if there is already a BSP version to support it (u-boot + correct device tree) or would I have to port it like if it is a custom board ?

In the second case, could you please give us the global steps to follow for doing it from the 14x14_evk kit ?

NB I' am working with the BSP release imx-4.1.15-1.0.0_ga

See u

Labels (5)
0 Kudos
1 Solution
678 Views
igorpadykov
NXP Employee
NXP Employee

Hi matt67

software bsps are provided by board vendors, for example some

supported board List by yocto Community :

http://freescale.github.io/doc/release-notes/1.8/

i.MX6UL design board produced and supported by nxp :

http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-process...

also please find attached Porting Guide

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

2 Replies
679 Views
igorpadykov
NXP Employee
NXP Employee

Hi matt67

software bsps are provided by board vendors, for example some

supported board List by yocto Community :

http://freescale.github.io/doc/release-notes/1.8/

i.MX6UL design board produced and supported by nxp :

http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-process...

also please find attached Porting Guide

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

678 Views
matt67
Contributor III

Thanks Igor it worked like a charm !

Step 1) was porting u-boot with the documentation

Step 2) was writing the new DTS by taking inspiration of other board with PF3000

Step 3) testing

See u

0 Kudos