How to get ethernet connection up with st_image core with DK2 board?
Hello all,
I have a STM32MP157C-DK2, and I want to use the minimal st-image-core.
I have been able to use/build "st-image-weston", and when its starts, I can see my board on the local network, ifconfig says me eth0 has an ip address and I can ssh it.
When I build "st-image-core", and successfully boot the board, I can't see it on lan. ifconfig doesnt show eth0.
Can someone tell me why?
command used:
DISTRO=openstlinux-weston MACHINE=stm32mp1 source layers/meta-st/scripts/envsetup.sh
bitbake st-image-weston
DISTRO=openstlinux-weston MACHINE=stm32mp1 source layers/meta-st/scripts/envsetup.sh
bitbake st-image-core
