Other Parts Discussed in Thread: EK-TM4C1294XL
Tool/software: Code Composer Studio
Hi,
Currently we are loading TM4C1294 firmware directly using TI JTAG programmer and no bootloader is involved. In final design, TM4C1294 is connected with
embedded CPU through UART interface. I'm trying to bringup the bootloader so that we could do firmware update from embedded CPU through UART interface.
I came across the boot_serial example under ek-tm4c1294xl and boot_demo_uart example under ek-tm4c129x boards in TivaWare_C_Series-2.1.3.156 version.
Based on older community thread decided to follow boot_serial example under ek-tm4c1294xl. At this point I have following questions and can you help to clarify
the details?
1. Do you have CCS project for the boot_serial?
2. Can you provide the steps to build and load the bootloader using CCS on the TM4C1294?
3. How do I know bootloader is loaded successfully? Once I load the bootloader on the board, can I access
the bootloader prompt through JTAG or UART interface?
4. What changes do I need to make in the current firmware to load the firmware from the bootloader?
5. How do I copy the firmware from the embedded CPU to TM4C1294 through UART interface after bootloader is loaded?
Currently I'm stuck with this problem. I appreciate your prompt help. Let me know if any other information is needed.
Thanks,
Senthil