Changes between Version 4 and Version 5 of expansion/gw16160
- Timestamp:
- 08/12/2025 10:48:36 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16160
v4 v5 184 184 185 185 Receiver 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: 187 187 {{{#!bash 188 188 LstDiskInfo,DSK1 … … 217 217 218 218 With a GW16160 mounted on a GW8201 with a GW16FE0 in FSA2 this is /dev/ttymxc2: 219 {{{#bash 219 {{{ 220 #bash 220 221 screen /dev/ttymxc2 115200,cs8 # UART3 (FSA#2) 222 picocom /dev/ttymxc2 -b 115200 --omap lfcr #picocom option 223 }}} 224 225 Example 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 221 232 }}} 222 233 … … 258 269 In summary you need the following to use this interface: 259 270 * Link partner connected to the 2 pairs configured for 100mbps ethernet 260 * firmware update to provide the 50Mhz clk from the Mosaic MAC271 * Firmware update to provide the 50Mhz clk from the Mosaic MAC 261 272 * EthernetMode enabled in the receiver 262 * either set IPParameters for static IP or read it to get IP settings273 * Either set IPParameters for static IP or read it to get IP settings 263 274 264 275 … … 303 314 }}} 304 315 305 Changing the current pps in the gw82xx to this would look like this (although note you can have multiple pps sources):316 Changing the current pps in the GW82xx to this would look like this (although note you can have multiple pps sources): 306 317 {{{#!bash 307 318 diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw82xx.dtsi b/arch/arm64/boot/dts/freescale/imx8mp