Delay when booting on BBB

Hi
When booting on BBB, the delay is 0 as belows

So It is difficult to set the eeprom by skipping immediately without delay.

Before compiling u-boot, the following was set through ‘make menuconfig’.

I compiled u-boot through the shell script below.

When I run make menuconfig again, “delay in seconds before automatically booting” is changed to 0.

and when uboot is installed into the sd card and BBB is executed, “Press SPACE to abort autoboot in 0 seconds” appears and there is no delay.

Could you let me know how to make a delay ( 2 secconds )

@taek8461, correct CONFIG_BOOTDELAY controls that, just change the 0 to a 2 in the patch:

Regards,

Hi~
I resolved it.
Thank you so much