In boot_serial code sample, bl_config.h, I commented UART_ENABLE_UPDATE, and uncommented ENET_ENABLE_UPDATE. Now I have build errors:
<Linking>
undefined first referenced
symbol in file
--------- ----------------
remark #10371-D: (ULP 1.1) Detected no uses of low power mode state changing instructions
ConfigureDevice ./boot_loader/bl_startup_ccs.obj
>> Compilation failure
makefile:154: recipe for target 'boot_serial.out' failed
Updater ./boot_loader/bl_startup_ccs.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "boot_serial.out" not built
gmake: *** [boot_serial.out] Error 1
gmake: Target 'all' not remade because of errors.
Can I configure this code sample to support Ethernet update? If not, where can I find boot loader that supports this feature?
My working environment:
Code Composer Studio Version: 6.1.3.00034
TivaWare_C_Series-2.1.3.156
Board: EK-TM4C129XL Rev D
Windows 10 x64