armhf kernel and library support for imx6

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

armhf kernel and library support for imx6

1,544 次查看
danieleaccattol
Contributor I

Hi all,

We are developing a IMX6DL board, and we have to run a detection algorithm over a camera image stream.

In order to improve the performance of execution, we are now trying to switch from the current armel build to a armhf build,

but we have not yet managed to achieve this.


We have found out this discussion armhf libraries for imx6 and we have not yet figured out if, nowadays, support for armhf

architecture exists or not for the imx6 platform...Can anyone help us to find out?


I thank you in advice for any help,

Best Regards

Daniele

标签 (3)
0 项奖励
回复
1 回复

1,021 次查看
KailoKyra
Contributor II

I'm currently using a Debian Wheezy armhf, kernel 3.10.17 on a Udoo Dual Board, which is based on the imx.6DL. You can find some armhf Ubuntu or Debian rootfs on their website. They even have a Yocto to build your own rootfs, I guess you can adapt it to your board with a bit of tweaking.

So yes, it exists. I'm doing some image processing with openCV and some NEON code to speed up things a bit, and gained a little more than 30% in performance compared to a softfp test :smileyhappy: ! This is quite nice !