forked from firesim/FireMarshal
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/firesim/firesim-software …
…into nvdla
- Loading branch information
Showing
247 changed files
with
8,483 additions
and
3,631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
*.img | ||
*-bin | ||
*.swp | ||
test.log | ||
fedora/Fedora-Developer-Rawhide-20181015.n.0-sda.raw | ||
fedora/Fedora-Developer-Rawhide-20181015.n.0-sda.raw.xz | ||
fedora/rootfs.cpio | ||
br/buildroot-overlay/usr/darknet-nvdla/ | ||
darknet-nvdla.tar.gz | ||
*__pycache__ | ||
_command.sh | ||
.doit.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,19 @@ | ||
firesim-software | ||
FireMarshal (firesim-software) | ||
================================== | ||
|
||
This builds base images for several linux-based distros that work with qemu, | ||
This tool builds base images for several linux-based distros that work with qemu, | ||
spike, and firesim. | ||
|
||
## How to use: | ||
All builds are controlled through json files. For example, br-disk.json will | ||
build/run the disk-based buildroot distro. | ||
This is just a quick primer. To see full documentation, please see the official | ||
firesim documentation. Find pre-built documentation for the latest FireSim here: | ||
https://docs.fires.im/en/latest/Advanced-Usage/FireMarshal/index.html | ||
|
||
Prereq/Init: | ||
Be sure to update/init submodules. The following will require the riscv-tools | ||
on your path and a recent version of qemu. | ||
You can also find the latest FireSim source at: | ||
https://github.com/firesim/firesim | ||
|
||
To build: | ||
./sw-manager.py -c CONFIG.json build | ||
## Requirements | ||
This project was written for python 3.4 | ||
|
||
To run on qemu: | ||
./sw-manager.py -c CONFIG.json launch | ||
|
||
To run on spike: | ||
./sw-manager.py -c CONFIG.json launch -s | ||
|
||
To run on FireSim: | ||
See the firesim documentation. | ||
|
||
Tl;Dr: images built with build.py will work on firesim, you just need to update | ||
the symlinks in workloads/deploy/ and then run them as normal. This will be | ||
intergrated more completely in future releases. | ||
python-requirements.txt and centos-requirements.txt are incomplete lists of | ||
required packages for python3. If you find that you need a package not in those | ||
lists, please file an issue. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.