Part Number: AM3358
Tool/software: TI-RTOS
I am trying to build an SD card bootloader for the Beaglebone Black and we are running into a lot of issues.
First, we are trying to build the bootloader as shown in:
http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_BOOT_AM335x/AM437x
Using the command:
gmake bootloader BUILDCFG=boot BOOTMODE=mmcsd PLATFORM=am335x-evm PROFILE=debug -s KW_BUILD=no
The gmake dies when using a AM335x_pinmux.h because a ton of externs are all gone after using the TI pinmux tool.
We added the externs and got the AM335x-evm to build.
That created binary files for "bootloader_boot_mmcsd_a8host_debug..."
How do we build the bootloader for the BBB? There doesn't seem to be a place to do a gmake bootloader fro the BBB.