|
Re: 回复:[Zephyr-devel] hciconfig tools error with nrf52832 running zephyr
Earlier you said it was 4.1.15. Which one was a typo? :)
Johan
Earlier you said it was 4.1.15. Which one was a typo? :)
Johan
|
By
Johan Hedberg
·
#5015
·
|
|
回复:[Zephyr-devel] hciconfig tools error with nrf52832 running zephyr
imx6ull,with linux kernel version 4.15
发自我的华为手机
-------- 原始邮件 --------
主题:Re: [Zephyr-devel] hciconfig tools error with nrf52832 running zephyr
发件人:Maureen Helm
imx6ull,with linux kernel version 4.15
发自我的华为手机
-------- 原始邮件 --------
主题:Re: [Zephyr-devel] hciconfig tools error with nrf52832 running zephyr
发件人:Maureen Helm
|
By
icephyr
·
#5014
·
|
|
Re: hciconfig tools error with nrf52832 running zephyr
Which NXP device are you running embedded Linux? I can check to see if we have plans to update the kernel version.
Which NXP device are you running embedded Linux? I can check to see if we have plans to update the kernel version.
|
By
Maureen Helm
·
#5013
·
|
|
Re: hciconfig tools error with nrf52832 running zephyr
Thanks for your explanation.since the embedded linux version is bound with the chip, I cannot update it easily.So is there any ways to solve this problem without updating linux version ?
At
Thanks for your explanation.since the embedded linux version is bound with the chip, I cannot update it easily.So is there any ways to solve this problem without updating linux version ?
At
|
By
icephyr
·
#5012
·
|
|
Re: nrf52840_pca10059 startup
Hi,
I may have introduced a regression (bisected to) in 26d22b0075cf5a71f13958ec1f2727ac7167eca4
I notice that hci_usb sample fails to enumerate the bluetooth class device.
Will get back when I have
Hi,
I may have introduced a regression (bisected to) in 26d22b0075cf5a71f13958ec1f2727ac7167eca4
I notice that hci_usb sample fails to enumerate the bluetooth class device.
Will get back when I have
|
By
Chettimada, Vinayak Kariappa
·
#5011
·
|
|
NRF52 : use of NFFS file system
Hi everybody,
I worked on a board including a NRF52 and use the file system with NFFS but I never succeed in using it correctly.
I have a lot of errors depending on the configuration parameters that
Hi everybody,
I worked on a board including a NRF52 and use the file system with NFFS but I never succeed in using it correctly.
I have a lot of errors depending on the configuration parameters that
|
By
Laurence Pasteau
·
#5010
·
|
|
Re: nrf52840_pca10059 startup
Hi,
I am flashing the board using an Atmel-ICE debugger (using pyOCD 0.11.2) connected to a 10-pin debug connector soldered to the P1 footprint on the bottom of the board.
I am using the same
Hi,
I am flashing the board using an Atmel-ICE debugger (using pyOCD 0.11.2) connected to a 10-pin debug connector soldered to the P1 footprint on the bottom of the board.
I am using the same
|
By
Henrik Brix Andersen
·
#5009
·
|
|
Re: nrf52840_pca10059 startup
Hi there,
Can you tell us how you're flashing the board? Another Nordic Devkit, or a separate debug IC?
Also copying Emanuele who's doing most of the work on this board.
Regards,
Carles
On
Hi there,
Can you tell us how you're flashing the board? Another Nordic Devkit, or a separate debug IC?
Also copying Emanuele who's doing most of the work on this board.
Regards,
Carles
On
|
By
Carles Cufi
·
#5008
·
|
|
nrf52840_pca10059 startup
Hi,
I have just acquired an NRF52840 Dongle (nrf52840_pca10059) and I am facing some difficulties with board startup.
When I flash a zephyr binary to the board (e.g. samples/basic/blinky) the board
Hi,
I have just acquired an NRF52840 Dongle (nrf52840_pca10059) and I am facing some difficulties with board startup.
When I flash a zephyr binary to the board (e.g. samples/basic/blinky) the board
|
By
Henrik Brix Andersen
·
#5007
·
|
|
Trying to add support for FRDM-KL28Z (nxp)
Hi,
I'm trying to add support for the FRDM-KL28Z board but realize, there seem to be missing support under /ext (where I see support for e.g. MKL25Z4).
Would this need to be pulled from an NXP
Hi,
I'm trying to add support for the FRDM-KL28Z board but realize, there seem to be missing support under /ext (where I see support for e.g. MKL25Z4).
Would this need to be pulled from an NXP
|
By
Lars Knudsen
·
#5006
·
|
|
Re: [Zephyr-users] [Zephyr-devel] nRF52: USART: sending data from Serial terminal to DK
Why don’t you use tests/bluetooth/mesh_shell ? and add your commands?
Johan may be of assistance.
Why don’t you use tests/bluetooth/mesh_shell ? and add your commands?
Johan may be of assistance.
|
By
Chettimada, Vinayak Kariappa
·
#5005
·
|
|
Re: Applying TDD to an IP stack issue
Hello Paul,
Thanks for the input.
Currenly the TCP suite is very simple and doesn't have a capability to initiate events on a peer's side of TCP connection.
I am planning to add such capability and
Hello Paul,
Thanks for the input.
Currenly the TCP suite is very simple and doesn't have a capability to initiate events on a peer's side of TCP connection.
I am planning to add such capability and
|
By
Oleg Zhurakivskyy
·
#5004
·
|
|
Re: [Zephyr-users] [Zephyr-devel] nRF52: USART: sending data from Serial terminal to DK
Hi Vinayak,
My sim is to create commands & send it to PDK where PDK process them & help onboard #BluetoothMesh clients to create data packets.
Currently using thread triggered by button interrupt to
Hi Vinayak,
My sim is to create commands & send it to PDK where PDK process them & help onboard #BluetoothMesh clients to create data packets.
Currently using thread triggered by button interrupt to
|
By
vikrant8051 <vikrant8051@...>
·
#5003
·
|
|
Re: [Zephyr-users] [Zephyr-devel] nRF52: USART: sending data from Serial terminal to DK
if you are looking for a shell, tests/bluetooth/shell could be your inspiration.
if you are looking for implementing a transport over uart, then samples/bluetooth/hci_uart could be your
if you are looking for a shell, tests/bluetooth/shell could be your inspiration.
if you are looking for implementing a transport over uart, then samples/bluetooth/hci_uart could be your
|
By
Chettimada, Vinayak Kariappa
·
#5002
·
|
|
Re: nRF52: USART: sending data from Serial terminal to DK
I found sample code under main tree i.e zephyr/samples/nfc/nfc_hello
which read data on UART terminal.
But it is crasing with this log ...
Sample app running on: arm
***** BUS FAULT *****
I found sample code under main tree i.e zephyr/samples/nfc/nfc_hello
which read data on UART terminal.
But it is crasing with this log ...
Sample app running on: arm
***** BUS FAULT *****
|
By
vikrant8051 <vikrant8051@...>
·
#5001
·
|
|
DS-5 ARM compiler support
Hi,
Does Zephyr have (or plan to add) support for DS-5 ARM compiler?
Regards,
Mina
Hi,
Does Zephyr have (or plan to add) support for DS-5 ARM compiler?
Regards,
Mina
|
By
miem@...
·
#5000
·
|
|
Re: Code cleanup for dts.fixup
#defines
>What do you think? Do you see any caveats about this?
A similar or the same idea drived the #9526 PR.
I think a prefix like dtconfig_ is usefull in aliases definition.
Best regards,
István
>What do you think? Do you see any caveats about this?
A similar or the same idea drived the #9526 PR.
I think a prefix like dtconfig_ is usefull in aliases definition.
Best regards,
István
|
By
@ibisz
·
#4999
·
|
|
Re: hciconfig tools error with nrf52832 running zephyr
Hi,
The 4.1 kernel is too old to support controllers without a public
address. IIRC you need at least a 4.4 kernel, but ideally something much
newer than that.
Johan
Hi,
The 4.1 kernel is too old to support controllers without a public
address. IIRC you need at least a 4.4 kernel, but ideally something much
newer than that.
Johan
|
By
Johan Hedberg
·
#4998
·
|
|
hciconfig tools error with nrf52832 running zephyr
hi guys,
I got a problem here and hope anyone can give me some advice,thanks.
I bought a official nrf52832 development kits and ported zephyr project successfully. It runs fine with my ubuntu
hi guys,
I got a problem here and hope anyone can give me some advice,thanks.
I bought a official nrf52832 development kits and ported zephyr project successfully. It runs fine with my ubuntu
|
By
icephyr
·
#4997
·
|
|
Re: Code cleanup for dts.fixup
#defines
Ah, right. Yeah this looks quite nice then.
Ah, right. Yeah this looks quite nice then.
|
By
Andy Gross
·
#4996
·
|