I have to emulate IPMI system for super server SYS-110P-WTR. To reach this target, I tried to repeat experience of these people. Andrey Turkin helped give me solution of emulation start, it was very helpful. But now a new problem has arisen – booting stopped on this stage:
Starting kernel ...
I/OPTEE:
I/OPTEE: SMCI OPTEE ver:0000.00.28 Sep 11 2021 02:22:12
I/OPTEE: teecore Initialized
I/OPTEE: Primary CPU switching to normal world boot
D/OPTEE:CPU 0 thread 0 SMCI_Log:73 [19700101000013][0][0x00][0x00]: TEE FW Start (0000.00.28)
I/OPTEE: [TEE] signtable BuildDate: 20231203160707
I/OPTEE: tz_protect_mem start
I/OPTEE: tz protect mem fail
I/OPTEE: Tee jump to to Linux entry 0x80001000
I use this command
qemu-system-arm -m 256 -M ast2600-evb -nographic
-drive file=./BMC_X12AST2600-ROT-5201MS_20240313_01.04.04_STDsp.bin,format=raw,if=mtd
-net nic
-net user,hostfwd=::2443-:443,hostname=qemu
Originally, it didn’t start in the kernel stage, and it fixed by resize flash memory (256 -> 512), and now it’s stuck here.
Alex Povarski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.