summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-05-05 20:46:42 -0600
committerEvan Lojewski <github@meklort.com>2019-05-05 20:46:42 -0600
commit7af4afcea56937f87476e6fbd1e63b549fa0a97f (patch)
tree08ad24d68a704a24b36bcdd53a95aec065367496
parent018b9c6f8d73663f0bb9f607f6fdf3c2064c457c (diff)
downloadbcm5719-ortega-7af4afcea56937f87476e6fbd1e63b549fa0a97f.tar.gz
bcm5719-ortega-7af4afcea56937f87476e6fbd1e63b549fa0a97f.zip
Add sequence for testing APE firmware in ram, before flashing.
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 41ac5c8..ce7edff 100644
--- a/README.md
+++ b/README.md
@@ -105,3 +105,10 @@ After compilation, the MIPS firmware is ready to be uploaded to the NIC.
cd build
sudo ./utils/bcmflash/bcmflash -t hardware -1 stage1/stage1.bin
```
+
+### APE Firmware (BMC/NCSI communication)
+The APE firmware can be tested by loading it into ram using the following sequence:
+```base
+cd build
+sudo ./utils/bcmregtool/bcmregtool --apeboot=ape/ape.bin
+``` \ No newline at end of file
OpenPOWER on IntegriCloud