Skip to content
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

Question about syntax #21

Open
macfr76 opened this issue Mar 11, 2024 · 1 comment
Open

Question about syntax #21

macfr76 opened this issue Mar 11, 2024 · 1 comment

Comments

@macfr76
Copy link

macfr76 commented Mar 11, 2024

Hi,

I have instructions to flash a firmware that were done with the old version of stm32loader by Ivan A-R.

./stm32loader.py -p $port -b 115200 -a 0x8000000 -E 126 -w firmware.bin

I would like to use your version as it works with python3.

But I'm uncertain about corresponding syntax.

Options for the old version were :
-h This help
-q Quiet
-V Verbose
-e Erase
-E nbPages Erase nbPages flash block
-w Write
-v Verify
-r Read
-l length Length of read
-p port Serial port (default: /dev/tty.usbserial-ftCYPMYJ)
-b baud Baud speed (default: 115200)
-a addr Target address

What would be the correct commande line with the new version, especially regarding -a and -E of the old syntax ?

Thanks a lot

@macfr76
Copy link
Author

macfr76 commented Mar 11, 2024

Sorry, question on wrong project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant