Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
norrathep committed May 22, 2018
1 parent e09cd02 commit 40faf36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 71 deletions.
66 changes: 0 additions & 66 deletions README

This file was deleted.

12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ HYDRA is published at WiSec'17. If you plan to use any part of our HYDRA code, p
```


# PROVER: In prover folder
# Prover: (in /prover folder)

## SW-UPDATE:

To compile:

1) cp configs/sw-update-image-imx6 .config
2) make clean && make
3) cd sel4-stripimage
4) make run
```
cp configs/sw-update-image-imx6 .config
make clean && make
cd sel4-stripimage
make run
```

To run on SabreLite:
Assume (i) micro-sd is inserted at /dev/sdX and (ii) the SabreLite board is configured to be able to run seL4 executable (if not, visit: https://sel4.systems/Info/Hardware/sabreLite/)
Expand Down

0 comments on commit 40faf36

Please sign in to comment.