1、刷屏关kernel
屏蔽内核的打印信息
echo "0 0 0 0" > /proc/sys/kernel/printk
2、关闭双屏(muji)
mount -o remount,rw /tvconfig
busybox vi /config/panel/UD_VB1_8LANE.ini
m_bPanelDualPort = 1;
muji重启动进入下面设置
<< MStar >># set db_table 0
<< MStar >># save
muji重启ok
3、烧code出现的一个错误
[ERROR] checkUbootFromEnv:835: UBOOT Memory Address and MMAP mismatch!!!
[ERROR] checkUbootFromEnv:836: UBOOT Memory Address:0x29300000
[ERROR] checkUbootFromEnv:837: Address in MMAP:0x28b00000
[ERROR] checkUbootFromEnv:838: Skip this check mechanism by:
[ERROR] checkUbootFromEnv:839: setenv no_compare_uboot 1
jump_to_console start!!
按照提示输入setenv no_compare_uboot 1 然后重新烧
4、Monet 视频花屏需要输出一句
setprop ms.disable.ds 1
5、hfs.new.exe的使用
为了板子上使用一个比较不错的小功能,使用了http服务器。
这个软件把文件拖过去会产生一个网址,这个网址便是可以在局域网可以共享文件的地址。
6、开发板IP设置(重启会恢复)
busybox ifconfig eth0 192.168.1.216 netmask 255.255.255.0 broadcast 192.168.1.254 up
7、rtsp服务器开启
(1)端口只要没被占用,则可以使用,查看端口是否被占用:netstat -ano(windows系统下),查看是哪个进程占用了7070端口:netstat -ano|findstr "7070",这
会含有PID的信息
(2)要把整个BQStreamServer文件夹拷贝到C:\Program Files\目录下。
(3)rtsp服务器在这里只能传输H264编码的视频,如果格式不对可能提示:IO读写错误
(4)win7任务管理器进程的PID没有显示:查看-〉选择列-〉打勾PID 即可
8、chrome 属性,快捷方式,目标
"C:\Program Files\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files --allow-http-access-from-files --disable-web-security --allow-outdated-plugins
9、烧code
setenv serverip 172.21.14.88;setenv ipaddr 172.21.14.32;setenv ethaddr 00:45:67:34:78:89;saveenv;mstar;
10、解决Win7&Win8 64位下Source Insight提示未完整安装的问题
用这个网址的绿化reg文件添加注册表
http://www.cnblogs.com/sixiweb/p/3421533.html