Hi,
i'm working on the DK-tm4c129 and i'm working with TI-RTOS and NDK and i'm wodering if there is a precompiled example for this DK so i can upload a file using the web browser to the board to be stored on the SD card?
Thanks,
Mohamed Fawzy
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
i'm working on the DK-tm4c129 and i'm working with TI-RTOS and NDK and i'm wodering if there is a precompiled example for this DK so i can upload a file using the web browser to the board to be stored on the SD card?
Thanks,
Mohamed Fawzy
Hi Mohamed,
Tiva parts do support Ethernet flashing as well as serial booting. This functionality is provided by Tiva bootloaders and can be integrated into a TI-RTOS program. Unfortunately, we do not have a ready example demonstrating this functionality.
I believe the Tiva forums might provide some better help for booting and getting the general functionality. Once you have those working, any interrupts & configuration can be easily added into TI-RTOS.
Please see: http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/315760.aspx
Thanks,
-- Emmanuel
Hi Emmanuel,
Thank you for your reply but I'm don't want to upload the firmware for the microcontroller, I want to upload regular file to be used by my application.
Thanks,
Mohamed Fawzy
We have a wiki write-up for adding a HTTP server: http://processors.wiki.ti.com/index.php/TI-RTOS_HTTP_Example
We do not have any examples for uploading a file though. You could modify the example in the wiki.
Todd