智能电视网

电脑版
提示:原网页已由神马搜索转码, 内容由www.znds.com提供.
跳转到指定楼层
楼主
发表于 2018-9-11 15:22|只看该作者|只看大图回帖奖励
瑞芯微VS-RK3288板卡 Linux 修改BOOTDELAY资料分享
uboot进入kernel中间的延时时间可以通过BOOTDELAY这个宏来控制。修改uboot/common/Kconfig文件
config BOOTDELAY
       int "delay in seconds before automatically booting"
       default 0
       depends on AUTOBOOT
       help
       Delay before automatically running bootcmd;
       set to 0 to autoboot with no delay, but you can stop it by key input.
       set to -1 to disable autoboot.
       set to -2 to autoboot with no delay and not check for abort

       See doc/README.autoboot for details.

default 0 表示不延时,1表示延时1s。

VS-RK3288应用范围:本产品主要应用于军工,车载,医疗,商显,物联网,广告机,pos机,平板,机器人,无人机,仪表,工控机,三防机,监控,人机界面交互,网络**,等智能化产品。大家有什么问题提问,在下面留言,也可以加3026969227一起交流。。。。
瑞芯微VS-RK3288板卡 Linux 修改BOOTDELAY资料分享


上一篇:RK3399板卡Linux和android解码编码共享资料
下一篇:
嵌入式瑞芯微VS-RK3399板卡Linux WIFI BT 开发指南