Changes between Version 4 and Version 5 of expansion/gw16160


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

update small things

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16160

    v4 v5  
    184184
    185185Receiver config examples:
    186  * use the 'LstDiskInfo,DSK1' receiver command to obtain info about it:
     186 * use the !'LstDiskInfo,DSK1' receiver command to obtain info about it:
    187187{{{#!bash
    188188LstDiskInfo,DSK1
     
    217217
    218218With a GW16160 mounted on a GW8201 with a GW16FE0 in FSA2 this is /dev/ttymxc2:
    219 {{{#bash
     219{{{
     220#bash
    220221screen /dev/ttymxc2 115200,cs8 # UART3 (FSA#2)
     222picocom /dev/ttymxc2 -b 115200 --omap lfcr #picocom option
     223}}}
     224
     225Example output:
     226{{{
     227$GPGGA,224309.00,,,,,0,00,,,M,,M,,*46
     228$GPGGA,224310.00,,,,,0,00,,,M,,M,,*4E
     229$GPGGA,224311.00,,,,,0,00,,,M,,M,,*4F
     230$GPGGA,224312.00,,,,,0,00,,,M,,M,,*4C
     231$GPGGA,224313.00,,,,,0,00,,,M,,M,,*4D
    221232}}}
    222233
     
    258269In summary you need the following to use this interface:
    259270 * Link partner connected to the 2 pairs configured for 100mbps ethernet
    260  * firmware update to provide the 50Mhz clk from the Mosaic MAC
     271 * Firmware update to provide the 50Mhz clk from the Mosaic MAC
    261272 * EthernetMode enabled in the receiver
    262  * either set IPParameters for static IP or read it to get IP settings
     273 * Either set IPParameters for static IP or read it to get IP settings
    263274
    264275
     
    303314}}}
    304315
    305 Changing the current pps in the gw82xx to this would look like this (although note you can have multiple pps sources):
     316Changing the current pps in the GW82xx to this would look like this (although note you can have multiple pps sources):
    306317{{{#!bash
    307318diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw82xx.dtsi b/arch/arm64/boot/dts/freescale/imx8mp