软件如何读取APL SoC 的温度?
通过thermal sys 系统接口可以读取SoC 温度(cat/sys/class/thermal/ thermal_zone0/temp)。
View Article用户在APL 的Linux 上如何使用GPIO?
APL Linux 平台提供了标准的GPIO 驱动,因此可以使用Linux 标准的GPIO 操作方法来定制GPIO 接口,具体的驱动代码请参考kernelsource/drivers/pinctrl/intel/pinctrl-broxton.c,gpio 操作方式举例cd/sys/class/gpio; echo 424 > export ; cd gpio424 等等。
View Article如何使用Linux 中的watchdog 功能?
APL Linux 平台提供了标准的watchdog 驱动,因此可以使用Linux 标准的GPIO 操作方法来定制GPIO 接口,此功能是用CONFIG_ITCO_WDT 选项控制的,在默认情况下是打开的,且watchdog 驱动文件iTCO_vendor_support.ko 和iTCO_wdt.ko默认是加载到内核的。用户在用户态编程时可以使用标准的watchdog 接口调用使用watchdog...
View ArticleIntel 对于APL 的Linux 平台如何提供Media 硬加速功能支持?
APL 平台支持两种方式提供Media 处理硬件加速:开源的libva 和闭源的Media SDK,libva 在01.org 上可以找的,而Media SDK 需要在VIP 平台上获取。
View Article如何定制Linux kernel?
使用命令 bitbake virtual/kernel -c menuconfig 进入内核选择设置界面, 设置您自己要定制的内核选项, 保存并退出, 然后再使用命令bitbakevirtual/kernel -cbuild 命令编译内核并重新build 整个bsp 包。
View Article如何在Linux 平台下使能APL 的编解码硬件加速功能?
先到VIP 上下载Media SDK 包,按照mediasdk_getting_started_guide.pdf 文档指示,构建Yocto image 之后,系统默认安装加载Intel video 编解码驱动以及相关的库,最简单的方式,您可以使用MediaSDK 中的examples, 来验证此功能。
View ArticleAPL 平台COM port driver 是否有win10 的?
intel release 的driver 没有COM driver,也就是说win10 下无法通过COM port 丢数据.
View ArticleTermination of unused pairs when interfacing a I219LM to a 10/100 PHY.
When interfacing a I219LM to a 10/100 PHY, is it acceptable to leave the unused pairs as no connects, or is some manner of termination (Bob Smith?) required? I'd originally asked this question on the...
View ArticleRequesting eepromARMtool and some questions
Hello,I'm working on a custom board equipped with an ARM Cortex processor and the i210-AT ethernet controller for the network interface. Operating system is Linux (Yocto). As I understand looking to...
View Article如何向yocto Linux 中添加第三方闭源驱动?
一般情况下, 可以直接在第三方驱动源码目录进行编译,此时需要制定Linux 内核源码树, 指定源码树的目录一般如:<your_dir>/yocto_build/build/tmp/work/corei7-64-intel-common-pokylinux/linux-yocto/ 4.1.27+apollolake-gitAUTOINC+a437738a4e-r0...
View Article11.6 版本的ME 在 Sky Lake 平台上不能正常工作?
ME 和BIOS 版本需要匹配,11.6 的ME 要搭配2016 版本的BIOS 才能在Skylae 上正常运行。搭配信息可以从SKL 平台的Design in 中获得。
View ArticleIntel Cherry Trail LPDDR3 的参考设计是178 balls,而现在168 balls...
参考设计使用的是178 balls,建议客户以参考设计为准,如果要使用168Balls,理论上BIOS 需要作一些调整,具体调整方式请咨询BIOS vendor
View ArticleNo need to wait to take advantage of Multi-access Edge Computing
May and June are intense trade show months for the telecom industry. Even skipping two or three that would have been relevant if we had unlimited bandwidth, over the past few weeks our Wind River team...
View ArticleProgramming the X540 under 64-bit L4T
Hi, We have a custom design using an Nvidia Jetson TX2 with an X540-AT2 on PCIe, is there a tool to program the X540 flash?This would need to run under the 64-bit L4T (Linux 4 Tegra). I know you have...
View Article