|
WiFi driver
Hello,
I am looking for a wifi driver which I could use to the interface to be used for a wifi driver to hook up to zephyr. I see a few in the zephyr/drivers/wifi/ folder, but they seem to AT command
Hello,
I am looking for a wifi driver which I could use to the interface to be used for a wifi driver to hook up to zephyr. I see a few in the zephyr/drivers/wifi/ folder, but they seem to AT command
|
By
Venkat Subbiah
·
#6345
·
|
|
Re: question in zephyrproject
Jaemin Choi <jaeminy.choi@...> writes:
Glad that part is resolved, sorry you're still (maybe) having problems.
Is this still a problem for you? It looks like you are using the zephyr
SDK as
Jaemin Choi <jaeminy.choi@...> writes:
Glad that part is resolved, sorry you're still (maybe) having problems.
Is this still a problem for you? It looks like you are using the zephyr
SDK as
|
By
Bolivar, Marti
·
#6344
·
|
|
Cancelled Event: Zephyr Project: Dev Meeting - Thursday, 31 October 2019
#cal-cancelled
Cancelled: Zephyr Project: Dev Meeting
This event has been cancelled.
When:
Thursday, 31 October 2019
8:00am to 9:00am
(UTC-07:00) America/Los
Cancelled: Zephyr Project: Dev Meeting
This event has been cancelled.
When:
Thursday, 31 October 2019
8:00am to 9:00am
(UTC-07:00) America/Los
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6343
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 10/01/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 1 October 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 1 October 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6342
·
|
|
API meeting: agenda
Hi all,
This week we will look at:
- CAN: Unification of the TX error behavior
- https://github.com/zephyrproject-rtos/zephyr/issues/19502
- GPIO: Update on progress
-
Hi all,
This week we will look at:
- CAN: Unification of the TX error behavior
- https://github.com/zephyrproject-rtos/zephyr/issues/19502
- GPIO: Update on progress
-
|
By
Carles Cufi
·
#6341
·
|
|
Re: sys_dlist_remove: bus fault with CONFIG_NO_OPTIMIZATIONS
Hi Maureen / list,
I just thought I would follow up on-list in case anyone else has a similar issue.
So I simply enabled
CONFIG_STACK_CANARIES=y
because ARMv7-M supports gcc's stack canaries, and
Hi Maureen / list,
I just thought I would follow up on-list in case anyone else has a similar issue.
So I simply enabled
CONFIG_STACK_CANARIES=y
because ARMv7-M supports gcc's stack canaries, and
|
By
Christopher Friedt
·
#6340
·
|
|
Re: sys_dlist_remove: bus fault with CONFIG_NO_OPTIMIZATIONS
Hi Maureen,
That's interesting, because now that I think about it, I did have to disable the MPU to even get to main(). Good catch!
Do you know if Zephyr has a way to instrument stack
Hi Maureen,
That's interesting, because now that I think about it, I did have to disable the MPU to even get to main(). Good catch!
Do you know if Zephyr has a way to instrument stack
|
By
Christopher Friedt
·
#6339
·
|
|
Re: sys_dlist_remove: bus fault with CONFIG_NO_OPTIMIZATIONS
Hi Christopher,
It’s possible that a stack overflowed. Kinetis platforms have a “system MPU” instead of the Arm MPU, and memory access violations trigger a bus fault.
Maureen
Hi Christopher,
It’s possible that a stack overflowed. Kinetis platforms have a “system MPU” instead of the Arm MPU, and memory access violations trigger a bus fault.
Maureen
|
By
Maureen Helm
·
#6338
·
|
|
sys_dlist_remove: bus fault with CONFIG_NO_OPTIMIZATIONS
Hi list,
I'm experimenting with Zephyr on the kinetis platform and I am encountering a bus fault while running the "samples/net/sockets/dumb_http_server" example.
The bus fault only seems to happen
Hi list,
I'm experimenting with Zephyr on the kinetis platform and I am encountering a bus fault while running the "samples/net/sockets/dumb_http_server" example.
The bus fault only seems to happen
|
By
Christopher Friedt
·
#6337
·
|
|
Cancelled Event: Zephyr Project: Dev Meeting - Thursday, 26 September 2019
#cal-cancelled
Cancelled: Zephyr Project: Dev Meeting
This event has been cancelled.
When:
Thursday, 26 September 2019
8:00am to 9:00am
(UTC-07:00) America/Los
Cancelled: Zephyr Project: Dev Meeting
This event has been cancelled.
When:
Thursday, 26 September 2019
8:00am to 9:00am
(UTC-07:00) America/Los
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6336
·
|
|
Re: Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
Thanks Marc,
I have verified that and it is fine. As mentioned in the previous mails, I am suspecting on the changes that I have made in the file "zephyr/subsys/net/l2/ethernet/ethernet.c". Although,
Thanks Marc,
I have verified that and it is fine. As mentioned in the previous mails, I am suspecting on the changes that I have made in the file "zephyr/subsys/net/l2/ethernet/ethernet.c". Although,
|
By
giriprasad@...
·
#6335
·
|
|
Re: Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
Hi Giri,
can you create an issue in github for this. Trying to resolve your issue in mailing list is not very effective.
https://github.com/zephyrproject-rtos/zephyr/issues/new/choose
Cheers,
Jukka
Hi Giri,
can you create an issue in github for this. Trying to resolve your issue in mailing list is not very effective.
https://github.com/zephyrproject-rtos/zephyr/issues/new/choose
Cheers,
Jukka
|
By
Jukka Rissanen
·
#6334
·
|
|
Re: Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
But, without those changes, if I am trying to ping the board on which Zephyr is running, it is not responding to ping requests and wireshark capture in this scenario can be found in the attached file.
But, without those changes, if I am trying to ping the board on which Zephyr is running, it is not responding to ping requests and wireshark capture in this scenario can be found in the attached file.
|
By
giriprasad@...
·
#6333
·
|
|
Re: Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
It should but might not be enough because ufw is just a user interface. Use "ip[6]tables -L" to verify the actual state.
It should but might not be enough because ufw is just a user interface. Use "ip[6]tables -L" to verify the actual state.
|
By
Marc Herbert
·
#6332
·
|
|
Re: Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
The changes that you do there basically turn off ARP, the end result is that the IPv4 connectivity cannot work properly after this.
Cheers,
Jukka
The changes that you do there basically turn off ARP, the end result is that the IPv4 connectivity cannot work properly after this.
Cheers,
Jukka
|
By
Jukka Rissanen
·
#6331
·
|
|
Re: Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
Hi Jukka,
"net iface" is returning a valid mac address. But for my Ethernet to work, I have tweaked Zephyr code. I have posted about it in another topic of this mailing list. Please follow this link
Hi Jukka,
"net iface" is returning a valid mac address. But for my Ethernet to work, I have tweaked Zephyr code. I have posted about it in another topic of this mailing list. Please follow this link
|
By
giriprasad@...
·
#6330
·
|
|
Re: Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
Hi Giri,
yes, that is definitely a problem. The destination MAC address should be a valid unicast address. Does you ethernet board have a proper MAC address set to it? You can see the MAC address
Hi Giri,
yes, that is definitely a problem. The destination MAC address should be a valid unicast address. Does you ethernet board have a proper MAC address set to it? You can see the MAC address
|
By
Jukka Rissanen
·
#6329
·
|
|
clarification Zephyr kernel type
Hello,
I am currently writing a paper comparing different RTOSs. I want to compare the kernel architecture types of the different RTOSs but Zephyrs kernel confuses me a little bit. I get from
Hello,
I am currently writing a paper comparing different RTOSs. I want to compare the kernel architecture types of the different RTOSs but Zephyrs kernel confuses me a little bit. I get from
|
By
Khalid Talash <khalid.talash@...>
·
#6328
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 09/24/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 24 September 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 24 September 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6327
·
|
|
Re: Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
Hi Jukka,
I have verified the MAC address. Zephyr is sending the [SYN/ACK] packet with destination MAC address as "ff:ff:ff:ff:ff:ff", which is a broadcast address. Does this causing my ubuntu to not
Hi Jukka,
I have verified the MAC address. Zephyr is sending the [SYN/ACK] packet with destination MAC address as "ff:ff:ff:ff:ff:ff", which is a broadcast address. Does this causing my ubuntu to not
|
By
giriprasad@...
·
#6326
·
|