Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:xu4_cloudshell2 [2017/05/11 17:58] john1117 [Advanced setup] |
en:xu4_cloudshell2 [2017/07/17 11:41] (current) odroid [6. Turn off the fan] |
||
---|---|---|---|
Line 46: | Line 46: | ||
====== Hardware ====== | ====== Hardware ====== | ||
- | **Cloudshell-2 Schematic** : {{ :en:acc:cs2:cloudshell2.pdf |}} | + | |
+ | * {{:en:acc:cs2:cloudshell2.pdf | XU4 Cloud Shell Rev0.4 Schematic}} | ||
+ | * [[http://dn.odroid.com/cloudshell2/3MM_170313.DXF|XU4 Cloud Shell 2D drawing 3MM parts (.dxf)]] | ||
+ | * [[http://dn.odroid.com/cloudshell2/5MM_170313.DXF|XU4 Cloud Shell 2D drawing 5MM parts (.dxf)]] | ||
{{:en:cloudshell2_board.jpg?650|}} | {{:en:cloudshell2_board.jpg?650|}} | ||
Line 65: | Line 69: | ||
===== 0. Hardware assembling ===== | ===== 0. Hardware assembling ===== | ||
* [[en:xu4_cloudshell2:assembling_cs2|Assembling Cloudshell2]] | * [[en:xu4_cloudshell2:assembling_cs2|Assembling Cloudshell2]] | ||
- | ===== 1. Setting your eMMC or microSD card for Cloudshell2 ===== | + | ===== 1. Install minimal Ubuntu image to run Cloudshell2 ===== |
* [[en:xu4_cloudshell2:software_settings|Setting your memory card for Cloudshell2]] | * [[en:xu4_cloudshell2:software_settings|Setting your memory card for Cloudshell2]] | ||
===== 2. Set the RAID mode ===== | ===== 2. Set the RAID mode ===== | ||
Line 118: | Line 122: | ||
===== 5. Disable the LCD script ===== | ===== 5. Disable the LCD script ===== | ||
If you want to disable the LCD script, then you should run following command. | If you want to disable the LCD script, then you should run following command. | ||
- | sudo systemctl disable cloudshell-lcd.service | + | sudo apt-get remove cloudshell-lcd |
+ | |||
+ | ===== 6. Turn the Fan off/on ===== | ||
+ | You can turn the fan off with following command. | ||
+ | sudo i2cset -y 1 0x60 0x05 0x05 | ||
+ | Turn it on again. | ||
+ | sudo i2cset -y 1 0x60 0x05 0x00 | ||
+ | |||
+ | If you want to disable the fan always, remove the cloudshell2-fan package. | ||
+ | sudo apt-get remove cloudshell2-fan | ||
+ | sudo reboot | ||
====== Detail installations ====== | ====== Detail installations ====== | ||
* [[xu4_cloudshell2_raid_setting|How to set the RAID mode]] | * [[xu4_cloudshell2_raid_setting|How to set the RAID mode]] | ||
Line 130: | Line 144: | ||
* [[xu4_cloudshell_lcd_backlight|How to turn on/off the LCD back-light]] | * [[xu4_cloudshell_lcd_backlight|How to turn on/off the LCD back-light]] | ||
* [[http://forum.odroid.com/viewtopic.php?f=93&t=15666|Dual head implementation]] | * [[http://forum.odroid.com/viewtopic.php?f=93&t=15666|Dual head implementation]] | ||
- | * [[xu4_cloudshell_omv|Configure LCD and Fan on OMV(Open Media Vault)]] | + | * [[xu4_cloudshell_omv|How to install Open Media Vault]] |
====== References ====== | ====== References ====== | ||
Line 136: | Line 150: | ||
- [[https://en.wikipedia.org/wiki/RAID]] | - [[https://en.wikipedia.org/wiki/RAID]] | ||
- [[http://searchstorage.techtarget.com/definition/JBOD]] | - [[http://searchstorage.techtarget.com/definition/JBOD]] | ||
- | - [[en:xu4_cloudshell2:performance|HELIOS LanTest result]] | + | - [[en:xu4_cloudshell2:performance|Hardware RAID vs Software RAID]] |