Apollo Lake I2S & HDA
Apollo Lake has two I2S interface(I2S2&I2S6) and one HDA. I2S6 are multiplexed on the same ball as High Definition Audio. PDG has one comment on I2S page that is "LPE I2S audio and High Definition...
View ArticleBeginner to microprocessors on a quest to build a machine for my company; I...
I started out learning Microprocessors from the wide range of books available on the 8086 model. I've devoured more than 5 hefty books on the topic, but as I progress towards the learning of modern...
View ArticleAPL 平台COM port driver 是否有win10 的?
intel release 的driver 没有COM driver,也就是说win10 下无法通过COM port 丢数据.
View ArticleIPCC Parallel Software Workshop JUL 13th United Kingdom
The Intel Parallel Computing Centre (IPCC) programme represents a significant body of knowledge concerning software modernisation for highly parallel architectures across a wide range of application...
View ArticlePCI based I210 ethernet controller not getting detected with igb device driver
Hi, I am using PCI based ethernet controller WGI I210 IS LJxx. I have compiled I210 igb driver for imx6. After running this driver probe function doesnot get called, since the device ID 0x1531 is not...
View ArticleSwim ESP Brings Edge Intelligence to Palo Alto Smart City App
Effective Smart City strategies combine in-depth knowledge of the systems that keep our cities “in-motion” and the technology to model these systems for applications. Swim partners with OEMs, ISVS...
View Article软件如何读取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