This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user_guide:md_on_lede [2017/04/06 12:32] – [Preparing the environment] admin | user_guide:md_on_lede [2017/04/09 04:56] (current) – [Preset for a certain model and server] admin | ||
---|---|---|---|
Line 217: | Line 217: | ||
option id_if ' | option id_if ' | ||
</ | </ | ||
+ | |||
+ | ==== Preset for a certain model and server ==== | ||
+ | * Should you wish to already have the firmware setup when you flash it (As needed for Over The Air OTA upgrades) check the following additional items. | ||
+ | * Specify the server it is pointing to | ||
+ | <code bash> | ||
+ | vi ./ | ||
+ | </ | ||
+ | * Under **internet1** the value of **ip** | ||
+ | * Under **settings** the value of **hardware** should specify the correct value of the model you use. Available options are in the same file. | ||
+ | * Then you need to specify a system config file to define the LED we will use to indicate the mesh traffic | ||
+ | <code bash> | ||
+ | vi ./ | ||
+ | </ | ||
+ | * Use this as a reference. | ||
+ | <code bash> | ||
+ | config system | ||
+ | option ttylogin ' | ||
+ | option log_size ' | ||
+ | option urandom_seed ' | ||
+ | option timezone ' | ||
+ | option hostname ' | ||
+ | |||
+ | config timeserver ' | ||
+ | option enabled ' | ||
+ | option enable_server ' | ||
+ | list server ' | ||
+ | list server ' | ||
+ | list server ' | ||
+ | list server ' | ||
+ | |||
+ | config led ' | ||
+ | option name ' | ||
+ | option trigger ' | ||
+ | option dev ' | ||
+ | option mode 'link tx rx' | ||
+ | option sysfs ' | ||
+ | |||
+ | </ | ||
+ | |||
* Now the tweaks are completed we can select the packages to include. | * Now the tweaks are completed we can select the packages to include. | ||
Line 271: | Line 310: | ||
| **Kernel modules -> USB support -> kmod-usb2** | Required for USB support in device | | | **Kernel modules -> USB support -> kmod-usb2** | Required for USB support in device | | ||
| **Utilities -> usb-modeswitch** | Required to switch the mode of the USB stick from storage to modem | | | **Utilities -> usb-modeswitch** | Required to switch the mode of the USB stick from storage to modem | | ||
+ | |||
+ | |||
+ | |||
+ | ==== Atheros based 802.11AC ==== | ||
+ | |||
+ | * If you build firmware for hardware that includes the **ATH10K** driver, be sure to also include the binary blob firmware package. | ||
+ | * The following table can be uses as a reference | ||
+ | |||
+ | ^ Hardware | ||
+ | | Yuncore XD3200 | ||