|
Re: Running echo_server on qemu_cortex_m3
Hi Michael,
You may force nc to wait some time after all data are sent using -q seconds option. As in
$ echo foobar | nc -q 1 -u 192.0.2.1 4242
to wait for 1 second.
Hi Michael,
You may force nc to wait some time after all data are sent using -q seconds option. As in
$ echo foobar | nc -q 1 -u 192.0.2.1 4242
to wait for 1 second.
|
By
Piotr Mienkowski
·
#156
·
|
|
Re: Running echo_server on qemu_cortex_m3
Hi Michael,
Indeed, the documentation is wrong here. I will send a patch for that
one. Thanks for reporting this.
No, you did everything right here :)
Cheers,
Jukka
Hi Michael,
Indeed, the documentation is wrong here. I will send a patch for that
one. Thanks for reporting this.
No, you did everything right here :)
Cheers,
Jukka
|
By
Jukka Rissanen
·
#155
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11493 : net: icmpv6: Echo-Reply seq and id fix
- https://gerrit.zephyrproject.org/r/11492 : net: icmpv6: Add TCP header when sending
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11493 : net: icmpv6: Echo-Reply seq and id fix
- https://gerrit.zephyrproject.org/r/11492 : net: icmpv6: Add TCP header when sending
|
By
donotreply@...
·
#154
·
|
|
broken link on website
https://www.zephyrproject.org/community/how-to-contribute
The ‘mailing lists’ link here is broken, I get “The requested URL /mailman3/lists/ was not found on this server.”
I wanted to
https://www.zephyrproject.org/community/how-to-contribute
The ‘mailing lists’ link here is broken, I get “The requested URL /mailman3/lists/ was not found on this server.”
I wanted to
|
By
Boie, Andrew P
·
#153
·
|
|
Re: Working with arc core
No. That should come from the board config, which in your case should
be arduino_101_sss
No. That should come from the board config, which in your case should
be arduino_101_sss
|
By
Briano, Ivan <ivan.briano@...>
·
#152
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11470 : lifo: Make use of k_queue as implementation
- https://gerrit.zephyrproject.org/r/11469 : fifo: Make use of k_queue as
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11470 : lifo: Make use of k_queue as implementation
- https://gerrit.zephyrproject.org/r/11469 : fifo: Make use of k_queue as
|
By
donotreply@...
·
#151
·
|
|
Re: Running echo_server on qemu_cortex_m3
Hi all,
BTY, regarding the documentation in: https://www.zephyrproject.org/doc/subsystems/networking/qemu_setup.html#networking-with-qemu
When running "nc" in UDP, nc exits without waiting for reply
Hi all,
BTY, regarding the documentation in: https://www.zephyrproject.org/doc/subsystems/networking/qemu_setup.html#networking-with-qemu
When running "nc" in UDP, nc exits without waiting for reply
|
By
Goldman, Michael <michael.goldman@...>
·
#150
·
|
|
Working with arc core
Can someone guide me on how to work with the arc core of the Arduino 101 on Zephyr?
For example, do I need to add anything in the prj.conf file? (Like CONFIG_SOC_QUARK_SE_SS=y) ,etc
Can someone guide me on how to work with the arc core of the Arduino 101 on Zephyr?
For example, do I need to add anything in the prj.conf file? (Like CONFIG_SOC_QUARK_SE_SS=y) ,etc
|
By
Anjali Asar <anjaliasar@...>
·
#149
·
|
|
Re: gerrit help
Hello Marcus,
Marcus Shawcroft <marcus.shawcroft@...> wrote:
Are you sure that's the only message it gives? I always thought that
"(W)" at the beginning means "warning", I saw it on occasions
Hello Marcus,
Marcus Shawcroft <marcus.shawcroft@...> wrote:
Are you sure that's the only message it gives? I always thought that
"(W)" at the beginning means "warning", I saw it on occasions
|
By
Paul Sokolovsky
·
#148
·
|
|
ARM HW timer config
Hi all,
I'm having trouble understanding how to choose a value for the
SYS_CLOCK_HW_CYCLES_PER_SEC config variable.
I'm porting the CC2650 SoC from TI, which uses a Cortex M3 core.
Thus I plan to use
Hi all,
I'm having trouble understanding how to choose a value for the
SYS_CLOCK_HW_CYCLES_PER_SEC config variable.
I'm porting the CC2650 SoC from TI, which uses a Cortex M3 core.
Thus I plan to use
|
By
Geoffrey LE GOURRIEREC <geoffrey.legourrierec@...>
·
#147
·
|
|
Re: gerrit help
That is a bit weird. If you modified just the two top patches, then why did the bottom commit hash change?
Not sure what caused the problem, but what works for me when updating a patch set is:
-
That is a bit weird. If you modified just the two top patches, then why did the bottom commit hash change?
Not sure what caused the problem, but what works for me when updating a patch set is:
-
|
By
Bogdan Davidoaia
·
#146
·
|
|
gerrit help
Hi, I've just hit an issue with gerrit, can anyone help...
I pushed a series of 5 related patches into gerrit for review on the
net branch. The top two of those patches subsequently needed
Hi, I've just hit an issue with gerrit, can anyone help...
I pushed a series of 5 related patches into gerrit for review on the
net branch. The top two of those patches subsequently needed
|
By
Marcus Shawcroft <marcus.shawcroft@...>
·
#145
·
|
|
Re: Running echo_server on qemu_cortex_m3
Hi,
I took the fix from git and now it works!
I'm using the net-tools as described in the link you sent.
Thanks a lot Richard!
Regards,
Michael
Hi,
I took the fix from git and now it works!
I'm using the net-tools as described in the link you sent.
Thanks a lot Richard!
Regards,
Michael
|
By
Goldman, Michael <michael.goldman@...>
·
#144
·
|
|
Re: Running echo_server on qemu_cortex_m3
Hi Michael,
qemu_cortex_m3 was fixed recently, so try the newest version from git
(master).
Are you also running the net-tools?
Please
Hi Michael,
qemu_cortex_m3 was fixed recently, so try the newest version from git
(master).
Are you also running the net-tools?
Please
|
By
Richard Peters <mail@...>
·
#143
·
|
|
nrf52840 doesn't start when newlibc is enabled
Hi all,
I have a trouble to get newlib run on nrf52840. When I set CONFIG_NEWLIB_LIBC=y in hello_world sample the device seems to crash at _bss_zero() in void _PrepC(void). Any clues what might be
Hi all,
I have a trouble to get newlib run on nrf52840. When I set CONFIG_NEWLIB_LIBC=y in hello_world sample the device seems to crash at _bss_zero() in void _PrepC(void). Any clues what might be
|
By
Bober, Wojciech <Wojciech.Bober@...>
·
#142
·
|
|
Running echo_server on qemu_cortex_m3
Hi all,
Did anyone try or knows how to configure and run the echo_server sample application on qemu_cortex_m3 ?
I’m following the instructions on:
Hi all,
Did anyone try or knows how to configure and run the echo_server sample application on qemu_cortex_m3 ?
I’m following the instructions on:
|
By
Goldman, Michael <michael.goldman@...>
·
#141
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11403 : Merge net branch into master
- https://gerrit.zephyrproject.org/r/11402 : boards: Add panther & panther_ss to sanity
-
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11403 : Merge net branch into master
- https://gerrit.zephyrproject.org/r/11402 : boards: Add panther & panther_ss to sanity
-
|
By
donotreply@...
·
#140
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11389 : license: replace APL2.0 license with SPDX
- https://gerrit.zephyrproject.org/r/11388 : checkpatch: Recognized volatile as part
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11389 : license: replace APL2.0 license with SPDX
- https://gerrit.zephyrproject.org/r/11388 : checkpatch: Recognized volatile as part
|
By
donotreply@...
·
#139
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11380 : quark_se: arc: do not enable second I2C by default
- https://gerrit.zephyrproject.org/r/11379 : revamp theme to match new site
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11380 : quark_se: arc: do not enable second I2C by default
- https://gerrit.zephyrproject.org/r/11379 : revamp theme to match new site
|
By
donotreply@...
·
#138
·
|
|
Re: Fibers Become Unrunnable in Nanokernel
I do have CONFIG_ARC_STACK_CHECKING enabled as well have examined the _nanokernel and all the struct tcs's for each fiber (I did have a stack overflow on x86 before and noticed that the struct tcs for
I do have CONFIG_ARC_STACK_CHECKING enabled as well have examined the _nanokernel and all the struct tcs's for each fiber (I did have a stack overflow on x86 before and noticed that the struct tcs for
|
By
Michael Rosen
·
#137
·
|