Changes between Version 13 and Version 14 of expansion/gw16167
- Timestamp:
- 01/21/2026 11:46:05 PM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16167
v13 v14 331 331 332 332 Module Parameters: 333 - There are a number of module parameters supported by morse.ko however the required ones for the GW161 59are:333 - There are a number of module parameters supported by morse.ko however the required ones for the GW16167 are: 334 334 * country=US 335 * enable_ext_xtal_init=1336 335 - These can be placed in /etc/modprobe..d such as: 337 336 {{{#!bash 338 echo "options morse country=US enable_ext_xtal_init=1" > /etc/modprobe.d/morse.conf 339 }}} 337 echo "options morse country=US" > /etc/modprobe.d/morse.conf 338 }}} 339 - Note that our build example and pre-built BSP's also add a 'enable_ext_xtal_init=1' which is not needed for the USB based GW16167 but is needed for the SDIO based GW16159 as it has an external XTAL; we add it so that both cards are supported 340 340 341 341 Console Messages:
