|
Re: [Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi Vikrant,
OK in that case I will try to run the onoff mesh app to see if I can reproduce at all.
Thanks for the help in debugging this.
Carles
Hi Vikrant,
OK in that case I will try to run the onoff mesh app to see if I can reproduce at all.
Thanks for the help in debugging this.
Carles
|
By
Carles Cufi
·
#844
·
|
|
Re: [Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi Carles,
I tried it with samples/boards/nrf52/mesh/onoff-app ....Here too, I faced kernel OOPS.
But in that case, occurrence frequency was very low.
I'm facing all these issues after 1.12.0-rc2
Hi Carles,
I tried it with samples/boards/nrf52/mesh/onoff-app ....Here too, I faced kernel OOPS.
But in that case, occurrence frequency was very low.
I'm facing all these issues after 1.12.0-rc2
|
By
vikrant8051 <vikrant8051@...>
·
#843
·
|
|
Re: [Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi Vikrant,
Can you please try to reproduce this with standard samples present in the Zephyr tree?
Thanks,
Carles
Hi Vikrant,
Can you please try to reproduce this with standard samples present in the Zephyr tree?
Thanks,
Carles
|
By
Carles Cufi
·
#842
·
|
|
Re: [Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi,
These are today's OOPS & Faults
root@vikrant-iMac:/home/vikrant/projects/bluez/mesh# /opt/zephyr-sdk/sysroots/x86_64-pokysdk-linux/usr/bin/arm-zephyr-eabi/arm-zephyr-eabi-addr2line -e
Hi,
These are today's OOPS & Faults
root@vikrant-iMac:/home/vikrant/projects/bluez/mesh# /opt/zephyr-sdk/sysroots/x86_64-pokysdk-linux/usr/bin/arm-zephyr-eabi/arm-zephyr-eabi-addr2line -e
|
By
vikrant8051 <vikrant8051@...>
·
#841
·
|
|
Re: [Zephyr-devel] cmake -DBOARD=nrf52840_pca10056 .. gives me ERROR
Hi,
I re-downloaded entire git repository & now it works for me !!
Hi,
I re-downloaded entire git repository & now it works for me !!
|
By
vikrant8051 <vikrant8051@...>
·
#840
·
|
|
Re: [Zephyr-devel] cmake -DBOARD=nrf52840_pca10056 .. gives me ERROR
Hi,
But I'm facing this error just after updating to latest version of zephyr which I did just an half hour ago.
Thank You !!
Hi,
But I'm facing this error just after updating to latest version of zephyr which I did just an half hour ago.
Thank You !!
|
By
vikrant8051 <vikrant8051@...>
·
#839
·
|
|
Re: [Zephyr-devel] cmake -DBOARD=nrf52840_pca10056 .. gives me ERROR
https://stackoverflow.com/questions/47081317/zephyr-cmake-error
________________________________________
Sent: Thursday, 31 May 2018 3:20:09 PM
To: devel@...;
https://stackoverflow.com/questions/47081317/zephyr-cmake-error
________________________________________
Sent: Thursday, 31 May 2018 3:20:09 PM
To: devel@...;
|
By
Bøe, Sebastian <Sebastian.Boe@...>
·
#838
·
|
|
cmake -DBOARD=nrf52840_pca10056 .. gives me ERROR
Hi,
After executing,
cmake -DBOARD=nrf52840_pca10056 ..
I got following error ...
(tried it with samples/bluetooth/mesh as well as
Hi,
After executing,
cmake -DBOARD=nrf52840_pca10056 ..
I got following error ...
(tried it with samples/bluetooth/mesh as well as
|
By
vikrant8051 <vikrant8051@...>
·
#837
·
|
|
Re: Unable to set Static Address on nRF52 using Zephyr v1.11.0
That worked. Thanks Carles!
-Gurpreet
--
Gurpreet SinghMember of Technical StaffMist Systems
e:gurpreet@... w: www.mist.comSign up for a live demo of the world's first Virtual Network Assistant.
That worked. Thanks Carles!
-Gurpreet
--
Gurpreet SinghMember of Technical StaffMist Systems
e:gurpreet@... w: www.mist.comSign up for a live demo of the world's first Virtual Network Assistant.
|
By
Gurpreet Singh <gurpreet@...>
·
#836
·
|
|
Re: [Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
What board is this on? Check for stack overflow, on devices with NXP MPUs these get reported as bus faults.
Andrew
What board is this on? Check for stack overflow, on devices with NXP MPUs these get reported as bus faults.
Andrew
|
By
Boie, Andrew P
·
#835
·
|
|
Re: Unable to set Static Address on nRF52 using Zephyr v1.11.0
Ah perfect. I must've missed this when perusing the documentation.
I'll try this out today. Thanks!
Gurpreet
Ah perfect. I must've missed this when perusing the documentation.
I'll try this out today. Thanks!
Gurpreet
|
By
Gurpreet Singh <gurpreet@...>
·
#834
·
|
|
Re: Unable to set Static Address on nRF52 using Zephyr v1.11.0
Well, I am not sure if it will be an issue or not, I was just suggesting changes since I cannot reproduce the issue myself.
If you have your own OUI then you need to set and use a public address,
Well, I am not sure if it will be an issue or not, I was just suggesting changes since I cannot reproduce the issue myself.
If you have your own OUI then you need to set and use a public address,
|
By
Carles Cufi
·
#833
·
|
|
Re: Unable to set Static Address on nRF52 using Zephyr v1.11.0
Hi Carles
Hmmm. I can try disabling my laptop's Bluetooth and attempt this again.
But would that mean, when I have my actual boards, this won't be an issue?
Also, based on what you're saying,
Hi Carles
Hmmm. I can try disabling my laptop's Bluetooth and attempt this again.
But would that mean, when I have my actual boards, this won't be an issue?
Also, based on what you're saying,
|
By
Gurpreet Singh <gurpreet@...>
·
#832
·
|
|
Re: [Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
This is starting to look more and more like a memory corruption or kernel issue at this point.
I cannot reproduce this easily by running our standard Bluetooth samples, so I am a bit at a loss here.
This is starting to look more and more like a memory corruption or kernel issue at this point.
I cannot reproduce this easily by running our standard Bluetooth samples, so I am a bit at a loss here.
|
By
Carles Cufi
·
#831
·
|
|
Re: Unable to set Static Address on nRF52 using Zephyr v1.11.0
Hi Gurpreet,
I do not know why you get that behavior. Typically BlueZ should detect that this is an LE-only controller with no public address and would assign one to it.
Maybe it’s because you
Hi Gurpreet,
I do not know why you get that behavior. Typically BlueZ should detect that this is an LE-only controller with no public address and would assign one to it.
Maybe it’s because you
|
By
Carles Cufi
·
#830
·
|
|
Re: Unable to set Static Address on nRF52 using Zephyr v1.11.0
Hi Carles
Yes. I've been doing that but the Mac address comes up as all zeroes. Which is my original problem.
So how do I set a Mac address? Or why is it all zeroes?
Gurpreet
Hi Carles
Yes. I've been doing that but the Mac address comes up as all zeroes. Which is my original problem.
So how do I set a Mac address? Or why is it all zeroes?
Gurpreet
|
By
Gurpreet Singh <gurpreet@...>
·
#829
·
|
|
Re: [Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi to all,
Suddenly get this non-stoppable FAULT
***** BUS FAULT *****
Executing thread ID (thread): 0x20000220
Faulting instruction address: 0x1c9a4
Precise data bus error
Address:
Hi to all,
Suddenly get this non-stoppable FAULT
***** BUS FAULT *****
Executing thread ID (thread): 0x20000220
Faulting instruction address: 0x1c9a4
Precise data bus error
Address:
|
By
vikrant8051 <vikrant8051@...>
·
#828
·
|
|
Re: #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi Carles,
Now get these FAULT/OOPS,
***** MPU FAULT ***** Executing thread ID (thread): 0x20001eb0
Faulting instruction address: 0x200006b8
Instruction Access Violation
Fatal fault in thread
Hi Carles,
Now get these FAULT/OOPS,
***** MPU FAULT ***** Executing thread ID (thread): 0x20001eb0
Faulting instruction address: 0x200006b8
Instruction Access Violation
Fatal fault in thread
|
By
vikrant8051 <vikrant8051@...>
·
#827
·
|
|
Re: Unable to set Static Address on nRF52 using Zephyr v1.11.0
Hi Gurpreet,
If you are using BlueZ 5.48 then, as stated in the instructions you don’t need to set the static address manually.
Instead you should just do:
sudo btmgmt --index 0
[hci0]#
Hi Gurpreet,
If you are using BlueZ 5.48 then, as stated in the instructions you don’t need to set the static address manually.
Instead you should just do:
sudo btmgmt --index 0
[hci0]#
|
By
Carles Cufi
·
#826
·
|
|
Re: #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi Vikrant,
Thanks for looking into this. It seems like we do not get a buffer back from the command tx
Hi Vikrant,
Thanks for looking into this. It seems like we do not get a buffer back from the command tx
|
By
Carles Cufi
·
#825
·
|