I'm trying to emulate TrustZone features in Qemu. I've found two links that seems explain this process.
The First Reference doesn't attach the image kernel that supports TrustZone (where can I find it?)
The Second Reference explains how can I compile a kernel but it doesn't start with the command line written in the first website which is as follows
./arm-softmmu/qemu-system-arm -kernel $PATH_TO_KERNEL/zImage -M vexpress-a15 -cpu cortex-a15 -dtb PATH_TO_DTB/vexpress-v2p-ca15-tc1.dtb -m 1024 -append 'console=ttyAMA0,38400n8' -serial stdio -initrd $PATH_TO_INITRD/initrd.img
Is there an alternate way to run a TrustZone emulator?