文章分类 -  MTK手机开发

摘要:hello.c #include #include MODULE_LICENSE("Dual BSD/GPL");static int hello_init(void){ printk(KERN_INFO " Hello World enter\n"); return 0;}static voi... 阅读全文
posted @ 2015-06-18 17:41 proteus 阅读(327) 评论(0) 推荐(0)
摘要:1. 知道linux内核编译时make menuconfig 是通过获取Kconfig的配置进行设置后,生成.config文件; Makefile文件会查看.config的配置来决定哪些源码会被编译;2. mt6752/kernel/arch/arm/Kconfig中有source "../medi... 阅读全文
posted @ 2015-06-18 14:15 proteus 阅读(248) 评论(0) 推荐(0)
摘要:开始一直不知为何,preloader驱动安装好后,插入USB口,设备管理器的设备一直是一会能找到一会找不到。在linux,windows系统都存在此现象。 后在bbs.mgyun.com刷机论坛查找原因,发现有帖子说MT6752/32刷机必须加电池。 加电池后再测试。OK。 20150618: ... 阅读全文
posted @ 2015-06-02 11:00 proteus 阅读(129) 评论(0) 推荐(0)
摘要:一、FTP服务器搭建1. 打开"终端窗口",输入"sudo apt-get update"-->回车-->"输入当前登录用户的管理员密码"-->回车,就可以了。如果不运行该命令,直接安装vsftpd,会出现"有 几个软件包无法下载,您可以运行apt-get update------"的错误提示,导致... 阅读全文
posted @ 2015-05-25 15:09 proteus 阅读(207) 评论(0) 推荐(0)
摘要:error while loading shared libraries: libz.so.1:ubutnu12.04编译Android4.2:error while loading shared libraries: libz.so.1: cannot open shared object fil... 阅读全文
posted @ 2015-05-25 14:51 proteus 阅读(412) 评论(0) 推荐(0)
摘要:安装virtualbox虚拟机及xp, 然后需要手动添加mtk的usb过滤器运行smart phone flash tool前需要先安装Microsoft Visual C++ 2008 Redistributable。 阅读全文
posted @ 2015-05-23 18:57 proteus 阅读(201) 评论(0) 推荐(0)
摘要:Kernel driver not installed (rc=-1908)The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vbo... 阅读全文
posted @ 2015-05-23 16:42 proteus 阅读(77) 评论(0) 推荐(0)
摘要:3.安装解压缩软件sudo apt-get install unrar4.gcc g++改变gcc, g++版, 有些相对新的版本可能会报语法错误。C++1.下载gcc的旧版本,sudo apt-get install gcc-4.4 g++-4.4 g++-4.4-multilib gcc-4.4... 阅读全文
posted @ 2015-05-23 16:38 proteus 阅读(833) 评论(0) 推荐(0)
摘要:Customize_boot_and_shut_animation.pdfBootloader_Customer_Document_4.2.pdfALPS_Build_System_Introduction_4.2.pdf 阅读全文
posted @ 2015-05-22 17:28 proteus 阅读(111) 评论(0) 推荐(0)
摘要:手机射频技术和手机射频模块基础解读手机在向双模/多模发展的同时集成了越来越多的RF技术。手机射频模块有哪些基本构成?它们又将如何集成? RF收发器,功率放大器,天线开关模块,前端模块,双工器,SAW滤波器……跟着本文,来一一认识手机射频技术和射频模块的关键元件们吧! 进入移动互联网时代,手机集成了... 阅读全文
posted @ 2015-05-21 10:55 proteus 阅读(3265) 评论(0) 推荐(0)