Hello, to start jailhouse, you need to execute the run jh_mmcboot command, the purpose is jh_mmcboot=setenv fdtfile ${jh_root_dtb};setenv jh_clk clk_ignore_unused mem=1920MB; if run loadimage; then run mmcboot; else run jh_netboot; fi;
jh_netboot=setenv fdtfile ${jh_root_dtb}; setenv jh_clk clk_ignore_unused mem=1920MB; run netboot;
jh_root_dtb=imx8mp-evk-root.dtb Can I achieve it in other ways after Linux starts?