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

[Renesas GR-PEACH and GR-LYCHEE] USB drag & drop failed by timeout error #941

Closed
toyowata opened this issue Feb 15, 2022 · 3 comments · Fixed by #942
Closed

[Renesas GR-PEACH and GR-LYCHEE] USB drag & drop failed by timeout error #941

toyowata opened this issue Feb 15, 2022 · 3 comments · Fixed by #942

Comments

@toyowata
Copy link
Contributor

toyowata commented Feb 15, 2022

USB drag & drop failed by timeout error on v0254 or later version (v0253 didn't have this error) and application binary cannot be written to the target device flash memory. This issue was reported here.

Target

  • Renesas GR-PEACH
  • Renesas GR-LYCHEE

DAPLink version

  • v0254 or leter

How to reproduce

  • Flash DAPLink v0254 or later version
  • USB drag & drop program e.g. mbed-os-example-blinky
  • The mass storage drive is unmounted/mounted (but takes long time)
  • FAIL.TXT file is created in the drive and the program is not flashed

FAIL.TXT

error: The transfer timed out.
type: transient, user
@elfmimi
Copy link
Contributor

elfmimi commented Feb 16, 2022

Hi, snowman-san!

What about latest v0257-rc1 ? > v0257-rc1 [c782a5ba] (2022-02-04)
Well I'm guessing "later version" is meant to be taken as including main and develop branch.

What OS is being used to do the file copy ?
and don't you have any speculation on the cause of the issue?

@toyowata
Copy link
Contributor Author

toyowata commented Feb 16, 2022

@elfmimi

Thanks for your comment. I have just used the v0257-rc1 (armcc build binary) and the timeout problem still exist.

Well I'm guessing "later version" is meant to be taken as including main and develop branch.

Yes, correct.

What OS is being used to do the file copy ?

I used macOS Monterey 12.2.1, Windows 10, and Windows 11.

and don't you have any speculation on the cause of the issue?

I have reviewed code difference between v0253 and v0254, then I found problematic configuration for target family_id. The PR #942 fixed this issue.

@elfmimi
Copy link
Contributor

elfmimi commented Feb 16, 2022

I'm glad you solved it quick. 😃

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

Successfully merging a pull request may close this issue.

2 participants