Recommended configuration practices question

2023-05-19 Thread Milan Obuch
Hi, I started testing NuttX on Raspberry Pi Pico board, using FreeBSD as host for building. I was able to build NuttX using all configuration files for this board (but one - nshsram, it does not finish, but I don't care about it for now). All those configurations use default UART placement (pins 0

ESP32 question

2023-06-29 Thread Milan Obuch
Hi, I got small board - https://www.wemos.cc/en/latest/s2/s2_mini.html - and would like to try NuttX on it. I already have some experience with NuttX, using Raspberry Pi Pico. I am able to build any configuration, upload it to the board and run. So for ESP32 now... the board uses actually S2 vers

Re: ESP32 question

2023-06-29 Thread Milan Obuch
On Thu, 29 Jun 2023 19:29:39 -0300 "Alan C. Assis" wrote: > Hi Milan, > > This S2-Mini board powered by ESP32-S2 seems to use the USB Controller > directed instead of using an external USB/Serial chip like the other > boards you cited. > > Also keep in mind that ESP32-S2 chip doesn't have inter

Re: ESP32 question

2023-07-01 Thread Milan Obuch
On Sat, 1 Jul 2023 10:27:11 -0300 "Alan C. Assis" wrote: > Hi Milan, > > Please verify if fix in the upstream solved your issue. > > BR, > > Alan > Hi, at the moment, neither solution presenetd in this thread works for me. Maybe it has something to do I am still using 12.0.0 sources, maybe i

Re: ESP32 question

2023-07-01 Thread Milan Obuch
On Sat, 1 Jul 2023 20:31:39 +0200 I wrote: > On Sat, 1 Jul 2023 10:27:11 -0300 > "Alan C. Assis" wrote: > > > Hi Milan, > > > > Please verify if fix in the upstream solved your issue. > > > > BR, > > > > Alan > > > > Hi, > > at the moment, neither solution presenetd in this thread works for

Re: ESP32 question

2023-07-30 Thread Milan Obuch
On Sun, 30 Jul 2023 09:56:36 -0300 "Alan C. Assis" wrote: > Hi Milan, > > On 6/30/23, Milan Obuch wrote: > ... > >> 1) Connect a USB/Serial adapter directly the the pins used as > >> UART0, not ideal because probably you don't want attachment like

NuttX on FreeBSD survey

2023-07-31 Thread Milan Obuch
Hi, I'd like to know who else builds NuttX on FreeBSD - right now I know just one. Also, I'd like to know which hardware they use NuttX on. Could you please share? I'd like to create some FreeBSD port(s) to make user experience easier, so any comments on this are more than welcome as well. For me

Re: NuttX on FreeBSD survey

2023-07-31 Thread Milan Obuch
On Mon, 31 Jul 2023 09:40:28 -0700 "David S. Alessio" wrote: > Hi, Milan, > > I haven’t had the chance to use NuttX in some time, but the last > project I worked on I compiled NuttX on FreeBSD and MacOS. > Hi, what kind of hardware did you use? Regards, Milan

Re: NuttX on FreeBSD survey

2023-08-06 Thread Milan Obuch
On Sat, 5 Aug 2023 19:25:45 +0200 Bernd Walter wrote: > On Mon, Jul 31, 2023 at 09:52:16AM +0200, Milan Obuch wrote: > > Hi, > > > > I'd like to know who else builds NuttX on FreeBSD - right now I know > > just one. Also, I'd like to know which hardware th

Re: NuttX on FreeBSD survey

2023-08-06 Thread Milan Obuch
On Mon, 31 Jul 2023 12:19:04 -0700 "David S. Alessio" wrote: > >> I haven’t had the chance to use NuttX in some time, but the last > >> project I worked on I compiled NuttX on FreeBSD and MacOS. > >> > > > > Hi, > > > > what kind of hardware did you use? > > > > Regards, > > Milan > > Th

CI testing on FreeBSD [originally: NuttX on FreeBSD survey]

2023-08-06 Thread Milan Obuch
On Mon, 31 Jul 2023 10:51:33 -0300 "Alan C. Assis" wrote: > Hi Milan and Tomek, > > It should be nice to have our CI testing on FreeBSD as well. > > Milan, after you get the port done, please let us know if you can help > us to get it integrated in the github CI. > > BR, > > Alan > [ snip ]

Building NuttX for PineCone (on FreeBSD)

2023-08-12 Thread Milan Obuch
Hi, after some tests, with some hints and discussion with Lup, I am able to build NuttX for PineCone (BL602 based evaluation board) on FreeBSD. I am able to build almost all configurations present in recent sources (I used sources from git, snapshot old maybe a week or two), with configuration as

Fixing tcpblaster - anybody using it?

2023-08-12 Thread Milan Obuch
Hi, as I was building NuttX with bl602evb:wifi configuration, it failed with AF_INET being undefined. I found it is easy to fix with simply adding one include: # diff -u tcpblaster_cmdline.c.orig tcpblaster_cmdline.c --- tcpblaster_cmdline.c.orig 2022-12-11 22:21:46.630131000 +0100 +++ tcpblast

Re: Fixing tcpblaster - anybody using it?

2023-08-13 Thread Milan Obuch
On Sun, 13 Aug 2023 08:32:53 -0400 Nathan Hartman wrote: > On Sat, Aug 12, 2023 at 3:15 PM Milan Obuch wrote: > > > Hi, > > > > as I was building NuttX with bl602evb:wifi configuration, it failed > > with AF_INET being undefined. I found it is easy to fix with

Re: Building NuttX for PineCone (on FreeBSD)

2023-08-13 Thread Milan Obuch
On Sun, 13 Aug 2023 08:35:21 -0400 Nathan Hartman wrote: > On Sat, Aug 12, 2023 at 1:43 PM Milan Obuch wrote: > > > Hi, > > > > after some tests, with some hints and discussion with Lup, I am > > able to build NuttX for PineCone (BL602 based evaluation board) on &

Small annoyances when building NuttX on FreeBSD

2023-08-16 Thread Milan Obuch
Hi, at the moment, I am able to build NuttX on FreeBSD for arm (Raspberry Pi Pico boards and similar, QuickFeather), xtensa (Espressif ESP32 and ESP32S2) and risc-v (Espressif ESP32C3 and ESP32C6, and PineCone - BL602 based), some of them with tests on real hardware. While in general the process

Re: Small annoyances when building NuttX on FreeBSD

2023-08-16 Thread Milan Obuch
On Wed, 16 Aug 2023 14:32:23 +0200 Bernd Walter wrote: > On Wed, Aug 16, 2023 at 11:18:19AM +0200, Milan Obuch wrote: > > Hi, > > > > at the moment, I am able to build NuttX on FreeBSD for arm > > (Raspberry Pi Pico boards and similar, QuickFeather), xtensa > >

How does uname work? How is version.h created?

2023-08-16 Thread Milan Obuch
Hi, as I am building NuttX from git repository, uname output is not that helpful. See here: nsh> uname -a NuttX 0.0.0 Aug 16 2023 16:35:21 risc-v bl602evb There is just one way to know something more - look at some file and guess which one it is. Date/time shown here is that of the moment you

Re: Small annoyances when building NuttX on FreeBSD

2023-08-18 Thread Milan Obuch
On Wed, 16 Aug 2023 16:29:11 +0200 I wrote: > On Wed, 16 Aug 2023 14:32:23 +0200 > Bernd Walter wrote: > > > On Wed, Aug 16, 2023 at 11:18:19AM +0200, Milan Obuch wrote: [ snip ] > > > Additionally, for Raspberry Pi Pico, there is one more error > > > me