bartek666666 Posted June 24, 2021 Posted June 24, 2021 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
Werner Posted June 25, 2021 Posted June 25, 2021 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.
bartek666666 Posted June 27, 2021 Author Posted June 27, 2021 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"
bartek666666 Posted June 27, 2021 Author Posted June 27, 2021 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?
Igor Posted June 28, 2021 Posted June 28, 2021 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?
bartek666666 Posted June 28, 2021 Author Posted June 28, 2021 Hdmi and usb keyboard, it says hit spacebar.
Igor Posted June 28, 2021 Posted June 28, 2021 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
Recommended Posts