摘要:vi /etc/subversion/servers 或者修改~/.subversion/servers文件 [Global] http-proxy-host=my.proxy.com http-proxy-port=3128
阅读全文
摘要:挂载vfat mount -o utf8,shortname=mixed,usefree %1 %2 挂载windows共享,内核编译cifs模块,CIFS support (advanced network filesystem, SMBFS successor), insmod cifs.ko mount -t cifs –o iocharset=utf8,username=gu...
阅读全文
摘要:http://cross-lfs.org/view/clfs-sysroot/arm/index.html
阅读全文
摘要:1.先用。有demo的先做demo 2.自己做一个小实验。如编译一个helloworld 3.进一步分析处理
阅读全文
摘要:http://www.arm.com/zh/products/processors/index.php
阅读全文
摘要:利用GoAhead构建嵌入式web应用 关键字:GoAhead, 嵌入式web服务器, web应用 摘要:详细介绍了开源嵌入式web服务器GoAhead的原理,并结合具体实例说明如何利用它构建嵌入式web应用。 Key words: GoAhead, embedded web server, web application Abstract: This paper introduces t...
阅读全文
摘要:深入理解ARM嵌入式系统引导过程—基于AT91SAM9261微处理器和RealView工具链 Understanding the Boot Process of ARM Embedded System – Based on the AT91SAM9261 Micro Processor and RealView Toolchain 对于不带操作系统的ARM嵌入式应用程序来说,可以这样理解引导过...
阅读全文
摘要:Run Python Scripts in SB2 Environment http://lists.scratchbox.org/pipermail/scratchbox-users/2009-September/001533.html http://lists.scratchbox.org/pipermail/scratchbox-users/2008-September/00...
阅读全文
摘要:http://www.scratchbox.org/ 更新记录 2011-03-07 New releases: scratchbox 1.0.24 and python-legacy 1.0.2 http://lists.scratchbox.org/pipermail/scratchbox-users/2011-March/001672.html Highlights:==...
阅读全文
摘要://note: 匹配中文字符的正则表达式: [\u4e00-\u9fa5] qt中可以用如下正则表达式做验证: // CJK统一表意字符 QRegExp rx("[\u4e00-\u9fa5]+"); QValidator *validator = new QRegExpValidator(rx, this); ui->lineEditCustom->setValidator...
阅读全文
摘要:主要参考http://forum.wdlxtv.com/viewtopic.php?f=43&t=3108 sb2 –e 调用的是rootstrap中的程序 cd make-3.82/ sb2 ./configure --prefix=/usr sb2 make sb2 make install DESTDIR=$BUILDROOT root@james-desktop:~/buildroo...
阅读全文
摘要:OpenEmbedded/BitBake简介(ZT) (http://bbs.zeta-labs.org/viewtopic.php?p=10) 在针对PDA的各种Linux发行版本中,有一个工具起着举足轻重的作用,这就是OpenEmbedded/BitBake[1](以下简称OE)。 OE是一个自包含的构建系统,与gentoo的portage相似,但OE主要针对嵌入式系统,目...
阅读全文
摘要:主要参考官方文档:http://docs.openembedded.org/usermanual/usermanual.html#!/bin/sh#autuor: linzheming#ref: http://www.openembedded.org/wiki/Getting_started#date: 2011/12/14 #install required packagesaptitud...
阅读全文
摘要:源: http://wiki.ubuntu.org.cn/%E6%BA%90%E5%88%97%E8%A1%A8
阅读全文
摘要:主要参考文档: http://biffengineering.com/wiki/index.php?title=HowToSetupCrossCompileEnvironment http://www.freeworkzz.com/html/2010/07/scratchbox2%E7%9A%84readme%E7%BF%BB%E8%AF%91.html 里面的链接 2 old 了 h...
阅读全文
摘要:原因是拷贝时候wmware的mac地址被修改,但是udev的规则没有正确更新 vi /etc/udev/rules.d/70-persistent-net.rules 修改对应关系,删除多余项目
阅读全文
摘要:http://elinux.org/User_Interfaces
阅读全文
摘要:http://www.x.org/wiki/ 下载:http://www.x.org/releases/X11R7.6/ 交叉编译: http://www.x.org/wiki/CrossCompilingXorg 开发文档: http://www.x.org/wiki/Documentation 术语: http://www.x.org/wiki/Devel...
阅读全文