Re: [OE-core] beaglebone-yocto testimage ping timeout issue

2023-09-26 Thread Sandeep Gundlupet Raju via lists.openembedded.org
On 9/25/2023 2:42 PM, Richard Purdie wrote: On Mon, 2023-09-25 at 11:17 -0700, Khem Raj wrote: core-image-minimal does not have ssh server in image so maybe start with core-image-base or something or add IMAGE_FEATURES += "ssh-server-openssh package-management hwcodecs" to local.conf Whilst

Re: [OE-core] beaglebone-yocto testimage ping timeout issue

2023-09-25 Thread Richard Purdie
On Mon, 2023-09-25 at 11:17 -0700, Khem Raj wrote: > core-image-minimal does not have ssh server in image so maybe start > with core-image-base or something or add > IMAGE_FEATURES += "ssh-server-openssh package-management hwcodecs" to > local.conf Whilst in general that is good advice to make

Re: [OE-core] beaglebone-yocto testimage ping timeout issue

2023-09-25 Thread Khem Raj
core-image-minimal does not have ssh server in image so maybe start with core-image-base or something or add IMAGE_FEATURES += "ssh-server-openssh package-management hwcodecs" to local.conf you might need to prepare the target testing setup especially TEST_TARGET_IP and TEST_SERVER_IP and

[OE-core] beaglebone-yocto testimage ping timeout issue

2023-09-25 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Hi All, I'm running testimage for arm32(beaglebone-yocto, zynq-generic and microblaze targets) using master and I see ping timeout issue as shown below but I don't see this issue with ARM64 targets or qemuarm. Any help would be much appreciated.