User Manual
Table Of Contents
- 1. Introduction
- 2. Libre Wireless Technologies’ EVK
- 3. Firmware Upgrade
- 4. Network Configuration
- 5. Configuring Non-Volatile-Item
- 6. Features
- 6.1. Libre APP for Android
- 6.2. DDMS
- 6.3. Source Switching
- 6.4. Failsafe Mechanism
- 6.5. Software Security
- 6.6. Airplay®
- 6.7. Cast For Audio
- 6.8. Spotify Connect
- 6.9. AUX-In Support
- 6.10. USB Playback
- 6.11. DLNA ® / DMR
- 6.12. LUCI Over UART
- 6.13. Switch between Wired and wireless modes
- 6.14. TCP / IP Tunneling
- 6.15. Wi-Fi Scan Result
- 6.16. Device Name Configuration
- 6.17. Music Services
- 6.18. Telnet
- 6.19. Roon Music
- 7. Appendix
LS9 User Guide
Libre Wireless Technologies User Guide : LS9 / LS9AD, Ver. 5.3 Page 36 of 75
Libre Confidential
5. Configuring Non-Volatile-Item
Non-Volatile (NV) item in LibreSync can be configured through command line or by
editing the env-item.xml file, shared by Libre.
To configure the NV-Item, type the below command in the command line and Reboot
the LS-Module to apply the changes.
Command Syntax
#setenv <NV_item_name> <<value>>
#reboot
There should be space between setenv and <NV_item_name> and between the
<NV_item_name> and <<value>> .
To know the value of the NV-Item set, type the below command in the command line.
Command Syntax
#getenv <NV_item_name>
To reset all the NV-Items to factory default values, type the below command in the
command line.
Command Syntax
#SetFacDefault
To know all the NV-items values, type the below command in the command line.
Command Syntax
#GetAllENV
Example
To configure NV-item hostpresent
#setenv hostpresent 1
#reboot
To Know the value of the NV-Item
hostpresent.
#getenv hostpresent
For detailed information on Configuring the NV-Items refer to
“LibreWirelessTechNote – Non-Volatile_Items_in_LibreSync” available in Libre Portal.