Skip to content

Commit

Permalink
Merge pull request #133 from hnez/barebox-serial-timeout
Browse files Browse the repository at this point in the history
meta-lxatac-bsp: barebox: increase boot timeout when serial booting
  • Loading branch information
hnez authored Jul 29, 2024
2 parents 37b5ca2 + 2ffd579 commit 4da6788
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions meta-lxatac-bsp/recipes-bsp/barebox/files/.shellcheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Barebox scripts use variables defined outside of the script and they
# assign values to variables with dots in their name.
disable=SC2154,SC2276
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

if [ "${bootsource}" = serial ]; then
global.autoboot_timeout=30
fi
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
# Turn the LCD on with a splash screen
splash /env/data/splash.png

# shellcheck disable=SC2276
fb0.enable=1

0 comments on commit 4da6788

Please sign in to comment.