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 board

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 connec

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 [5:10

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 *He

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 Ro

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 to

Re: STM32H7 board with ethernet

2024-02-06 Thread Sebastien Lorquet
The phy on the nucleo-h743zi is supported, I have it working in an industrialized product. It does not have an interrupt line, so cable state detection requires a polling daemon. However, the default network configuration provided in NuttX examples is cumbersome and too much linked with NSH

Re: STM32H7 board with ethernet

2024-02-06 Thread Alan C. Assis
Hi Simon, I just sent to your email a board config example with Ethernet support for a custom board based on stm32h745i-disco and with Ethernet support. Probably your config is not working because there is no STM32H743ZI2 config with ETHERNET enabled in the mainline. Besides ETH configuration yo

Re: STM32H7 board with ethernet

2024-02-06 Thread Simon Filgis
Dear all, I found a STM32H743ZI2 and build the jumbo config. I have nsh access. Now I would like to setup ethernet, but it seems not working out of the box. nsh> ifconfig eth0 192.168.1.5 nsh> ping any target does not work Also from my host, I cannot ping. Telnet-connection is unavailable... D

Re: STM32H7 board with ethernet

2024-02-06 Thread Roberto Bucher
The STM32H743ZI2 is quite complete. We used it with pysimCoder (ADC, encoders, PWM, digital I/O, network, 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 wrote: Dear all, Can

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
Hi, I see that only the 743zi is in the tree, but it should not be too hard to clone that, change its config entries, and use it. Only a "nsh" config can be enough to start. This CPU is also not explicitly supported, but the H753Z is present. You can add the missing entries in kconfig, after

Re: STM32H7 board with ethernet

2024-02-06 Thread Simon Filgis
Hi Sebastien, I have NUCLEO-H755ZI-Q on my table, but could not find a board package in the tree. Is it supported? Regards, Simon -- Hard- and Softwaredevelopment Consultant Ingenieurbüro-Filgis USt-IdNr.: DE305343278 On Tue, Feb 6, 2024 at 10:34 AM Sebastien Lorquet wrote: > Hi, > > The nu

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