2

The old versions show am335x_boneblack_defconfig(branch v2017.01 instead of the master) file inside the directory but I am not able to see it in the newer version.So which branch should I use to build U-Boot for BeagleBone Black? Under boards/ti/am335x/, I saw that am335x_* can be used for BeagleBone Black. Any help will be appreciated?

omkar kale
  • 53
  • 7

1 Answers1

2

I think you can use configs/am335x_evm_defconfig - see line 36:

CONFIG_OF_LIST="am335x-evm am335x-bone am335x-boneblack am335x-evmsk am335x-bonegreen am335x-icev2 am335x-pocketbeagle"

You will find a confirmation, along with at lof of interesting information, here.

Frant
  • 5,382
  • 1
  • 16
  • 22