Changes

Jump to: navigation, search

FAQ:fitlet2

492 bytes removed, 12:04, 23 June 2019
==Hardware==
===How to control fitlet2 front LEDsin Linux?===
==== <ins>For Linux</ins> ====See [[Application note - fitlet2 has 2 controlling front LEDs, LED1 and LED2. Each of them has GREEN and YELLOW parts that can be controlled separately. In on Linux kernel there are 4 related GPIOs: GPIO435, GPIO436, GPIO437, GPIO438.*GPIO435 - LED1 GREEN*GPIO436 - LED1 YELLOW*GPIO437 - LED2 GREEN*GPIO438 - LED2 YELLOW To control the GPIOs need to login as root (root password required): $ su Password: To control for example LED1 GREEN part: $ echo 435 > /sys/class/gpio/export $ echo out > /sys/class/gpio/gpio435/direction $ echo 1 > /sys/class/gpio/gpio435/value # LED1 should be GREEN now $ echo 0 > /sys/class/gpio/gpio435/value # LED1 should be OFF now $ echo 435 > /sys/class/gpio/unexport The GPIO framework and GPIO sysfs interface are documented inhttps://www.kernel.org/doc/Documentation/gpio/gpio.txt]]
===How do you I configure my cellular modem on Linux?===
==Software==
=== FreeBSD is not working, what can How Do I doEnable Wake-On-Lan (WOL)?===
There are necessary configuration changes that should be made in order *Enter BIOS menu by hitting '''[ESC]''' on startup*Navigate to have FreeBSD work : Chipset Tab --> South Cluster Configuration --> Miscellaneous Configuration * Wake on fitlet2Lan should be there '''[Disabled]''' by default
*Enable Wake on Lan and Save&Exit by pressing '''[F4]'''
 
=== FreeBSD is not working, what can I do?===
There are necessary configuration changes that should be made in order to have FreeBSD work on fitlet2.<br>Press '''[Del] ''' during boot to enter BIOS settingsand set the following to:
Set Chipset -> OS Selection to [Intel Linux] Set Chipset South Cluster Configuration -> SCC Configuration -> SCC SD Card Support (D27: F0) to '''[DisableDisabled]''' Set Chipset -> South Cluster Configuration -> SCC Configuration -> SCC eMMC Support (D28: F0) to '''[DisableDisabled]''' Set Chipset -> SCC South Cluster Configuration -> SCC UFS Support (D29: F0) to [Disable] Set Chipset -> SCC Configuration -> SCC SDIO Support (D30: F0) to '''[DisableDisabled]'''
===How to identify the COM port on Linux ?===
To enable it, please, set the following BIOS menu settings:
# 1. Advanced --> CSM Configuration -> CSM Support : '''[Enabled]'''# 2. Advanced --> CSM Configuration -> Boot option filter : '''[Legacy only]'''# 3. Advanced --> CSM Configuration -> Network : '''[Legacy]'''# 4. Advanced --> CSM Configuration -> Storage : '''[Legacy]'''# 5. Advanced --> CSM Configuration -> Video : '''[Legacy]'''# 6. Advanced --> CSM Configuration -> Other PCI devices : '''[Legacy]'''# 7. Boot --> Boot Mode Selection : '''[Legacy]'''# Main --> OS Selection : '''[Linux]'''# 8. Press the '''F4''' key to '''Save & Exit'''
[[category:fitlet2]]
[[category:FAQ]]