Changes between Version 13 and Version 14 of expansion/gw16167


Ignore:
Timestamp:
01/21/2026 11:46:05 PM (7 weeks ago)
Author:
Tim Harvey
Comment:

added note about module param used by GW16159

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16167

    v13 v14  
    331331
    332332Module Parameters:
    333  - There are a number of module parameters supported by morse.ko however the required ones for the GW16159 are:
     333 - There are a number of module parameters supported by morse.ko however the required ones for the GW16167 are:
    334334  * country=US
    335   * enable_ext_xtal_init=1
    336335 - These can be placed in /etc/modprobe..d such as:
    337336{{{#!bash
    338 echo "options morse country=US enable_ext_xtal_init=1" > /etc/modprobe.d/morse.conf
    339 }}}
     337echo "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
    340340
    341341Console Messages: