Tool/software: Linux
Hi
I am trying to add support for a board based on a BeagleBone black and am using the latest SDK
I am looking for suggestions as to what is the expected (or best) way to include a new <BOARDDIR> (and BOARD) in the compilation of U-boot
The README.Kconfig describes the steps I believe I need (or at least defines the MACROs I would expect to be involved)
I have created a new <myBoard>_defConfg and have tried to define these in here
when I run make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- <myBoard>_defConfg it appears to write out to .config
but the CONFIG_SYS_xxx entries stay as they were for the evm
e.g.
CONFIG_SYS_SOC="am33xx"
CONFIG_SYS_BOARD="am335x"
CONFIG_SYS_CONFIG_NAME="am335x_evm"
I have got the board working via modifying the board.c within /ti/am335x/ but it would be easier to maintain if I could keep our board files apart from these
Thanks for any help you can provide.
All the best,
Richard