What I've tried to do:
1. Run configure with a similar processor: ./tools/configure.sh -l
nucleo-f4x1re:f401-nsh
2. Change the system type via menuconfig(System Type -> STM32 Chip
Selection, select STM32F405RG)
When you did this your CONFIG_MM_REGIONS settings became wrong (becuase
the ST32F40
Hi Robert,
Why don't you use the omnibusf4 board as starting point, since it uses
same MCU model:
arm/stm32/omnibusf4/configs/nsh/defconfig:CONFIG_ARCH_CHIP_STM32F405RG=y
Starting with a board and changing the MCU to other like you are doing
will cause many issues, like this CONFIG_MM_REGIONS.
Hi all,
I'm working on a project and looking at the STM32F405RG with NuttX but
I'm running into some issues getting it to compile. For a dev board,
I'm using the SparkFun STM32 Thing Plus board, and my hope is to get
the console running on the USB port, but first I just want to get a
serial consol
On Sun, Aug 13, 2023 at 9:09 AM Milan Obuch wrote:
> 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 undefin
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
> > FreeBSD. I am able to build
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 simply
> > adding one include:
> >
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 FreeBSD. I
> am able to build almost all configurations present in recent sources (I
> used sources fro
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 simply
> adding one include:
>
> # diff -u tcpblaster_cmdline.c.orig tcpblaster_cmdline.c
> --- tcpblaste