Project Files
Installation
1. Unpack the project archive which is compressed in .zip format.
2. Select the file ‘install.sh’ in the linux file browser, then run it in the terminal.
3. If necessary, you will be asked for password.
4. The installation will be finished in a few seconds.
[sudo] password for demo: Starting .... Project files installed. Press any key to continue ... |
Files in the Project
app/
C source programs
cgi/ |
cgi program for HTTP server |
lib/ |
common application library |
etmd/ |
etmd service. UDP locator. |
siod/ |
TCP/UDP to serial converter |
example/ |
program examples |
cgidemo/ |
cgi examples |
image/
Binary images
linux.zip |
Linux system compressed binary |
Romfs.zip |
ROM file system compressed binary |
ROM.bin |
saved ROM image |
bootloader.bin |
boot loader image |
Makefile |
script for generating ROM |
romdisk/
Files and directories under root '/' of device
bin/ dev/ etc/ flash/ proc/ sd/ swap/ tmp/ usb/ usr/ var/ |
root file system of the target device. File structure in this directory will be
converted into a single image 'romfs.zip' which can
be stored in flash |
flash/
Working copy of the files and directories under /flash of device.
config/ |
app.ini – current configuration app-default.ini – default configuration autorun.ini – user startup script autorun-dbg.ini – user startup script in debug mode |
www/sys |
HTML pages, cgi programs |
www/demo |
web interface demo |
bin/ |
siod other user programs |