Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


You are viewing a reply to Nucleo-STM32F429ZI - LwIP  

Nucleo-STM32F429ZI - LwIP

Assuming you are compiling without error:
I would definetly start with DHCP disabled and set an IP that your remote connection can deal with. For example, in the remote machine set the network adaptor in the ipv4 properties for an IP of 192.168.0.100 with a subnet mask of 255.255.255.0, and a gateway of 192.168.0.1. In the MXcube configuration set the lwip IP address to 192.168.0.10. Not that the MXcube IP value is critical but the last octet cannot be the same as the remote (100 vs 10) and the first three octets must match (192.168.0).