Difference between revisions of "SUSI"

From ESS-WIKI
Jump to: navigation, search
m (Jasonjh.huang moved page SW Service/API to SUSI)
Line 1: Line 1:
 +
[[File:select_EISS_SUSIAPI20180126152759.jpg|600px]]
 +
 
<h2>Introduction</h2>
 
<h2>Introduction</h2>
  
Line 23: Line 25:
 
Untar the SUSI 4.0 tar.gz file
 
Untar the SUSI 4.0 tar.gz file
  
[[File:SUSI4.0 1.png|500x600px|SUSI4.0_1.png]]
+
 
 +
[[File:SUSI4.0 Untar.png|500x600px|SUSI4.0_1.png]]
  
 
Change directory to “SUSI4.0.*/Driver” folder and execute "make install "
 
Change directory to “SUSI4.0.*/Driver” folder and execute "make install "
  
[[File:SUSI4.0 3.png|500x600px|SUSI4.0_3.png]]
+
[[File:SUSI4.0 Install.png|500x600px|SUSI4.0_3.png]]
  
 
===== 2. Uninstallation =====
 
===== 2. Uninstallation =====
Line 33: Line 36:
 
Change directory to “SUSI4.0.*/Driver” folder and execute "make uninstall "
 
Change directory to “SUSI4.0.*/Driver” folder and execute "make uninstall "
  
[[File:SUSI4.0 5.png|500x600px|SUSI4.0_5.png]]
+
[[File:SUSI4.0 Uninstall.png|500x600px|SUSI4.0_5.png]]
  
 
=== SUSI Device ===
 
=== SUSI Device ===

Revision as of 05:48, 30 May 2023

Select EISS SUSIAPI20180126152759.jpg

Introduction

When developers want to write an application that involves hardware access, they have to study the specifications to write the drivers. This is a time-consuming job and requires lots of expertise. Advantech has done all the hard work for our customers with the release of a suite of Software APIs, Application Programming Interfaces, which is a Bridge to Simplify & Enhance H/W & Application Implementation Efficiency. Nowadays, Advantech provides our sample application demos, HW drivers and APIs. The drivers which are keeping in maintenance included Secured & Unified Smart Interface (SUSI) 4.0, 3.02 and iManager 2.0. Only SUSI4 driver is on developing, so we recommend SUSI4 to new customers.

Drivers of APIs

iManager 2.0

Advantech's EC platforms come equipped with iManager, a micro controller that provides embedded features for system integrators. Embedded features have been moved from the OS/BIOS level to the board level, to increase reliability and simplify integration.

SUSI 3.02

SUSI 3.02 provides not only the underlying drivers required but also a rich set of user-friendly, intelligent and integrated interfaces, which speeds development, enhances security and offers add-on value for Advantech platforms. SUSI plays the role of catalyst between developer and solution, and makes Advantech embedded platforms easier and simpler to adopt and operate with customer applications.

SUSI 4.0

SUSI 4.0 driver supports include not only newer SUSI 4.0 APIs, but also the APIs of SUSI 3.02 and iManager 2.0. Therefore, the old customers, who bought SUSI 3.02 or iManager 2.0 before, can install SUSI 4.0 driver with no effort. Customers will enjoy better performance which is SUSI 4.0 driver carries out.

Installation on Linux

1. Installation

Untar the SUSI 4.0 tar.gz file


SUSI4.0_1.png

Change directory to “SUSI4.0.*/Driver” folder and execute "make install "

SUSI4.0_3.png

2. Uninstallation

Change directory to “SUSI4.0.*/Driver” folder and execute "make uninstall "

SUSI4.0_5.png

SUSI Device

SUSI Device is auxiliary library that depend on SUSI library.

Document

SUSI4 Sample Code