Difference between revisions of "IoTGateway/BSP/Linux/AM335x/AM335x LBV2 User Guide"

From ESS-WIKI
Jump to: navigation, search
Line 18: Line 18:
  
 
Please refer to [[IoTGateway/BSP/Linux/AM335x/AM335x_LBV6_User_Guide#Update_Linux_OS|<span class="mw-headline" id="Configure_your_Linux_Host"><span style="color:#0070c0">Update Linux OS</span></span>]] to update linux OS.
 
Please refer to [[IoTGateway/BSP/Linux/AM335x/AM335x_LBV6_User_Guide#Update_Linux_OS|<span class="mw-headline" id="Configure_your_Linux_Host"><span style="color:#0070c0">Update Linux OS</span></span>]] to update linux OS.
 +
 +
= <span class="mw-headline" id="Developement_Guide">Developement Guide</span> =
 +
 +
== <span class="mw-headline" id="HW_module_Configuration_.26_driver"><span style="color:#0070c0">HW module Configuration & driver</span></span> ==
 +
 +
*[http://ess-wiki.advantech.com.tw/view/IoTGateway/BSP/Linux/AM335x/Add_a_Driver_to_Kernel_by_menuconfig Add a Driver to Kernel by menuconfig]
 +
*[http://ess-wiki.advantech.com.tw/view/IoTGateway/BSP/Linux/AM335x/Hardware_module Hardware module]
 +
 +
== <span class="mw-headline" id="C.2FC.2B.2B_.26_Qt_Application_Development"><span style="color:#0070c0">C/C++ & Qt Application Development</span></span> ==
 +
 +
*[http://ess-wiki.advantech.com.tw/view/IoTGateway/BSP/Linux/AM335x/C/C++_Development C/C++ Application Development]
 +
*[http://ess-wiki.advantech.com.tw/view/IoTGateway/BSP/Linux/AM335x/Qt_Application_Development Qt Application Development]
 +
 +
== <span class="mw-headline" id="System_Service_.26_Usage"><span style="color:#0070c0">System Service & Usage</span></span> ==
 +
 +
*[http://ess-wiki.advantech.com.tw/view/IoTGateway/BSP/Linux/AM335x/System_Service_and_Usage System Service & Usage]

Revision as of 09:22, 7 February 2017

Start Guide

Generally,to do Linux development, you’ll need a host PC running Linux. In the development with the advantech SDK, it would be strongly recommend to use Ubuntu 12.04 LTS 64 bit/ Ubuntu 14.04 LTS 64 bit as developing environment. Because we have successfully tested our BSP on these OS version. Please install the Ubuntu 12.04 LTS 64 bit / Ubuntu 14.04 LTS 64 bit at your PC/NB in advance.

Configure your Linux Host

Please refer to Configure your Linux Host to configure your Linux Host.

Install Advantech SDK

Please refer to Install Advantech SDK to install advantech SDK.

BSP Building Guide

Please refer to BSP Building Guide to build advantech BSP.

Update Linux OS

Please refer to Update Linux OS to update linux OS.

Developement Guide

HW module Configuration & driver

C/C++ & Qt Application Development

System Service & Usage