M200 Newton2.2平台发布v1.0版本,内核系统为3.10.14,参考设备为M200参考开发板Newton2.2。此次发布结合了最新的Linu开发平台结构,
Tags:
ingenic-linux-kernel3.10.14-newton2-v1.0-20150703
工具链及源代码下载:
电信服务器: git.ingenic.cn
联通服务器: git1.ingenic.cn
如果当前使用服务器比较慢, 可以切换使用
方法1(直接稳定版本下载):
$ ./repo init -u http://git1.ingenic.cn:8082/gerrit/linux/manifest -b ingenic-linux-kernel3.10.14-newton2-v1.0-20150703
$ ./repo sync
方法2(源码可更新最新状态):
$ ./repo init -u http://git1.ingenic.cn:8082/gerrit/linux/manifest -b newton-dev
$ ./repo sync
$ ./repo forall -c "git reset --hard ingenic-linux-kernel3.10.14-newton2-v1.0-20150703"
编译方法:
整体编译:
$ cd platform
$ source tools/build/source.sh
$ make
注:uboot 默认编译配置: newton2_linux_msc0 , kernel 默认编译配置: newton2_v20_linux_defconfig
开发者可以进入uboot、kernel目录下进行单独编译:
Uboot::
$ make newton2_linux_msc0
Kernel:
$ make newton2_v20_linux_defconfig
$ make uImage
目前支持驱动与功能:
1. 耳机播放
2. DMIC 录音
3. LCD
暂不支持的驱动及功能:
由于本次发布为基础版,所以wifi、蓝牙等功能暂时未实现。
问题反馈:
有问题请发送邮件:support@ingenic.com