发布时间:2013-02-20 20:43:12
1.设置LED测试程序的UI界面复制上篇文章说做的Helloworld.ui,改名leds.ui并修改其caption为My leds,同时删除掉原来界面上所有的控件。点击check Box,在窗体上放置4个check Box控件,其name属性为m_ledx(x=1,2,3,4),caption为LEDx(x=1,2,3,4)。保存后退出。2.编写代码,还是需要3个文件:main.cpp, .........【阅读全文】
发布时间:2013-02-19 14:24:46
1.打开qt2/bin里面的designer# cd /home/my/qtopia2.2.0/arm-qtopia2.2.0/qtopia-free-2.2.0/qt2/bin/# ./designer打开后如果发现窗口都是透明的看不清楚内容,这是ubuntu开启了透明效果,可以# XLIB_SKIP_ARGB_VISUALS=1 ./designer,但关闭shell后重新打开又会这样。也可以在登陆时选择ubuntu 2D,.........【阅读全文】
发布时间:2013-02-15 20:53:53
1.安装g++这是PC上的编译器,通过命令root@ubuntu:~# g++ -v可以查看到编译器的信息,如果没有则需要安装gcc2.安装X11相关库文件和开发包sudo apt-get install libX11-dev libXext-dev libXtst-dev3.安装编译jpeg-6b,libpng,e2fsprogs,zlib等相关库 参考《OK6410 QT移植百科全书.........【阅读全文】
发布时间:2013-02-15 14:38:23
本次移植参照这篇文章:http://www.cnblogs.com/zuobaozhu/articles/2498092.html1.在https://github.com/kergoth/tslib下载了最新的tslib 2.为虚拟机里的Linux系统安装工具: sudo apt-get install autoconf sudo apt-get install automake sudo apt-get install libtool 3.解压后编译mv.........【阅读全文】
发布时间:2013-02-15 14:16:13
1.完善saveenv功能(ENV保存于NAND Flash)在执行saveenv命令时,出现“MTD Erase failure: -22”的问题原因是erase是nand的整个block,而设置的CONFIG_ENV_SIZE小于block。于是设置:#define CONFIG_ENV_OFFSET 0x0080000#define CONFIG_ENV_SIZE 0x80000该问题.........【阅读全文】
liyun20080082013-06-11 17:05
楼主V587,我手里也有一块这个板子,学到现在在都乱套了············加qq459467551,求教啊···········
sfsderew2013-02-27 00:09
你好!仔细按照你的帖子进行移植,挂载yaff2一直出现这样
Freeing init memory: 108K
Failed to execute /linuxrc. Attempting defaults...
Kernelpanic-not syncing:Noinitfound. Trypassinginit=option
to kernel. See Linux Documentation/init.txt for guidance.
[<c0014d28>] (unwind_backtrace+0x0/0xf4) from [<c01f35ac>]
(panic+0x8c/0x1dc)
[<c01f35ac>] (panic+0x8c/0x1dc) from [<c00087f0>]
(init_post+0x80/0xd0)
[<c00087f0>] (init_post+0x80/0xd0) from [<c029b398>]
(kernel_init+0x168/0x1ac)
求指导一下,QQ1032721930