Led Test; Opengl Test - Advantech UBC-220 User Manual

Risc iot box computer powered by freescale i.mx6 dual lite processor arm cortex a9 architecture
Table of Contents

Advertisement

#3glink
Send AT commands...
#send (AT^M)
send (ATDT*99#^M)
expect (CONNECT)
AT^M^M
OK^M
ATDT*99#^M^M
CONNECT
-- got it
.........
The command used to test WIFI module is as follows, the supported module P/N is
EWM-W142F01E.
#ifconfig wlan0 up
#iwlist wlan0 scanning
#wpa_passphrase "Wifi name" password > /tmp/wpa.conf
#wpa_supplicant -BDwext -iwlan0 -c/tmp/wpa.conf
#dhclient wlan0
2.5.6

LED Test

This test is to light up/turn off the configurable LED(LED2). These codes can be
taken as the reference code for a SW AP.
cd /sys/class/gpio/
echo 1 > export
cd /sys/class/gpio/gpio1
LED on
echo 0 > value
LED off
echo 1 > value
2.5.7

OpenGL Test

Please follow below instructions to test OpenGL on UBC-220 platform:
1.
Change path to /opt/viv_samples/vdk
#cd /opt/viv_samples/vdk
#ls tutorial*
tutorial1
tutorial5_es20
tutorial1_es20
tutorial2
2.
Run tutorial7 for OpenGL ES 1.1
Using Vertex Buffer Objects (VBO) can substantially increase performance by reduc-
ing the bandwidth required to transmit geometry data. Information such vertex, nor-
mal vector, color, and so on is sent once to locate device video memory and then
bound and used as needed, rather than being read from system memory every time.
This example illustrates how to create and use vertex buffer objects.
#./tutorial7
tutorial2_es20
tutorial4
tutorial3
tutorial4_es20
tutorial3_es20
tutorial5
23
tutorial6
tutorial7
UBC-220 User Manual

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ubc-220dl-mda1e

Table of Contents