-
-
Notifications
You must be signed in to change notification settings - Fork 636
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
pio remote run -t upload missing address #1397
Comments
The platformio.ini does not match to the board. Probably not the reason for the issue, but with wrong infos finding issues is even more complicated |
Apologies, was trying multiple boards and mixed up the output, here is corrected information: ini:
c3 output:
c6 output:
|
Workaround I am employing currently is to have a custom upload script specifying the address:
With updated ini (for example):
In addition to this, I also needed to be explicit about the partitioning (board I think came with rainmaker? flashed and had non-default layout). |
Seeing an issue with
pio remote run
command. My setup:My platform.ini:
Basically, just building a hello world, but when I run
pio remote run -t upload -e c6 -v
I see the following error:Looks like the address is missing from the command. I've worked around this via custom upload script, but this is fragile and should work from platform.
The text was updated successfully, but these errors were encountered: