Skip to content

Nordic PCA10059 support without additional Segger debugger #9055

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

Closed
6 tasks done
larsgk opened this issue Jul 20, 2018 · 18 comments
Closed
6 tasks done

Nordic PCA10059 support without additional Segger debugger #9055

larsgk opened this issue Jul 20, 2018 · 18 comments
Assignees
Labels
area: Boards Feature A planned feature with a milestone platform: nRF Nordic nRFx

Comments

@larsgk
Copy link
Collaborator

larsgk commented Jul 20, 2018

A collection of pull requests (and issues) related to PCA10059 (Dongle) suport:

/cc @lemrey @nvlsianpu

@carlescufi carlescufi changed the title Nordic PCA10059 support tracker Nordic PCA10059 support without additional Segger debugger Jul 20, 2018
@carlescufi
Copy link
Member

@larsgk thanks for creating this.

@carlescufi carlescufi added this to the v1.13.0 milestone Jul 20, 2018
@carlescufi
Copy link
Member

cc @jhedberg

@zephyrproject-rtos zephyrproject-rtos deleted a comment from lemrey Jul 20, 2018
@carlescufi carlescufi added the Feature A planned feature with a milestone label Jul 20, 2018
@nashif nashif removed this from the v1.13.0 milestone Sep 10, 2018
@postlund
Copy link

I'm stuck with a few of these dongles that I want to flash with zephyr, but I don't have an external debugger (yet). If I understand it correctly, once this is done, I can flash without an additional debugger but I would still need one in the first place to place mcu_boot on the target, right? Using DFU-flash is not sufficient?

@carlescufi
Copy link
Member

carlescufi commented Oct 26, 2018

@postlund there is an issue with the current USB driver that @pawelzadrozniak is looking into. I think then that @lemrey needs to update the documentation on the board in order to describe how to use Zephyr without an external debugger.

@postlund
Copy link

Perfect, thank you!

@carlescufi
Copy link
Member

@postlund @larsgk can you retry with current master? a fix was just merged #10934

@carlescufi
Copy link
Member

@lemrey it looks like all the features are in place for this now. We just need to document how to transition from the built-in bootloader to MCUboot in order for people to be able to use this without a debugger.

@larsgk
Copy link
Collaborator Author

larsgk commented Oct 30, 2018 via email

@tugstugi
Copy link

Is there now a documentation how to replace the stock bootloader without jlink?

@carlescufi
Copy link
Member

@tugstugi not yet, @lemrey is working on it and will report soon

@Xenoamor
Copy link

image
Any idea why I can't get the hci_usb sample to work on this board? It appears to fail in the same way on both windows and linux. I'm uploading to the board via j-link and the blinky example works via this method

@lemrey
Copy link
Collaborator

lemrey commented Nov 20, 2018

Hi @Xenoamor, on this board the default peripheral used for HCI over UART is a UARTE peripheral. At the moment we are fixing an issue in the UARTE driver which is preventing the hci_uart sample to work as intented. Could you please check if it works any better with this patch #11475 ?

@Xenoamor
Copy link

Thanks, I'll give it a try when I'm back in the office tomorrow! Just to clarify that this is an issue I'm seeing with hci_usb and not hci_uart though

@carlescufi
Copy link
Member

@Xenoamor so this is a completely different issue, not related to using this board without a debugger? Are you flashing using J-Link?

@Xenoamor
Copy link

Sorry yes I'm using a J-Link and nrfjprog. Should I make a new issue for this?

@carlescufi
Copy link
Member

@Xenoamor yes please, this is completely unrelated.

@lemrey
Copy link
Collaborator

lemrey commented Nov 20, 2018

Thanks, I'll give it a try when I'm back in the office tomorrow! Just to clarify that this is an issue I'm seeing with hci_usb and not hci_uart though

Sorry @Xenoamor, I had misunderstood. What I said applies for HCI over UARTE.
Follow carlescufi's advice then and create a new issue.

@carlescufi
Copy link
Member

All the required PRs have now been merged.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Boards Feature A planned feature with a milestone platform: nRF Nordic nRFx
Projects
None yet
Development

No branches or pull requests

9 participants