打印
[ARM入门]

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

[复制链接]
556|0
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
timy@liao|  楼主 | 2018-9-14 09:51 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
嵌入式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。

相关帖子

发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

15

主题

16

帖子

1

粉丝