上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 136 下一页
摘要: https://wiki.ubuntu.com/ARM/Server/Install https://wiki.ubuntu.com/ARM/Server/Install/ArmadaXP ArmadaXP Installing Precise (12.04.2) using netboot onto a Marvell ArmadaXP Development Board Befo... 阅读全文
posted @ 2015-12-03 10:07 katago 阅读(314) 评论(0) 推荐(0)
摘要: 在主机sudo su 切换到root mount proc jessie/proc -t proc mount sysfs jessie/sys -t sysfs chroot jessie /bin/bash password 修改密码 https://www.debian.org/releases/stable/i386/apds03.html.zh-cn https://... 阅读全文
posted @ 2015-12-02 16:28 katago 阅读(278) 评论(0) 推荐(0)
摘要: 开发环境:Ubuntu 14.04.3 LTS 64bit sudo debootstrap jessie /mnt/jessie http://mirrors.163.com/debian 在/mnt/jessie目录下建立一个init文件,内容如下: james@james-OptiPlex-380:~$ sudo vi /mnt/jessie/init #!/bin/s... 阅读全文
posted @ 2015-12-02 15:54 katago 阅读(2198) 评论(0) 推荐(0)
摘要: qemu-system-x86_64 -kernel bzImage -initrd /mnt/rootfs.cpio.gz /dev/zero -m 2G -nographic -append "console=ttyS0" -m 参数表示内存多大,默认128M,明显太小。 -append 代表附加参数,"console=ttyS0" 和-nographic配合后,使得启动后的串口重定... 阅读全文
posted @ 2015-12-02 15:40 katago 阅读(1901) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/sea918/article/details/7249216 1、音频开发模型: OSS(open sound system) linux/unix 平台的上早期的统一音频接口。linux kernl 2.6 版本以前其它提供两种设备文件以供编程。 常用的操作函数为open、close、read、write、ioctl. (/dev/dsp录... 阅读全文
posted @ 2015-12-01 14:44 katago 阅读(749) 评论(0) 推荐(0)
摘要: 解决Android中No resource found that matches android:TextAppearance.Material.Widget.Button.Inverse问题 标签: No resource foundandroidbuild.gradlevalues-v23.xml 2015-09-08 13:10 1871人阅读 评论(4) 收藏 举报 分类: An... 阅读全文
posted @ 2015-11-29 15:40 katago 阅读(3319) 评论(0) 推荐(0)
摘要: Android 屏蔽Power键 Home键 标签: androidpower键Home键PhoneWindowManagerframework 2014-04-18 17:22 1557人阅读 评论(0) 收藏 举报 分类: Android(46) 版权声明:本文为博主原创文章,未经博主允许不得转载。 目录(?)[+] 最近正在处理工厂测试的功能,里面有个功能测试是前面板按键功... 阅读全文
posted @ 2015-11-20 11:09 katago 阅读(3112) 评论(0) 推荐(0)
摘要: 解决eclipse在线安装不了genymotion 2015-8-2阅读161 评论0 今天在网上看见网友说genymotion安卓模拟器是多麽的流畅,比起google自带的那些emulator快十倍,经本人亲身体会确实特别流畅,开机速度快,界面也相对漂亮,操作起来也流畅。但是按照网上说的安装好了Genymotion(可以进入https://www.genymotion.com点击打开链接下载... 阅读全文
posted @ 2015-11-16 11:05 katago 阅读(2866) 评论(1) 推荐(0)
摘要: 添加字体与字符集(基于busybox文件系统) 2011-10-11 14:07:32 分类: LINUX 1.添加字体 下面以文泉驿为例 $ mkdir -p rootfs/usr/share/fonts/wqy //在busybox 文件系统里创建目录存放wqy 字体 $ cp /usr/share/fonts/misc/wenquanyi* rootfs... 阅读全文
posted @ 2015-11-13 09:48 katago 阅读(1985) 评论(0) 推荐(0)
摘要: Linux NFS Root and PXE-Boot November 6, 2006 Home· Linux Linux kernel hacking and test running on the same machine becomes a major pain. This tutorial explains how to separate the two easily for a ... 阅读全文
posted @ 2015-11-11 15:01 katago 阅读(512) 评论(0) 推荐(0)
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 136 下一页