aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Griffis2020-06-03 09:23:58 -0500
committerBrad Griffis2020-06-03 09:23:58 -0500
commita6736fd6127733015aacf9513d8faccf3c72dfd5 (patch)
treeff6acfbd10a6bd424f79726e8831bd4f43244ee3
parent046540f6b16087a0748bf14dfa515e4b3b4550f1 (diff)
downloadam43xx-dss-files-a6736fd6127733015aacf9513d8faccf3c72dfd5.tar.gz
am43xx-dss-files-a6736fd6127733015aacf9513d8faccf3c72dfd5.tar.xz
am43xx-dss-files-a6736fd6127733015aacf9513d8faccf3c72dfd5.zip
Fix typo in padconf READMEHEADmain
-rwxr-xr-xpadconf/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/padconf/README b/padconf/README
index 03afe76..bd5e22d 100755
--- a/padconf/README
+++ b/padconf/README
@@ -54,7 +54,7 @@ The resulting output will align with what was described for the bash script.
54 54
55==== am43xx-padconf-decoder.py ==== 55==== am43xx-padconf-decoder.py ====
56 56
57This is a perl script that takes the *.rd1 file as an input, and produces 57This is a python script that takes the *.rd1 file as an input, and produces
58a *.csv file as an output. It utilizes the *.data file to decode the 58a *.csv file as an output. It utilizes the *.data file to decode the
59pinmuxing of the various registers. It can be run on your host PC or even 59pinmuxing of the various registers. It can be run on your host PC or even
60on the target if Python is part of the OS image (which is the case if you 60on the target if Python is part of the OS image (which is the case if you