Last change
on this file was
eb36d11,
checked in by Sebastian Huber <sebastian.huber@…>, on 04/25/18 at 13:06:08
|
bsps: Move documentation, etc. files to bsps
This patch is a part of the BSP source reorganization.
Update #3285.
|
-
Property mode set to
100644
|
File size:
383 bytes
|
Line | |
---|
1 | Tested only on Qemu. |
---|
2 | |
---|
3 | git clone git://git.qemu.org/qemu.git qemu |
---|
4 | cd qemu |
---|
5 | git checkout 1b0d3845b454eaaac0b2064c78926ca4d739a080 |
---|
6 | mkdir build |
---|
7 | cd build |
---|
8 | ../configure --prefix=/opt/qemu --interp-prefix=/opt/qemu |
---|
9 | make |
---|
10 | make install |
---|
11 | export PATH="$PATH:/opt/qemu/bin" |
---|
12 | |
---|
13 | qemu-system-arm -no-reboot -serial null -serial mon:stdio -net none -nographic -M xilinx-zynq-a9 -m 256M -kernel ticker.exe |
---|
Note: See
TracBrowser
for help on using the repository browser.