Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 710 Bytes

FAQ.md

File metadata and controls

25 lines (16 loc) · 710 Bytes

Common problems and FAQ

Error: reference is not a tree: 0747a16893c403fa9937963b2379cd07c0709d8b

cd external/MSRSec/external/wolfssl/ && \
	git checkout 0747a16893c403fa9937963b2379cd07c0709d8b
fatal: reference is not a tree: 0747a16893c403fa9937963b2379cd07c0709d8b
make: *** [Makefile:103: ftpm] Error 128

Check if git submodules are initialized properly, a corrupted submodule might not be obvious, re-run make init when in doubt.

How do I obtain my eMMC's cid for tee-supplicant --rpmb-cid?

cid can be obtained via sysfs, for example:

$ cat /sys/class/mmc_host/mmc2/mmc2:0001/cid
aaaa00313038474ae000e0a382eb13df

remember to replace mmc2 with your eMMC device id.