tps/test: fix README and typo

parent 4594d046
......@@ -22,7 +22,8 @@ This batch of test makes a connectivity test of the SPEC's components.
- test07: checks data and address lines of DDR memory.
- test08: checks PLL and rest of oscillators on SPEC board.
- test09: reads Temperature sensor's unique ID.
- test10: overwrites the GENNUM's EEPROM to setup VENDOR ID and DEVICE ID to the correct values.
- test10: checks USB UART connectivity.
- test12: overwrites the GENNUM's EEPROM to setup VENDOR ID and DEVICE ID to the correct values.
This tests are made to work stand-alone too. So, it is possible to call each one using 'python test0x.py'
......
......@@ -13,7 +13,7 @@ import os
from tpsexcept import *
"""
test10: overwrittes GENNUM EEPROM with VENDOR ID, DEVICE ID of SPEC Board.
test10: overwrites GENNUM EEPROM with VENDOR ID, DEVICE ID of SPEC Board.
"""
class EEPROM_GENNUM:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment