Ts-4710 external reset: Difference between revisions

From embeddedTS Manuals
(Created page with "The external reset pin (DIO 9) will reset the CPU by default when it is low. You can disable this functionality to use this as a DIO by running: <source lang=bash> tshwctl --...")
 
No edit summary
 
Line 3: Line 3:
tshwctl --resetswitchoff
tshwctl --resetswitchoff
</source>
</source>
This can be disabled with the CFG_RESETSW_EN=0 option in the [[#Initramfs]].

Latest revision as of 16:54, 3 November 2014

The external reset pin (DIO 9) will reset the CPU by default when it is low. You can disable this functionality to use this as a DIO by running:

tshwctl --resetswitchoff

This can be disabled with the CFG_RESETSW_EN=0 option in the #Initramfs.