|
Some thoughts on Zephyr Console API
Hello, I would like to share some thoughts/woes with using Zephyr console API, based on the experience with (initial) porting of two console application to Zephyr, both are scripting languages, JerryS
Hello, I would like to share some thoughts/woes with using Zephyr console API, based on the experience with (initial) porting of two console application to Zephyr, both are scripting languages, JerryS
|
By
Paul Sokolovsky
· #3277
·
|
|
Some thoughts on Zephyr Console API
Hello Flavio, "Flavio Santes" <flavio.santes(a)intel.com> wrote: Thanks for your reply, and sorry for dropping the ball from my side - vacation time and other tasks. With all the arguments regarding Z
Hello Flavio, "Flavio Santes" <flavio.santes(a)intel.com> wrote: Thanks for your reply, and sorry for dropping the ball from my side - vacation time and other tasks. With all the arguments regarding Z
|
By
Paul Sokolovsky
· #3403
·
|
|
uIP: bus-fault arising from use of TCP in an echo-client; reason: uip_periodic() called with a NULL buf
Hello Rohit, Rohit Grover <Rohit.Grover(a)arm.com> wrote: There's already TCP support in samples/net/echo_server , you just need to build it with CONFIG_NETWORKING_WITH_TCP=y . While waiting for FRDM-
Hello Rohit, Rohit Grover <Rohit.Grover(a)arm.com> wrote: There's already TCP support in samples/net/echo_server , you just need to build it with CONFIG_NETWORKING_WITH_TCP=y . While waiting for FRDM-
|
By
Paul Sokolovsky
· #3449
·
|
|
QEMU networking: CONFIG_NET_TESTING breaks things, echo_server IPv6 address is "wrong"
Hello, Taking a chance, I'd like to start with drawing attention to https://jira.zephyrproject.org/browse/ZEP-687 "docs: Subsystems/Networking section is almost empty". Zephyr networking information c
Hello, Taking a chance, I'd like to start with drawing attention to https://jira.zephyrproject.org/browse/ZEP-687 "docs: Subsystems/Networking section is almost empty". Zephyr networking information c
|
By
Paul Sokolovsky
· #3450
·
|
|
QEMU networking: CONFIG_NET_TESTING breaks things, echo_server IPv6 address is "wrong"
"Flavio Santes" <flavio.santes(a)intel.com> wrote: Yes, thanks, I meant for Ethernet support in FRDM-K64F which I have on my hands now. [] I've made first pass of changes to https://wiki.zephyrproject
"Flavio Santes" <flavio.santes(a)intel.com> wrote: Yes, thanks, I meant for Ethernet support in FRDM-K64F which I have on my hands now. [] I've made first pass of changes to https://wiki.zephyrproject
|
By
Paul Sokolovsky
· #3460
·
|
|
QEMU networking: CONFIG_NET_TESTING breaks things, echo_server IPv6 address is "wrong"
On Wed, 17 Aug 2016 17:26:39 +0300 Paul Sokolovsky <Paul.Sokolovsky(a)linaro.org> wrote: [] > So, I'm not sure what the exact issue is. I may imagine following > might happen: > > 1. There was a simpl
On Wed, 17 Aug 2016 17:26:39 +0300 Paul Sokolovsky <Paul.Sokolovsky(a)linaro.org> wrote: [] > So, I'm not sure what the exact issue is. I may imagine following > might happen: > > 1. There was a simpl
|
By
Paul Sokolovsky
· #3464
·
|
|
QEMU networking: CONFIG_NET_TESTING breaks things, echo_server IPv6 address is "wrong"
Hello Jukka,
By
Paul Sokolovsky
· #3481
·
|
|
Reliability of Gerrit/Jira server
Hello, I more or less regularly (e.g., once a day) get following when pull from the Zephyr repo: $ git pull --rebase fatal: unable to access 'https://gerrit.zephyrproject.org/r/zephyr/': GnuTLS recv e
Hello, I more or less regularly (e.g., once a day) get following when pull from the Zephyr repo: $ git pull --rebase fatal: unable to access 'https://gerrit.zephyrproject.org/r/zephyr/': GnuTLS recv e
|
By
Paul Sokolovsky
· #3501
·
|
|
Naming both a top-level directory and a branch "net" is a bit unfortunate
Hello, Today I tried to figure why I got my Zephyr repository clone in an inconsistent state, and here's what I found: Git for quite a few years allow to checkout a remote's repository with: git check
Hello, Today I tried to figure why I got my Zephyr repository clone in an inconsistent state, and here's what I found: Git for quite a few years allow to checkout a remote's repository with: git check
|
By
Paul Sokolovsky
· #3502
·
|
|
having trouble getting the echo client to work using TCP/uIP on K64F
Hello Rohit, Rohit Grover <Rohit.Grover(a)arm.com> wrote: I can now confirm this issue, running via QEMU virtual networking (actually, even doing this from MicroPython Zephyr port running in QEMU, thi
Hello Rohit, Rohit Grover <Rohit.Grover(a)arm.com> wrote: I can now confirm this issue, running via QEMU virtual networking (actually, even doing this from MicroPython Zephyr port running in QEMU, thi
|
By
Paul Sokolovsky
· #3519
·
|
|
having trouble getting the echo client to work using TCP/uIP on K64F
Rohit Grover <Rohit.Grover(a)arm.com> wrote: I'm happy to report that I now see this too. Specifically, if using net_context_get()+net_send() (implicit connection establishment), data in first net_sen
Rohit Grover <Rohit.Grover(a)arm.com> wrote: I'm happy to report that I now see this too. Specifically, if using net_context_get()+net_send() (implicit connection establishment), data in first net_sen
|
By
Paul Sokolovsky
· #3522
·
|
|
having trouble getting the echo client to work using TCP/uIP on K64F
On Fri, 26 Aug 2016 01:07:29 +0300 Paul Sokolovsky <Paul.Sokolovsky(a)linaro.org> wrote: Some more info: Issues with IPv4/TCP can be seen building echo_server with microkernel - making a TCP connectio
On Fri, 26 Aug 2016 01:07:29 +0300 Paul Sokolovsky <Paul.Sokolovsky(a)linaro.org> wrote: Some more info: Issues with IPv4/TCP can be seen building echo_server with microkernel - making a TCP connectio
|
By
Paul Sokolovsky
· #3523
·
|
|
QEMU networking: CONFIG_NET_TESTING breaks things, echo_server IPv6 address is "wrong"
Hello Jukka,
By
Paul Sokolovsky
· #3530
·
|
|
having trouble getting the echo client to work using TCP/uIP on K64F
Hello Rohit, Rohit Grover <Rohit.Grover(a)arm.com> wrote: I'm glad to know you care about this usecase too, and thanks for sharing this on list, I hope this will be useful feedback for Z's network sta
Hello Rohit, Rohit Grover <Rohit.Grover(a)arm.com> wrote: I'm glad to know you care about this usecase too, and thanks for sharing this on list, I hope this will be useful feedback for Z's network sta
|
By
Paul Sokolovsky
· #3543
·
|
|
having trouble getting the echo client to work using TCP/uIP on K64F
Hello Rohit, Rohit Grover <Rohit.Grover(a)arm.com> wrote: [] Thanks for the above patch, Rohit. So far, that's the most definitive patch to resolve many different issues. With it and only it I get pre
Hello Rohit, Rohit Grover <Rohit.Grover(a)arm.com> wrote: [] Thanks for the above patch, Rohit. So far, that's the most definitive patch to resolve many different issues. With it and only it I get pre
|
By
Paul Sokolovsky
· #3563
·
|
|
having trouble getting the echo client to work using TCP/uIP on K64F
Hello,
By
Paul Sokolovsky
· #3579
·
|
|
having trouble getting the echo client to work using TCP/uIP on K64F
Rohit Grover <Rohit.Grover(a)arm.com> wrote: +1. Would you submit it to Gerrit? I believe running echo_server/echo_client should be a good first step, I'll look into that. As I mentioned, multiple (we
Rohit Grover <Rohit.Grover(a)arm.com> wrote: +1. Would you submit it to Gerrit? I believe running echo_server/echo_client should be a good first step, I'll look into that. As I mentioned, multiple (we
|
By
Paul Sokolovsky
· #3578
·
|
|
A possible case of TCP server no-response, was: Re: bufs lost in TCP connection establishment
Hello Rohit, et al, Thanks for the information below. I didn't yet have chance to test multiple TCP/IPv4 connections in row, because I have issue with reliably handling one. Just as before, my setup i
Hello Rohit, et al, Thanks for the information below. I didn't yet have chance to test multiple TCP/IPv4 connections in row, because I have issue with reliably handling one. Just as before, my setup i
|
By
Paul Sokolovsky
· #3683
·
|
|
Exception debugging with qemu_x86/gdb
Hello, I have a crash ("CPU exception 13") somewhere in networking code. My next step would be to run the app (BOARD=qemu_x86) under GDB, wait for crash, type "backtrace". I follow https://www.zephyrp
Hello, I have a crash ("CPU exception 13") somewhere in networking code. My next step would be to run the app (BOARD=qemu_x86) under GDB, wait for crash, type "backtrace". I follow https://www.zephyrp
|
By
Paul Sokolovsky
· #3714
·
|
|
A possible case of TCP server no-response, was: Re: bufs lost in TCP connection establishment
Hello, "Flavio Santes" <flavio.santes(a)intel.com> wrote: [] Thanks, I read it, but not sure it's the same issue as I described above - indeed, there're many different issues. I checked into Z source,
Hello, "Flavio Santes" <flavio.santes(a)intel.com> wrote: [] Thanks, I read it, but not sure it's the same issue as I described above - indeed, there're many different issues. I checked into Z source,
|
By
Paul Sokolovsky
· #3717
·
|