bstc and bstl etc, question
T Chap
Posts: 4,223
Can either of these or some other option take the content of a text file from an editor, compile, program, AND save the .eeprom?
I know that the bstl will program the Prop from a saved binary, but not sure if bstc will do the whole batch.
I know that the bstl will program the Prop from a saved binary, but not sure if bstc will do the whole batch.
Comments
Yes it will.
-p[012] to load the prop and -e to save the eeprom.
Solved: went into device manager and assinged port 22 to port 2, now loads.
After reading over the site, it says to always use the files with the link, but actually the linked files are not the latest snap shots with the updates. So with the snapshots the higher ports are reachable.
Edit:
Someone gave this advice on another forum.
Using -h on bstc DOES get a response, but -h on bstl does not get a response. Perhaps Brad has a different method of returning the output.
No big deal, since bstc is the critical requirement for feedback anyway.
My hardware has a 64K EEPROM. I'd like to take an executable binary built with bstc (which is < 32K), append a data file to it, and then store that in EEPROM. The combined result is greater than 32K.
I tried this with bstl, and it gave me a "binary checksum invalid" error.