Re: STM32H7 board with ethernet

2024-02-13 Thread Simon Filgis
Works like a charm. Thank you! Simon Filgis schrieb am Fr., 9. Feb. 2024, 19:58: > I ordered a new board, to have more time testing at home and to rules out > hw error... > > Thank you for the effort!! > > Roberto Bucher schrieb am Fr., 9. Feb. > 2024, 19:50: > >> Tested on NUCLEO-H743ZI2

Re: STM32H7 board with ethernet

2024-02-09 Thread Simon Filgis
I ordered a new board, to have more time testing at home and to rules out hw error... Thank you for the effort!! Roberto Bucher schrieb am Fr., 9. Feb. 2024, 19:50: > Tested on NUCLEO-H743ZI2 board with > > ./tools/configure.sh nucleo-h743zi2:pysim > > My PC has WIFI and the nucleo board

Re: STM32H7 board with ethernet

2024-02-09 Thread Roberto Bucher
Tested on NUCLEO-H743ZI2 board with ./tools/configure.sh nucleo-h743zi2:pysim My PC has WIFI and the nucleo board connected to the WIFI box bucher@debian:~/sviluppo/NUTTX/nuttx$ tio /dev/ttyACM0 [18:58:30.631] tio v2.7 [18:58:30.631] Press ctrl-t q to quit [18:58:30.631] Connected telnetd

Re: STM32H7 board with ethernet

2024-02-09 Thread Simon Filgis
Dear all, I'm back at the board (NUCLEO-H743ZI2). Using latest master (with https://github.com/apache/nuttx/commit/31817335e453eec65e8f5d1163c32efd5da373cb) and pysim config is stable. But I am not able to ping. I tried the following setups: PC <-> Nucleo-Board PC <-> Switch <-> Nucleo-Board

Re: STM32H7 board with ethernet

2024-02-07 Thread Roberto Bucher
I did some tests and sometimes it works and sometimes (the most times...) it gives the error... The error usually appears when I give the command nsh> ifconfig or nsh> renew eth0 but not all the times. I think that it can be a problem with memory sizes; I'll try more investigations BR

Re: STM32H7 board with ethernet

2024-02-06 Thread Nathan Hartman
That's good news. I missed that somehow. Hopefully it means that I can go ahead and delete some custom application code! Cheers Nathan On Tue, Feb 6, 2024 at 10:55 AM Gregory Nutt wrote: > The network monitor is part of apps/netutils/netinit so it is not a part > of NSH. NSH can automatically

Re: STM32H7 board with ethernet

2024-02-06 Thread Gregory Nutt
The network monitor is part of apps/netutils/netinit so it is not a part of NSH.  NSH can automatically perform the network initialization if so configured and which, optionally, starts the network monitor thread.  But the logic is not architecturally a part of NSH nor does it depend on N SH.

Re: STM32H7 board with ethernet

2024-02-06 Thread Sebastien Lorquet
Hi, I agree, but we should make progress on several points before it's possible : -how to configure it at runtime in a modular manner that can be customized by the user? It's usual that we need a choice of fixed ip  or DHCP. config file? runtime commands like nmcli? How to store the config?

Re: STM32H7 board with ethernet

2024-02-06 Thread Nathan Hartman
On Tue, Feb 6, 2024 at 8:45 AM Sebastien Lorquet wrote: > > However, the default network configuration provided in NuttX examples is > cumbersome and too much linked with NSH > > It can work for simple tests and demos, but you will have to write a > proper network management daemon if you plan

Re: STM32H7 board with ethernet

2024-02-06 Thread Sebastien Lorquet
anybody recommend a stm32h7 board with ethernet that is well supported by nuttx? Thanks in advance, Simon

Re: STM32H7 board with ethernet

2024-02-06 Thread Alan C. Assis
k, but not CAN bus yet) > > > > Roberto > > > > On 2/6/24 11:57, Alan C. Assis wrote: > > > stm32h745i-disco is a great option! Ethernet and LCD > > > > > > On Tuesday, February 6, 2024, Simon Filgis < > > si...@ingenieurbuero-filgis.de> > &

Re: STM32H7 board with ethernet

2024-02-06 Thread Simon Filgis
filgis.de> > > wrote: > > > >> Dear all, > >> > >> Can anybody recommend a stm32h7 board with ethernet that is well > supported > >> by nuttx? > >> > >> Thanks in advance, > >> > >> Simon > >> > >

Re: STM32H7 board with ethernet

2024-02-06 Thread Roberto Bucher
, Can anybody recommend a stm32h7 board with ethernet that is well supported by nuttx? Thanks in advance, Simon

Re: STM32H7 board with ethernet

2024-02-06 Thread Alan C. Assis
stm32h745i-disco is a great option! Ethernet and LCD On Tuesday, February 6, 2024, Simon Filgis wrote: > Dear all, > > Can anybody recommend a stm32h7 board with ethernet that is well supported > by nuttx? > > Thanks in advance, > > Simon >

Re: STM32H7 board with ethernet

2024-02-06 Thread Sebastien Lorquet
o-h7 board series definitely work, there are several models with ethernet. Sebastien Le 06/02/2024 à 10:26, Simon Filgis a écrit : > Dear all, > > Can anybody recommend a stm32h7 board with ethernet that is well supported > by nuttx? >

Re: STM32H7 board with ethernet

2024-02-06 Thread Simon Filgis
Hi, > > The nucleo-h7 board series definitely work, there are several models > with ethernet. > > Sebastien > > > Le 06/02/2024 à 10:26, Simon Filgis a écrit : > > Dear all, > > > > Can anybody recommend a stm32h7 board with ethernet that is well > supported > > by nuttx? > > > > Thanks in advance, > > > > Simon > > >

Re: STM32H7 board with ethernet

2024-02-06 Thread Sebastien Lorquet
Hi, The nucleo-h7 board series definitely work, there are several models with ethernet. Sebastien Le 06/02/2024 à 10:26, Simon Filgis a écrit : Dear all, Can anybody recommend a stm32h7 board with ethernet that is well supported by nuttx? Thanks in advance, Simon

STM32H7 board with ethernet

2024-02-06 Thread Simon Filgis
Dear all, Can anybody recommend a stm32h7 board with ethernet that is well supported by nuttx? Thanks in advance, Simon