You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/09/08 21:58:59 UTC

[GitHub] [incubator-nuttx] acassis edited a comment on pull request #4494: build: Replace 'make download' with 'make flash', but keep both for now

acassis edited a comment on pull request #4494:
URL: https://github.com/apache/incubator-nuttx/pull/4494#issuecomment-915601526


   > Just curious, what FLASHCMD will be?
   > I mean, from an outsider perspective, I should expect that FLASHCMD have the whole "command" that will be executed when user type `> make flash`. Is that correct?
   
   Yes, FLASHCMD will be the command to be executed, i.e. for STM32 on Windows:
   
   ```
   st-flash write nuttx.bin 0x8000000
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org