You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we only verify the target device based based on architecture currently, it's possible to eg.) flash a C6 application to the H2, which of course does not work.
We should allow users to optionally specify which chip the target should be, and error out instead of flashing if the detected device does not match. This check does not need to be performed if no chip argument was provided, there's nothing we can do if the application is wrong at this point.
The text was updated successfully, but these errors were encountered:
Since we only verify the target device based based on architecture currently, it's possible to eg.) flash a C6 application to the H2, which of course does not work.
We should allow users to optionally specify which chip the target should be, and error out instead of flashing if the detected device does not match. This check does not need to be performed if no chip argument was provided, there's nothing we can do if the application is wrong at this point.
The text was updated successfully, but these errors were encountered: