Important: If you don't have OpenSBI, Linux Kernel and Ex-Nihilo Core compiled, follow those guides.
- Go to the project folder
Docker
cd /projectWSL
cd ~/project- Running the emulator
/Ex-Nihilo-Core/bin/exnihilo \
--bios build/opensbi/platform/generic/firmware/fw_dynamic.bin \
--dtb /Ex-Nihilo-Core/exnihilo.dtb \
--kernel build/linux/arch/riscv/boot/Image
--bios: the firmware (OpenSBIfw_dynamic.bin)
--dtb: a.dtbfile describing the machine to the firmware/kernel
--kernel: the Linux kernel image (arch/riscv/boot/Image)