My STM32MP157A-DK1 does not have an IP address, how to set it up?
I am learning STM32MP157A-DK1 according to the 'STM32 MPU wiki by ST' getting started steps, but I found that the IP query command didn't work like the tutorial say:
**************** Tutorial ********************
Board $> ip addr show eth0
3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
inet xx.xx.xx.xx/22 brd xx.xx.xx.xx scope global dynamic eth0
valid_lft 159045sec preferred_lft 159045sec
inet6 xx::xx:xx:xx:xx/64 scope link
valid_lft forever preferred_lft forever
***********************************************************
****** My board response***********************
root@stm32mp1:~# ip addr show eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:80:e1:42:5d:ce brd ff:ff:ff:ff:ff:ff
inet6 fe80::280:e1ff:fe42:5dce/64 scope link
valid_lft forever preferred_lft forever
***********************************************
See? The Underlined part is missing;
Without IP , I can't use the SW4STM32 to do the step “ Debug As > ST's STM32 MPU C/C++ Application�?
Does anyone have a solution to this problem? Thanks.
