上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: 其实Freescale的BSP移植文档已经将u-boot的移植步骤讲述的非常详细了,但为了以后方便查阅,还是按照自己的理解记录在这里。获取源码根据前一篇文章搭建好LTIB环境后就可以非常方便的导出u-boot源码了。切换到ltib目录,并运行如下指令:[cpp] view plaincopy./lt... 阅读全文
posted @ 2015-08-29 21:49 苏博 阅读(3549) 评论(0) 推荐(0)
摘要: busybox rmmod errorrmmod: chdir(2.6.25): No such file or directory1. install your modules in dir /lib/modules/(kernel version)/then rmmod will works w... 阅读全文
posted @ 2015-08-25 10:10 苏博 阅读(333) 评论(0) 推荐(0)
摘要: 1)解压L3.0.35_1.1.0_121218_source.tar.gz2)cd L3.0.35_1.1.0_121218_source,执行./install3) 复制patch-ltib-ubuntu12.04.sh 到 litb文件夹, 修改权限,sudo chmod 777 patch... 阅读全文
posted @ 2015-08-24 11:30 苏博 阅读(404) 评论(0) 推荐(0)
摘要: http://pan.baidu.com/s/1ntsrQtF#path=%252FMY-I.MX6%2520V2.5nkuctftpboot 0x10800000 uImage.ramdisktftpboot 0x10c00000 rootfs.ramdisksetenv bootargs 'co... 阅读全文
posted @ 2015-08-20 20:51 苏博 阅读(315) 评论(0) 推荐(0)
摘要: 1、Uboot:每个arm芯片或者海斯芯片都有各自的uboot。2、但他们的内核版本可以是一样的,主要是跟各自内核的进行的编译选项有关, 31的内核版本里加了版本检查选项“Kernel type->Symmetrical Multi-Processing”,而21的内核版本没有设置该选项。-----... 阅读全文
posted @ 2015-08-12 08:26 苏博 阅读(2537) 评论(0) 推荐(0)
摘要: ./test-launch "( videotestsrc ! vpuenc codec=6 ! rtph264pay name=pay0 pt=96 )" ./test-launch "( mfw_v4lsrc device=/dev/video0 ! queue ! vpuenc codec=... 阅读全文
posted @ 2015-08-09 23:03 苏博 阅读(558) 评论(0) 推荐(0)
摘要: 开发板:EDUKIT-III实验箱,S3C2410+LINUX2.4,实验箱随箱光盘提供的Zimage,nor flash启动。主机:ubnutn10.4LTS,arm-linux-gcc 2.95.3问题1:交叉工具链:cross-2.95.3.tar.bz2(下载地址:http://ftp.ar... 阅读全文
posted @ 2015-08-06 12:40 苏博 阅读(2573) 评论(0) 推荐(0)
摘要: Boa是一种非常小巧的Web服务器,其可执行代码只有大约60KB左右。作为一种单任务Web服务器,Boa只能依次 完成用户的请求,而不会fork出新的进程来处理并发连接请求。但Boa支持CGI,能够为CGI程序fork出一个进程来执行。Boa的设计目标是速度 和安全。下面给大家介绍一下Boa服务器移... 阅读全文
posted @ 2015-08-06 09:13 苏博 阅读(337) 评论(0) 推荐(0)
摘要: 一 安装依赖项 1 安装cmake hdhuang@hdh-UBT:~/gstreamer/qt-gstreamer-0.10.2/build$ sudo apt-get install cmake 正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 将会安装下 阅读全文
posted @ 2015-07-30 15:57 苏博 阅读(3550) 评论(0) 推荐(0)
摘要: oost Ver: 1.55.0Compiler : GNU gcc 4.6 for ARM1.确保ARM编译成功安装,并配置好环境变量。2.解压boost压缩包3.进入目录执行./bootstrap.sh,此时形成bjam文件和project-config.jam4.编辑project-confi... 阅读全文
posted @ 2015-07-30 15:56 苏博 阅读(641) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 下一页