Skip to content

Add bootloader configuration parameters for MAX32625PICO #7523

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

Merged
merged 1 commit into from Aug 10, 2018
Merged

Add bootloader configuration parameters for MAX32625PICO #7523

merged 1 commit into from Aug 10, 2018

Conversation

khariya
Copy link
Contributor

@khariya khariya commented Jul 16, 2018

Description

Tested with MAX32625PICO in bootloader mode (default).
Tested override using mbed_app.json for non-bootloader mode.

Pull request type

[x] Fix
[ ] Refactor
[ ] New target
[ ] Feature
[ ] Breaking change

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 17, 2018

/morph build

@mbed-ci
Copy link

mbed-ci commented Jul 17, 2018

Build : SUCCESS

Build number : 2620
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/7523/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build
/morph mbed2-build

@mbed-ci
Copy link

mbed-ci commented Jul 17, 2018

@mbed-ci
Copy link

mbed-ci commented Jul 17, 2018

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 17, 2018

@khariya Can you review exporters failure? It's related to device packs.

I believe it is related to this change "device_name": "MAX32625" . Is this valid device name?

@khariya
Copy link
Contributor Author

khariya commented Jul 18, 2018

I found same error when Maxim pack was not installed, keil_without_pack.txt

No error after installing the Maxim pack: keil_with_pack.txt

I believe the device name is valid. Would you mind checking if the pack is installed correctly?

@cmonr
Copy link
Contributor

cmonr commented Jul 19, 2018

Will get the pack installed in our CI, and rerun once it's good to go.

@cmonr
Copy link
Contributor

cmonr commented Jul 20, 2018

IOTTESTINF-3041

@cmonr
Copy link
Contributor

cmonr commented Jul 25, 2018

/morph export-build

@cmonr
Copy link
Contributor

cmonr commented Jul 26, 2018

/morph export-build

1 similar comment
@cmonr
Copy link
Contributor

cmonr commented Jul 26, 2018

/morph export-build

@cmonr
Copy link
Contributor

cmonr commented Jul 26, 2018

/morph mbed2-build

@studavekar
Copy link
Contributor

/morph export-build

@mbed-ci
Copy link

mbed-ci commented Jul 26, 2018

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 27, 2018

The failure in the last exporter looks like the device pack still not present, we will investigate

@cmonr
Copy link
Contributor

cmonr commented Jul 31, 2018

Going to re-run, just in case: /morph export-build

@cmonr
Copy link
Contributor

cmonr commented Jul 31, 2018

/morph export-build

2 similar comments
@cmonr
Copy link
Contributor

cmonr commented Aug 1, 2018

/morph export-build

@adbridge
Copy link
Contributor

adbridge commented Aug 1, 2018

/morph export-build

@mbed-ci
Copy link

mbed-ci commented Aug 1, 2018

@khariya
Copy link
Contributor Author

khariya commented Aug 1, 2018

We're reviewing the pack files to see if something is broken.

@cmonr
Copy link
Contributor

cmonr commented Aug 2, 2018

@khariya Thanks for looking into the issue. We're also looking to reproduce the issue locally on our side as well.

Could you confirm that http://www.mxim.net/microcontroller/pack/Maxim.MAX32650.1.1.0-a.pack is the correct pack that we should be installing?

@khariya
Copy link
Contributor Author

khariya commented Aug 2, 2018

@cmonr Here's the pack for MAX32625: http://www.mxim.net/microcontroller/pack/Maxim.MAX32625.1.0.0.pack

Your link is for the MAX32650 target.

@cmonr
Copy link
Contributor

cmonr commented Aug 7, 2018

Needs work on our end. Still waiting on the CI update.

@khariya
Copy link
Contributor Author

khariya commented Aug 7, 2018

An update for MAX32625 pack has been released:
http://www.mxim.net/microcontroller/pack/Maxim.MAX32625.1.1.0-a.pack

It fixed the problem on my local machine.

Keil version 5.25.2.0
Compiler version 5.06 update 6

@cmonr
Copy link
Contributor

cmonr commented Aug 9, 2018

Pack should now be installed.

Restarting with build since last build is older than a week.
/morph build

@cmonr cmonr closed this Aug 9, 2018
@cmonr cmonr reopened this Aug 9, 2018
@cmonr
Copy link
Contributor

cmonr commented Aug 9, 2018

Sorry, absolutely no idea what happened there.

@cmonr cmonr added the needs: CI label Aug 9, 2018
@mbed-ci
Copy link

mbed-ci commented Aug 9, 2018

Build : SUCCESS

Build number : 2773
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/7523/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build
/morph mbed2-build

@mbed-ci
Copy link

mbed-ci commented Aug 9, 2018

@mbed-ci
Copy link

mbed-ci commented Aug 9, 2018

Exporter Build : SUCCESS

Build number : 2404
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/exporter/7523/

@mbed-ci
Copy link

mbed-ci commented Aug 9, 2018

@cmonr cmonr merged commit 54f40a0 into ARMmbed:master Aug 10, 2018
@adbridge
Copy link
Contributor

Looks like some of the files in this commit have been renamed and then edited in the same commit. This causes problems for 'git am' and makes it extremely difficult to patch. @khariya please try not to do this in the future. Moving this to 5.10

@cmonr
Copy link
Contributor

cmonr commented Aug 10, 2018

@ARMmbed/mbed-os-maintainers
Is this documented somwhere? I recall seeing this kind of mistake made every once in a while, but unless it's documented publically somewhere, I tend to not hold it against the PR owner.

@khariya
Copy link
Contributor Author

khariya commented Aug 10, 2018

@adbridge is there a way to check this locally before creating the PR?

@adbridge
Copy link
Contributor

@khariya I'm not sure how you could check it. It looks like the recommended way of doing things is 'git mv' for renaming files, you could try this in the future ?

@khariya khariya deleted the max32625pico-bl-updates branch August 16, 2018 14:33
@cmonr
Copy link
Contributor

cmonr commented Aug 16, 2018

@khariya It helps if file move commits are seperate from file changes.

If they are together, then the patch application process becomes incredibly sensitive to the order of operations (file change then move, vs file move then changed) and I don't know what the process defaults to.

pan- pushed a commit to pan-/mbed that referenced this pull request Aug 22, 2018
Add bootloader configuration parameters for MAX32625PICO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants