hello all,
we brought new i.mx6quad sabre lite board,
i want u-boot and kernel version it supports,?
can you send me the source link to download the same ?
please guide
thanks and regards
sanjeev
解決済! 解決策の投稿を見る。
From the next resources :
http://boundarydevices.com/products/sabre-lite-imx6-sbc/
http://boundarydevices.com/october-freescale-releases-for-i-mx6/
Linux sources – In Freescale jargon, the L3.0.35-12.09.03-GA release is the
non- Android flavor of Linux sources, and includes a new LTIB distribution and
a new Ubuntu Oneiric release.
So,
https://github.com/boundarydevices/linux-imx6/tree/boundary-L3.0.35_12.09.01_GA
https://github.com/boundarydevices/u-boot-2009-08/tree/boundary-L3.0.35_12.09.03_GA
Also :
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW
http://www.cnx-software.com/2012/11/18/freescale-i-mx6-resources-development-boards-documentation-so...
https://community.freescale.com/message/302089#302089
From the next resources :
http://boundarydevices.com/products/sabre-lite-imx6-sbc/
http://boundarydevices.com/october-freescale-releases-for-i-mx6/
Linux sources – In Freescale jargon, the L3.0.35-12.09.03-GA release is the
non- Android flavor of Linux sources, and includes a new LTIB distribution and
a new Ubuntu Oneiric release.
So,
https://github.com/boundarydevices/linux-imx6/tree/boundary-L3.0.35_12.09.01_GA
https://github.com/boundarydevices/u-boot-2009-08/tree/boundary-L3.0.35_12.09.03_GA
Also :
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW
http://www.cnx-software.com/2012/11/18/freescale-i-mx6-resources-development-boards-documentation-so...
https://community.freescale.com/message/302089#302089
hello yuri,
i downloaded the kernel as mentioned in above link
during compilation i got this error
"drivers/regulator/pfuze100-regulator.c:26:29: fatal error: pfuze-regulator.h: No such file or directory
compilation terminated.
make[2]: *** [drivers/regulator/pfuze100-regulator.o]
Error 1
make[1]: *** [drivers/regulator]
Error 2
make: *** [drivers] Error 2
"
please guide
regards
sanjeev
Make sure you are using the correct config file:
make imx6_defconfig
By the way, you can also use U-boot and kernel mainline on sabrelite board.
Regards,
Fabio Estevam
ya i used "make imx6_defconfig" only,
in ~linux/drivers/regulator/pfuze100-regulator.h file was broken, it was a link file
regards
sanjeev
thanks yuri,
thanks for your reply,