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

REALTEK_RTL8195AM compiles, but fails to flash in uvision #4651

Closed
MarceloSalazar opened this issue Jun 27, 2017 · 20 comments
Closed

REALTEK_RTL8195AM compiles, but fails to flash in uvision #4651

MarceloSalazar opened this issue Jun 27, 2017 · 20 comments

Comments

@MarceloSalazar
Copy link

REALTEK_RTL8195AM compiles in uvision, but fails to find the correct target to flash to.

mbed OS: 92fbf2a9b3988d430482fc25a6077f2462e2a634 (mbed OS 5.5)
mbed CLI version: 1.1.1

".\BUILD\mbed-os-example-blinky.axf" - 0 Error(s), 297 Warning(s).
Build Time Elapsed:  00:01:38
Load "C:\\cygwin64\\home\\micray01\\mbed-os\\mbed-os-example-blinky\\BUILD\\mbed-os-example-blinky.axf" 
No Algorithm found for: 10006000H - 1000FFFFH
No Algorithm found for: 10010000H - 10016F83H
Erase skipped!
Error: Flash Download failed  -  "Cortex-M3"
Flash Load finished at 17:34:35

Issue original raised here: ARMmbed/mbed-os-example-blinky#62

@mray19027 @0xc0170

@theotherjimmy
Copy link
Contributor

theotherjimmy commented Jun 27, 2017

IIRC, This target did not have a device_name set in targets.json, because we did not have a CMSIS PACK for it. That's required to flash.
[Mirrored to Jira]

@0xc0170
Copy link
Contributor

0xc0170 commented Jun 28, 2017

@Archcady Once this target gets cmsis pack support, please update this thread
[Mirrored to Jira]

@MarceloSalazar
Copy link
Author

MarceloSalazar commented Sep 14, 2017

@Archcady any update on this?
[Mirrored to Jira]

@Archcady
Copy link
Contributor

Archcady commented Sep 15, 2017

Hi @MarceloSalazar, sorry we still don't have cmsis pack support for now. I'll update this when we have the support. Thanks for your concern.
[Mirrored to Jira]

@samchuarm
Copy link

samchuarm commented Dec 14, 2017

Hi @Archcady can you plz confirm if this is resolved now?
[Mirrored to Jira]

@Archcady
Copy link
Contributor

Archcady commented Dec 18, 2017

When I try to export to uvision, the cli says that REALTEK_RTL8195AM is not supported by uvision. Is there a way to resolve this??
[Mirrored to Jira]

@MarceloSalazar
Copy link
Author

MarceloSalazar commented Dec 18, 2017

Exporter issue reported here: ARMmbed/mbed-os-example-blinky#104
[Mirrored to Jira]

@0xc0170
Copy link
Contributor

0xc0170 commented Dec 18, 2017

When I try to export to uvision, the cli says that REALTEK_RTL8195AM is not supported by uvision. Is there a way to resolve this??

It needs device_name in targets.json file: https://os.mbed.com/docs/v5.6/tools/adding-and-configuring-targets.html
[Mirrored to Jira]

@theotherjimmy
Copy link
Contributor

theotherjimmy commented Dec 18, 2017

@0xc0170 @Archcady You also have a post build script for your target. You may have to add an entry into the post build script whitelist here. Please verify that uVision is capable of replicating the process in your post build script before adding it.
[Mirrored to Jira]

@Archcady
Copy link
Contributor

Archcady commented Dec 19, 2017

In which .pdsc file can I find the device_name for RTL8195AM, does it already exist in index.json?
[Mirrored to Jira]

@Archcady
Copy link
Contributor

Archcady commented Dec 19, 2017

I have been looking into the issue related to the exporter, I also went through the documentation given on the ARM website: https://os.mbed.com/docs/v5.6/tools/adding-and-configuring-targets.html
From what I understand the “device_name” property must match with the data that is parsed by the ARmPackManager from the CMSIS packs target information. It is known that our RTL8195AM does not have any CMSIS pack information so how exactly do I assign the “device_name” for our target?

[Mirrored to Jira]

@samchuarm
Copy link

samchuarm commented Sep 10, 2018

Hi @ARMmbed/team-realtek , can you please confirm if this is still not supported on RTL8195AM?
[Mirrored to Jira]

@samchuarm
Copy link

samchuarm commented Sep 11, 2018

Hi @M-ichae-l , may we know why it cannot be supported on RTL8195AM? And do you plan to support it soon? Thanks
[Mirrored to Jira]

@M-ichae-l
Copy link
Contributor

M-ichae-l commented Sep 11, 2018

@samchuarm
RTL8195AM does not support download with uvision yet.
[Mirrored to Jira]

@samchuarm
Copy link

samchuarm commented Sep 11, 2018

@M-ichae-l , does Realtek plan to support download with uVision?
[Mirrored to Jira]

@M-ichae-l
Copy link
Contributor

M-ichae-l commented Oct 2, 2018

Hi, @samchuarm ,
We don't have the plan to support this feature currently.
[Mirrored to Jira]

@ARMmbed ARMmbed deleted a comment from ciarmcom Oct 2, 2018
@samchuarm
Copy link

@M-ichae-l , the reason you can't support download with uVision is because you don't have CMSIS-Pack for RTL8195AM target? Then can you confirm is there a plan to get CMSIS-Pack support for this target?

Reference documentations:
https://os.mbed.com/docs/latest/porting/porting-exporter-targets.html
https://os.mbed.com/docs/v5.10/tools/adding-and-configuring-targets.html
http://www.keil.com/pack/doc/CMSIS/Pack/html/index.html

@adbridge
Copy link
Contributor

adbridge commented Oct 4, 2018

Internal Jira reference: https://jira.arm.com/browse/IOTPART-5587

@M-ichae-l
Copy link
Contributor

M-ichae-l commented Oct 5, 2018

@samchuarm
I have confirmed that no plan on CMSIS-Pack support currently. We can close this PR.

@deepikabhavnani
Copy link

I have confirmed that no plan on CMSIS-Pack support currently. We can close this PR.

Closing this

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

No branches or pull requests

10 participants