Punched out a version of the microblaze on a ZYBO dev board, which required a few tweaks an additions to run on real hardware. Refactored the qemu and zybo microblaze target.
5 lines
123 B
Bash
Executable File
5 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
make qemu-microblaze-test -j4 &&
|
|
qemu-system-microblaze -kernel build-qemu-microblaze-test/lk.elf -nographic $@
|