[<<][buildroot][>>][..]
Fri May 18 09:03:33 EDT 2018
bootloader config
I want a more straightforward bootloader setup.
There is uEnv.txt, but where is all the rest of the config?
Where does board_name get set?
uboot-2018.01/include/env_default.h
#ifdef CONFIG_SYS_BOARD
"board=" CONFIG_SYS_BOARD "\0"
"board_name=" CONFIG_SYS_BOARD "\0"
#endif
tom@buildroot:~/gw_buildroot/target/bbb/build/uboot-2018.01$ cat u-boot.cfg |grep CONFIG_SYS_BOARD
#define CONFIG_SYS_BOARD "am335x"
But that's not the same..
=> printenv board_name
board_name=A335BNLT
EDIT: I can't figure out where this is set.
This means it is clearly too complicated.
[Reply][About]
[<<][buildroot][>>][..]