Power & Source of Big Ideas

Hello Guys, I have been working on TI WL18xx wifi module. The module company provides backport script for my kernel. In this script it needs rootfs file path of my platform. But I have confused where is my rootfs file. I have set this like that; export ROOTFS =/home/ges-arge/workspace/TQ-ARM-BSP-REV...
Hello Guys, I have been working on TI WL18xx wifi module. The module company provides backport script for my kernel. In this script it needs rootfs file path of my platform. But I have confused where is my rootfs file. I have set this like that; export ROOTFS =/home/ges-arge/workspace/TQ-ARM-BSP-REV...
Hello Guys, I am newbee in PTX environment , I am fallowing ptx user guide. But I faced with some problem. I am creating new linux driver with; TQ-ARM-BSP-REV.0117/TQMaxx.BSP.SW.SRC.0117/ $ ptxdist newpackage src-linux-driver then ptx creates the simple source file, rule files and make files. After ...
Hello Guys, I have just started to the PTX environment for embedded linux, I have some problems about the kernel driver probing. I fallowed the ptx kernel driver user guide. According to this guide ptxdist newpackage src-linux-driver is creating rule files , make and source file for developers. Then...