How to run trusty samples on jetson Xavier?

hello dcapers44,

please check bootloader logs,
those services (TAs) were initialized by trust little kernel (LK), this process is within MB2 and CBoot.
for example,

▒[0000.336] I> Welcome to MB2(TBoot-BPMP) (version: 00.00.2018.32-mobile-feba5943)
[0000.337] I> DMA Heap @ [0x526fa000 - 0x52ffa000]
...

NOTICE:  BL31: Built : 08:38:54, Feb 19 2021
ipc-unittest-main: 1519: Welcome to IPC unittest!!!
ipc-unittest-main: 1531: waiting forever
ipc-unittest-srv: 329: Init unittest services!!!
hwkey-agent: 40: hwkey-agent is running!!
hwkey-agent: 197: key_mgnt_processing .......
hwkey-agent: 189: Setting EKB key 0 to slot 14
hwkey-agent: 167: Init hweky-agent services!!
luks-srv: 40: luks-srv is running!!
luks-srv: 157: Init luks-srv IPC services!!
platform_bootstrap_epilog: trusty bootstrap complete

...

▒0001.092] I> Welcome to Cboot
▒mon_post initialized
▒0001.093] I> Cboot Version: t194-9efcbc4f

there’s CA, “hwkey-app” that is intended to work with the TA, “hwkey-agent”.
so, you’ll need to build the CA sample on the target device, i.e. Jetson AGX Xavier.

please moving on and submit another thread,
let’s see how to help you out and what’s we’ll need to improve with the current JetPack release. (i.e. JetPack-4.5.1)
thanks