Load binary file from eMMC instead of SD card

Hi @hfranco.tx, thanks for the fast response. When I run the mmc part i have only one partition on my mmc so I can’t run the ext4ls with the 0:2 parameter.
The thing I forgot to mention is that I have the TorizonCore with evaluation containers installed. I placed the binary file inside the /home/torizon/ directory, but when I stop the booting process and use the ext4ls command I can see only these directories:

Verdin iMX8MM # ext4ls mmc 0
<DIR> 4096 .
<DIR> 4096 …
<DIR> 16384 lost+found
973 boot.scr
<DIR> 4096 ostree
<DIR> 4096 boot

Is it possible to see the files inside the Linux from here?

P.S. I am using this technique just because it is mentioned in the development guide, I would much rather put the code onto M-chip from the linux running on the A-chip without needing to stop the booting process if that’s possible. If this is another topic I can start a new question. Thanks.