Hi
I use a Imx 93 evk board
I am tring to measure the launch time of a bare metal yocto application
i launch
MACHINE=imx91-11x11-lpddr4-evk DISTRO=nxp-real-time-edge source ./real-time-edge-setup-env.sh -b build
bitbake nxp-image-real-time-edge
in the image there are samples
/root/examples/heterogeneous-multicore/
i would like to launch a sample which emit an Ethernet trame like : hello-world-ca
/root/examples/heterogeneous-multicore/hello-world-ca/ddr_release
I would like to launch wireshark on the host PC and measure approximatively the time beetween the power on and the first trame on wireshark
Is there a way to flash an SD card with this example so that it boots immediately ?
Greeting
Olivier