Hi,

 

For imx armv7 series board, tee is default not built in, there is a separate file there to play the role.

 

I’m not sure for next scenario, if LAVA could handle it with “method: u-boot commands: nfs”? Could you give some guide?

 

setenv autoload no

setenv initrd_high 0xffffffff

setenv fdt_high 0xffffffff

dhcp

setenv serverip 10.192.244.84

tftp 0x12000000 trial/zImage-imx6qsabresd.bin

tftp 0x18000000 trial/zImage-imx6q-sabresd.dtb

tftp 0x20000000 trial/uTee-6qsdb

tftp 0x12C00000 trial/ramdisk.cpio.gz.uboot

bootm 0x20000000 0x12C00000 0x18000000

 

If not, if you have buffer to add the support? Or we can submit a MR for review?