bartek666666 1 Posted June 24 Share Posted June 24 I know it's uboot problem not armbian, but when I compile it with option CONFIG_BOOTDELAY=5 it still boots with 1s delay. here is my Cubieboard_defconfig CONFIG_USB_EHCI_HCD=y CONFIG_USB_OHCI_HCD=y CONFIG_VIDEO_DE2=n CONFIG_VIDEO_LCD_MODE="x:1024,y:768,depth:18,pclk_khz:100000,le:480,ri:260,up:6,lo:16,hs:320,vs:10,sync:3,vmode:0" CONFIG_VIDEO_LCD_PANEL_LVDS=y CONFIG_VIDEO_LCD_POWER="PH8" CONFIG_VIDEO_LCD_BL_EN="PH7" CONFIG_VIDEO_LCD_BL_PWM="PB2" CONFIG_USB=y CONFIG_CMD_USB=y CONFIG_USB_UHCI=y CONFIG_DM_USB=y CONFIG_USB_KEYBOARD=y CONFIG_USB_HOST=y CONFIG_DM_KEYBOARD=y CONFIG_BOOTDELAY=5 0 Quote Link to post Share on other sites More sharing options...
Werner 409 Posted June 25 Share Posted June 25 Did you use USERPATCHES to make this change? Because if you edit within source storage and then build those changes are overwritten by the script. 0 Quote Link to post Share on other sites More sharing options...
bartek666666 1 Posted June 27 Author Share Posted June 27 yes of course, "./armbian/compile.sh CREATE_PATCHES=yes BOARD=cubieboard BRANCH=current BUILD_MINIMAL=no BUILD_DESKTOP=no KERNEL_ONLY=yes KERNEL_CONFIGURE=no" 0 Quote Link to post Share on other sites More sharing options...
Igor 2301 Posted June 27 Share Posted June 27 Boot delay is controlled by framework. 0 Quote Link to post Share on other sites More sharing options...
bartek666666 1 Posted June 27 Author Share Posted June 27 I'm trying to enable LCD in uboot but I can't stop it from autoboot. Is there any other way to access u-boot environment? 0 Quote Link to post Share on other sites More sharing options...
Igor 2301 Posted June 28 Share Posted June 28 8 hours ago, bartek666666 said: but I can't stop it from autoboot By hitting CTRL C or spacebar ? Via serial console or HDMI and usb keyboard? 0 Quote Link to post Share on other sites More sharing options...
bartek666666 1 Posted June 28 Author Share Posted June 28 Hdmi and usb keyboard, it says hit spacebar. 0 Quote Link to post Share on other sites More sharing options...
Igor 2301 Posted June 28 Share Posted June 28 1 hour ago, bartek666666 said: it says hit spacebar. You will probably need to access u-boot via serial console if that doesn't work. 1 Quote Link to post Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.