Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4141708
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

发布时间:2017-03-27 14:01:38

发现ubuntu 14.04 自带的qemu的版本只有2.0.只好安装最新的2.8.0首先删除旧的版本sudo apt-get remove qemu-system-arm删除依赖包sudo apt-get remove --auto-remove qemu-system-arm删除配置和数据sudo apt-get purge qemu-system-armsudo apt-get purge --auto-remove qemu-system-arm下载qemu 2.8./configure.........【阅读全文】

阅读(1599) | 评论(0) | 转发(0)

发布时间:2017-03-22 19:45:17

sudo apt-get install python3-pipsudo pip install djangosource toaster startsudo pip3 install Django==1.8.1......【阅读全文】

阅读(1245) | 评论(0) | 转发(0)

发布时间:2017-03-22 16:32:01

git下载代码git clone git://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git然后make make install运行lkvm run --initrd core-image-minimal-qemuarm.cpio.gz zImage......【阅读全文】

阅读(1389) | 评论(0) | 转发(0)

发布时间:2017-03-20 19:22:59

sudo apt-get install automake bison chrpath flex g++ git gperf gawk libexpat1-dev libncurses5-dev libsdl1.2-dev libtool python2.7-dev texinfosudo apt-get install help2man./configure --enable-localmake make install./ct-ng show-arm-cortex_a8-linux-gnueabi./ct-ng  arm-cortex_a8-linux-gn.........【阅读全文】

阅读(1795) | 评论(0) | 转发(0)

发布时间:2017-03-16 19:52:12

先安装sudo apt-get install socat/tmp/testsocketmake kernel_menuconfigmount /dev/sda1 /mntcd /mnt/boot/grub/mnt/boot/grub# vi grub.cfg添加 serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 --rtscts=offterminal_input console serial; terminal_output console serialset .........【阅读全文】

阅读(2672) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册