Skip to content
Snippets Groups Projects
Commit d322f130 authored by Ralf Spiwoks's avatar Ralf Spiwoks
Browse files

Update README.md

parent 1606704c
No related branches found
No related tags found
No related merge requests found
......@@ -40,18 +40,15 @@ EOF
sudo udevadm control --reload-rules && sudo udevadm trigger
```
Install the IPMC Development Kit software:
Install the IPMC Tester and Development Kit software:
```
git clone https://gitlab.cern.ch/ep-ese-be-xtca/ipmc-devkit.git
git clone https://gitlab.cern.ch/ep-ese-be-xtca/ipmc-tester.git
cd ipmc-tester
git submodule update --init --recursive
cd ipmc-devkit
python3 setup.py install --user
```
Install the IPMC Tester software:
```
git clone https://gitlab.cern.ch/ep-ese-be-xtca/ipmc-tester.git
cd ../..
```
## Running
......@@ -60,9 +57,16 @@ Run the IPMC Test software, which is composed of a number of sub-tests:
```
cd ipmc-tester
python3 ipmc-tester/IPMCTest.py
python3 IPMCTest.py -b '10184002A' -s '24020270' -m '80:d3:36:00:43:60' -p -P
```
The parameters have the following meaning:
- \-b \'10184002A\' batch name to be written
- \-s \'2402027\' serial number to be written
- \-m \'80:d3:36:00:43:60\' MAC address to be written
- \-p program the IPMC Tester firmware (in order to run the tests)
- \-P program the IPMC User firmware for shipping (at the end of the tests)
## Notes concerning the Radxa Rock4
The JTAG player and the wiringX library need to be built as a 32-bit executable on the Radxa Rock4 target. For this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment