读好书,交益友
发布时间: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.........【阅读全文】
发布时间:2017-03-22 19:45:17
sudo apt-get install python3-pipsudo pip install djangosource toaster startsudo pip3 install Django==1.8.1......【阅读全文】
发布时间: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......【阅读全文】
发布时间: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.........【阅读全文】
发布时间: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 .........【阅读全文】