RT-Task-Generator-QEMU/README_icount.txt

12 lines
310 B
Plaintext

# dependencies
nix-shell
# build qemu
mkdir build
cd build
../myconfigureunsared.sh
make -j 8
# prepare img
qemu-img create -f qcow2 dummy.qcow2 32M
# run
./qemu-system-arm 12a0 1404 -machine mps2-an385 -cpu cortex-m3 -kernel kernel.elf -serial none -icount shift=5,align=off,sleep=on -monitor none -nographic