推荐产品
联系我们
北京立萨科技有限公司

咨询热线:010-82488292

公司电话:010-82488292

公司传真:010-82611646

企业邮箱:sales@lisatech.cn

地址:北京市海淀区中关村大街19号 新中关大厦B座南翼15层1509室

当前位置:立萨科技首页 » 新闻资讯 » 行业资讯 » 嵌入式VS-RK3288板卡 Linux 修改BOOTDELAY介绍

嵌入式VS-RK3288板卡 Linux 修改BOOTDELAY介绍

文章出处:立萨科技 人气:9
摘要 : 嵌入式VS-RK3288板卡 Linux 修改BOOTDELAY介绍,uboot进入kernel中间的延时时间可以通过BOOTDELAY这个宏来控制。修改uboot/common/Kconfig文件

  嵌入式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。

我要评论:  
*内 容:
验证码: 换一张
 

共有0条评论

还在等什么,赶紧来评论!