Skip to content

Commit

Permalink
Fix u-boot boot command for LORIX One 512MB.
Browse files Browse the repository at this point in the history
These env variables are required by Mender, but were not set by default
causing u-boot to fail.
  • Loading branch information
brocaar committed Apr 14, 2019
1 parent 76410fe commit 38f7e56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Expand Up @@ -87,4 +87,10 @@
#define CONFIG_BOOTCOUNT_ENV
#define CONFIG_BOOTCOUNT_LIMIT

#ifndef CONFIG_EXTRA_ENV_SETTINGS
#define CONFIG_EXTRA_ENV_SETTINGS \
"fdt_addr_r=0x21000000\0" \
"kernel_addr_r=22000000\0"
#endif

#endif /* __CONFIG_H */
1 change: 1 addition & 0 deletions layers/bsp/meta-wifx/recipes-bsp/u-boot/u-boot_2018.09.bb
Expand Up @@ -3,3 +3,4 @@ require u-boot.inc

DEPENDS += "bc-native dtc-native"

PR = "r2"

0 comments on commit 38f7e56

Please sign in to comment.