环境:Milestone One(古董我也不怕), Android 2.1 英文原版(系统版本不是大问题) 条件:具有root权限 工具:busybox 模块:tun.ko 动态库:libcrypto.so, libssl.so, (liblzo.so) 可执行文件:openvpn...
ARM
红外线遥控器编码解码(1):引导码(leader code)
引导码可以说是各个不同遥控器的身份证。但是更确切的说,应该是遥控器内编码芯片的身份证。 不同的编码芯片其引导码的高低电平持续时长不尽相同。本文将通过实验证明此观点。 实验设备: 51单片机开发板,...
[Ubuntu]在ubuntu上编译、烧写AT80S52 (Working on Ubunutu: compiling, burining for AT80S52)
This article is dual-language(Chinese-simplified and English), and is aimed to help everyone who has the same problem. 本文是双语文章,旨在帮助每个遇到该问题的人。 本文中,我将使用sdcc为8051的源...
[Lesca译文]initrd 概览:什么是initrd, initrd原理, 创建initrd, 手动创建initrd
原作者:M. Tim Jones (mtj@mtjones.com), Emulex公司工程、顾问 原文链接: IBM DeveloperWorks - Linux initial RAM disk (initrd) overview 摘要: Linux® initial RAM disk (initrd) 是一个临时的根文件...
dnw for linux: Ubuntu下可用,无需编译驱动,mini2440可用
我上次找到的一个dnw需要编译驱动,然后用insmod命令加入内核。不过这个完全没有这么复杂!编译和使用也非常方便!速度也不错! 该文件需要libusb库,没有该库需要先安装: $ sudo apt-get install libusb-dev ...
挂载NFS错误排解
NFS错误排解:按步骤来! 启动 portmap 或者 rpcbind service rpcbind start (or service portmap start) 启动由客户端和服务器端共享的服务 service nfs-common start 启动服务器端服务 server nfs-serv...
Kernel: 编译、安装内核详细过程
本文已过期!请查看更新版本:Kernel:编译、安装内核详解教程 清理 $ make distclean CLEAN scripts/basic CLEAN scripts/kconfig CLEAN include/config include/generated 复制配置文...
Solved: J-Flash ARM: PC of target system has unexpected value after …
While erasing/programming the NOR Flash of min2440, I find J-Flash ARM resists responding: PC of target system has unexpected value after ... To solve this problem, go to Options -> Projection...
通过网络使用ADB ( Connect to android with ADB over TCP )
本文介绍如何通过网络(尤指无线网络)与Android的adbd进行连接。 原理: adb server: 计算机上的一个服务进程,进程名为adb adb daemon: Android 手机上的一个服务进程,进程名为adbd adb client: 你可以认...