Changes between Version 3 and Version 4 of expansion/gw16160


Ignore:
Timestamp:
08/12/2025 10:38:22 PM (3 days ago)
Author:
Ryan Erbstoesser
Comment:

add note for preboot

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16160

    v3 v4  
    6464 - GW820x+GW16FE0 in FSA2 - SDIO_RESET# is pin23 and is GPIO2_10. To take out of reset you can add 'gpio set gpio2_10' to U-Boot scripts (ie preboot). FSA1 does not connect pin23
    6565
     66Examples:
     67 * GW820x+GW16FE0 in FSA2:
     68  - set GPIO in U-Boot:
     69{{{
     70setenv preboot "$preboot; gpio set gpio2_10"
     71saveenv
     72}}}
     73
    6674== Reset
    6775The Mosiac-X5 NRST_IN# needs to be floating (internal pu) or driven high at 3.3V to allow the card out of reset.
     
    8492
    8593Reset Loading Options:
    86  - resistor R20 can be loaded and U7 unloaded to directly connect these if used in a socket where this pin is 3.3V
     94 - Resistor R20 can be loaded and U7 unloaded to directly connect these if used in a socket where this pin is 3.3V
    8795 - U7 can be unloaded and the internal PU will allow the Mosiac out of reset without the ability to reset it via hardware
    8896