Uefi assert and broken again

Hello,KevinFFF
i follow the steps above but when i run the ./nv_public_src_build.sh ,it report a error as follows:

  LD [M]  sound/soc/qcom/snd-soc-sdm845.ko
  LD [M]  sound/soc/qcom/snd-soc-sm8250.ko
  LD [M]  sound/soc/rockchip/snd-soc-rk3399-gru-sound.ko
  LD [M]  sound/soc/rockchip/snd-soc-rockchip-i2s.ko
  LD [M]  sound/soc/rockchip/snd-soc-rockchip-pcm.ko
  LD [M]  sound/soc/rockchip/snd-soc-rockchip-rt5645.ko
  LD [M]  sound/soc/rockchip/snd-soc-rockchip-spdif.ko
  LD [M]  sound/soc/sh/rcar/snd-soc-rcar.ko
  LD [M]  sound/soc/sunxi/sun4i-i2s.ko
  LD [M]  sound/soc/sunxi/sun4i-spdif.ko
  LD [M]  sound/soc/tegra/snd-soc-tegra-audio-graph-card.ko
  LD [M]  sound/soc/tegra/snd-soc-tegra-pcm.ko
  LD [M]  sound/soc/tegra/snd-soc-tegra186-asrc.ko
  LD [M]  sound/soc/tegra/snd-soc-tegra186-dspk.ko
  LD [M]  sound/soc/tegra/snd-soc-tegra210-admaif.ko
  LD [M]  sound/soc/tegra/snd-soc-tegra210-adx.ko
  LD [M]  sound/soc/tegra/snd-soc-tegra210-ahub.ko
  LD [M]  sound/soc/tegra/snd-soc-tegra210-amx.ko
  LD [M]  sound/soc/tegra/snd-soc-tegra210-dmic.ko
  LD [M]  sound/soc/tegra/snd-soc-tegra210-i2s.ko
  LD [M]  sound/soc/tegra/snd-soc-tegra210-mixer.ko
  LD [M]  sound/soc/tegra/snd-soc-tegra210-mvc.ko
  LD [M]  sound/soc/tegra/snd-soc-tegra210-ope.ko
  LD [M]  sound/soc/tegra/snd-soc-tegra210-sfc.ko
================================================================================
Kernel Image: /home/wpces/Downloads/Linux_for_Tegra/source/src_out/kernel_src_build/kernel_out/kernel/kernel-jammy-src/arch/arm64/boot/Image
Kernel sources compiled successfully.
================================================================================
make: Leaving directory '/home/wpces/Downloads/Linux_for_Tegra/source/src_out/kernel_src_build/kernel_out/kernel'
Kernel sources compiled successfully.
Directory "nvethernetrm" is not found, exiting..
root@wpces-virtual-machine:/home/wpces/Downloads/Linux_for_Tegra/source# find src_out/ -name bl31.bin
src_out/atf_src_build/arm-trusted-firmware/t234-t194/tegra/t194/release/bl31.bin
src_out/atf_src_build/arm-trusted-firmware/t234-t234/tegra/t234/release/bl31.bin

i find another topic similar with my:
OP-TEE setup questions for the atf_and_optee_README.txt - Jetson & Embedded Systems / Jetson AGX Orin - NVIDIA Developer Forums


but the difference is i can find the bl31.bin
image

why it report Directory “nvethernetrm” is not found, exiting… ?

otherwise , i find i have these three files which gen_tos_part_img.py needs :


but their directory is different from gen_tos_part_img.py will use(i don not have atf_build directory etc…) ,
Can i just set to my file path ?

./gen_tos_part_img.py
–monitor ./atf_build/arm-trusted-firmware/build/tegra/t/release/bl31.bin
–os ./optee/build/t/core/tee-raw.bin
–dtb ./optee/tegra-optee.dtb
–tostype optee
./tos.img

to like this:

./gen_tos_part_img.py --monitor …/…/source/src_out/atf_src_build/arm-trusted-firmware/t234-t234/tegra/t234/release/bl31.bin --os …/…/source/tegra/optee-src/nv-optee/optee/build/t234/core/tee-raw.bin --dtb …/…/source/tegra/optee-src/nv-optee/optee/tegra234-optee.dtb --tostype optee ./tos.img

and then i got these :


How can i make sure if i have generated the tos.img successfully or not ?