摘要:
本文通过五部完成zedboard的嵌入式LINUX搭建,所谓磨刀不五砍材工嘛1:系统环境搭建要准备好交叉编译环境 见http://blog.csdn.net/xiabodan/article/details/227171752:编译u-boot然后要准备好u-boot 可以首先 apt-get in... 阅读全文
posted @ 2014-04-10 20:48 xiabodan 阅读(323) 评论(0) 推荐(0)
|
|||
|
摘要:
本文通过五部完成zedboard的嵌入式LINUX搭建,所谓磨刀不五砍材工嘛1:系统环境搭建要准备好交叉编译环境 见http://blog.csdn.net/xiabodan/article/details/227171752:编译u-boot然后要准备好u-boot 可以首先 apt-get in... 阅读全文
posted @ 2014-04-10 20:48 xiabodan 阅读(323) 评论(0) 推荐(0)
摘要:
交叉编译环境见http://blog.csdn.net/xiabodan/article/details/227171751:编写hello.c文件#includeint main(){ printf("hello\n"); return 0;}2:交叉编译: arm-xilinx-li... 阅读全文
posted @ 2014-04-10 19:23 xiabodan 阅读(259) 评论(0) 推荐(0)
摘要:
如果你拥有两台电脑一台是ubuntu,另一台是笔记本电脑,而你又想在远程控制你的ubuntu,那么SecureCRT就可以用了。1:首先在你的ubuntu电脑上安装SSH服务 :apt-get install openssh-server2:启动SSH服务:sudo /etc/init.d/ssh ... 阅读全文
posted @ 2014-04-10 16:15 xiabodan 阅读(239) 评论(0) 推荐(0) |
|||