linux 3.4.103 内核移植到 S3C6410 开发板
这个星期几乎就搭在这里面了,一开始感觉很不值得,移植这种浪费时间的事情,想立马搞定,然后安安静静看书 & coding.
坑爹的事情就是一个多星期的时间搭进去了,还是没成功。我把我的移植失败的经验留下来做为笔记,为下次做准备,也让和我一起做移植的道友少走弯路.大家一起共同分享经验,营造更好的开发环境。
...
分类:
系统相关 时间:
2014-08-24 13:00:02
阅读次数:
601
How to Make cURL works with cmake
Recently, I want to learn cURL, so downloaded it and compiled it, and use
cmake to manage the project, I wrote a CMakelists.txt as below:
cmake_minimum_req...
分类:
其他好文 时间:
2014-08-24 11:44:22
阅读次数:
179
menuconfig 缺失 yaffs support 解决办法...
分类:
其他好文 时间:
2014-08-24 01:51:51
阅读次数:
170
be a product engineer,not be a engineer选择比努力更重要just code it,code it ,until you make it缺的不是idea,而是到位的执行Find partner 尤其是懂市场的partner,选中一个互补的Teamlearn fi....
分类:
其他好文 时间:
2014-08-23 21:38:51
阅读次数:
280
a 35 curl -R -O http://www.lua.org/ftp/lua-5.2.3.tar.gz
36 ls
a 37 tar zxf lua-5.2.3.tar.gz
38 cd lua-5.2.3
39 lsz
40 sudo make install
41 ls
42 sudo...
分类:
其他好文 时间:
2014-08-23 20:24:41
阅读次数:
340
Use the SSH to build up the tunnel access to other computer can make the communication encrypted and secured, tested on the http service by using the SSH tunnel access...
分类:
数据库 时间:
2014-08-23 19:06:01
阅读次数:
324
DescriptionHow far can you make a stack of cards overhang a table? If you have one card, you can create a maximum overhang of half a card length. (We'...
分类:
其他好文 时间:
2014-08-23 01:00:19
阅读次数:
238
由于工作中需要用到lighttpd,自己安装了一个,遇到了一些问题记录如下:
(1)安装
只需要下面3步即可:
./configure --prefix=/home/users/xxx/lighttpd/lighttpd-1.4.20-bin
make
make install
(2)到安装之后的目录下创建2个文件夹
mkdir logs
mkdir html
...
分类:
其他好文 时间:
2014-08-22 17:57:59
阅读次数:
317
Custom fonts can make all the difference in the world when you’re trying to convey a specific user experience. Luckily, it’s pretty easy to add your own fonts in your iOS app but there are some ...
分类:
移动开发 时间:
2014-08-22 16:33:29
阅读次数:
395
fota在make中有个关键的目标target-files-package,该目标生成一个用于做升级包的zip文件。升级包中的内容是定义好的文件列表。同时有一个主要的脚本./build/tools/releasetools/ota_from_target_files,这个脚本可以根据不同的参数生成完...
分类:
移动开发 时间:
2014-08-22 12:10:46
阅读次数:
363