九鼎创展论坛

标题: 关于x210 android 2.3终结版源码打开串口权限的问题 [打印本页]

作者: 木枯    时间: 2012-12-17 10:10
标题: 关于x210 android 2.3终结版源码打开串口权限的问题
之前我使用光盘里的android 2.3源码编译后在android根目录下执行./ramdisk.sh,然后在init.rc中加入下列代码:
    chmod 0777/dev/s3c2410_serial0
    chmod 0777/dev/s3c2410_serial1
    chmod 0777/dev/s3c2410_serial2
    chmod 0777/dev/s3c2410_serial3
更新x210-uramdisk.img后重新烧写镜像,就可以正常使用x210的串口,可是我使用终结版源码,在\device\samsung\smdkv210中的init.rc中添加上述的代码,编译完成后在android根目录下执行./android_cpio.sh,在解压后的init.rc中可以看到:
    chmod 0777/dev/s3c2410_serial0
    chmod 0777/dev/s3c2410_serial1
    chmod 0777/dev/s3c2410_serial2
    chmod 0777/dev/s3c2410_serial3
可是烧写镜像后,使用串口,机器提示没有权限,请教是什么原因?




作者: armeasy    时间: 2012-12-17 20:23
新版本的省掉ramdisk了,已经打包到zImage中了。
修改内核根目录下的android.img.cpio文件,先将这个文件解压出来,再修改里面的init.rc再打包,然后
重编译一下内核就好了。




欢迎光临 九鼎创展论坛 (http://bbs.9tripod.com/) Powered by Discuz! X3.2