[转]can’t open ‘/var/run/ifstate’的解决
crifan 15年前 (2010-04-20) 2826浏览 0评论
[转]can’t open ‘/var/run/ifstate’的解决 ifup: can’t open ‘/var/run/ifstate’: No such file or ...
工作相关的技术文章
crifan 15年前 (2010-04-20) 2826浏览 0评论
[转]can’t open ‘/var/run/ifstate’的解决 ifup: can’t open ‘/var/run/ifstate’: No such file or ...
crifan 15年前 (2010-04-18) 4366浏览 1评论
嵌入式Linux通过帧缓存截图 – Embedded Linux Framebuffer Screenshot 【目的】 板子上已经可以运行Qtopia的demo和example了,想要将其qt的demo程序的画面截取下来,给其他人看。 ...
crifan 15年前 (2010-04-16) 3810浏览 2评论
【workaround】buildroot下面make编译,最后生成的rootfs中的特殊的设备文件,实际是普通文件关键词:buildroot, rootfs, makedevs, mknod, fakeroot, device file, norm...
crifan 15年前 (2010-04-15) 2517浏览 1评论
1.目的是位arm平台编译PIM模块,所以加了对应配置,过程为: 解压源码后,再: mkdir qtExtended_build cd qtExtended_build/ echo "yes" | ../qt-extended-...
crifan 15年前 (2010-04-13) 3433浏览 0评论
How to add QT support in buildroot and Run qt demo in rootfs Note: follow is verified for buildroot-2009.08 1. configure in b...
crifan 15年前 (2010-04-13) 4644浏览 0评论
【问题】 通过buildroot配置编译好qtopia后,下载到开发板上,配置好环境变量: export QWS_DISPLAY="LinuxFb:mmWidth480:mmHeight272:0" export QWS_SIZ...
crifan 15年前 (2010-04-12) 1400浏览 0评论
1>/dev/null 2>&1的含义 shell中可能经常能看到:>/dev/null 2>&1 命令的结果可以通过%>的形式来定义输出 /dev/null 代表空设备文件 > 代表重定向到...
crifan 15年前 (2010-04-10) 1679浏览 0评论
Introduction to Serial Peripheral Interface By David Kalinsky and Roee Kalinsky Embedded Systems Design (02/01/02, 11...
crifan 15年前 (2010-04-09) 1674浏览 0评论
[转]Qt Qt/E Qtopia 的关系 Qt的授权是分为两条线,商业版和开源版。如果使用商业版的Qt,那么开发出的程序可以是私有的和商业的;如果使用的是开源版的Qt,由于其使用的是GPL协议,那么可发出的程序也必须是GPL的。不过自从qt 4.5...
crifan 15年前 (2010-04-08) 1336浏览 0评论
!!! seems that the nand and SSP1(Nor chip m25p40) can not concurrently work, for if use nand, will use naf alternative mode, ...