-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LA104 add new protocol into filmware #119
Comments
Hi, you are referring to my commit. You need to either rebuild the whole firmware and flash it as described here: https://github.com/gabonator/LA104/tree/master/resources/tutorial_building or you could just replace the single binary for the rftool.elf (after making a copy of the original) After the build the binary is located in By the way, later I did imlement another protocol (EV1527) but there is a limitation on how many protocols can be embedded into the program (size of the file and SRAM memory is the limitation I guess) - I had to remove other protocols unimportant to me. Maybe It would be worth to build two versions of RFtool binaries with split protocols. |
Hello! Thank you very much for your response 🙂. However, I don't know how to create a new binary file 80rftool.elf using the data you provided me with. Even after you explained the process, I'm still facing difficulties. Perhaps I'm not searching for information correctly on Google or my queries are not accurate. I'm not a programmer, but I'm trying to learn gradually because it's interesting to me. Therefore, its litle dificult for me... :( |
At first you need to build the OS, then library, then any application you want, just follow this tutorial and let us know which step doesn't work for you: |
Did a complete recompile. Went well! |
What is the assertion? |
https://github.com/gabonator/LA104/pull/116/commits
I saw that someone is creating a new protocol for the application, understood which changes in the files need to be replaced, but I don't know how to implement it in the firmware to create a ".hex" file. I have Windows, and I would appreciate your help.
The text was updated successfully, but these errors were encountered: