共2条
1/1 1 跳转至页
SmartARM,ucLinux,MiniGUI SmartARM板怎么样才能让ucLinux中的MiniGUI程序脱机运行?
问
就是不要连上串口,网线,只接电源就让SmartARM板中的ucLinux的flat可执行文件自动执行?特别的,比如我开发个MiniGUI程序,脱机运行就很有意义了,而不再仅仅是开机后LCD屏幕在乱跳图片?
好象是修改/etc/rc文件吧,如果要针对MiniGUI还要修改什么吗?
谢谢! 答 1: 没有人回答?顶没有人回答?顶 答 2: 周工,帮帮忙啊周工,帮帮忙啊 答 3: 加在/etc/rc中在/etc/rc中加入运行你的程序的代码就可以了!
insmod /usr/bin/rtl8019
ifconfig eth0 192.168.15.15
ifconfig eth0 netmask 255.255.255.0
ifconfig eth0 down
ifconfig eth0 hw ether 00:14:97:0f:00:0
ifconfig eth0 up
route add default gw 192.168.0.1
/*以下为需要加入的代码*/
cd /usr/pro/i2c
./loadi2c
cd ..
./helloworld
/*Over*/ 答 4: good
好象是修改/etc/rc文件吧,如果要针对MiniGUI还要修改什么吗?
谢谢! 答 1: 没有人回答?顶没有人回答?顶 答 2: 周工,帮帮忙啊周工,帮帮忙啊 答 3: 加在/etc/rc中在/etc/rc中加入运行你的程序的代码就可以了!
insmod /usr/bin/rtl8019
ifconfig eth0 192.168.15.15
ifconfig eth0 netmask 255.255.255.0
ifconfig eth0 down
ifconfig eth0 hw ether 00:14:97:0f:00:0
ifconfig eth0 up
route add default gw 192.168.0.1
/*以下为需要加入的代码*/
cd /usr/pro/i2c
./loadi2c
cd ..
./helloworld
/*Over*/ 答 4: good
共2条
1/1 1 跳转至页
回复
有奖活动 | |
---|---|
【有奖活动——B站互动赢积分】活动开启啦! | |
【有奖活动】分享技术经验,兑换京东卡 | |
话不多说,快进群! | |
请大声喊出:我要开发板! | |
【有奖活动】EEPW网站征稿正在进行时,欢迎踊跃投稿啦 | |
奖!发布技术笔记,技术评测贴换取您心仪的礼品 | |
打赏了!打赏了!打赏了! |