@@ -15,15 +15,13 @@ shell-script-example
1515├── app
1616│ ├── shell_script_example
1717│ ├── LICENSE
18- │ ├── Makefile
1918│ └── manifest.json
2019├── Dockerfile
2120└── README.md
2221```
2322
2423- ** app/shell_script_example** - Shell script application which writes "Hello World!" to system-log.
2524- ** app/LICENSE** - Text file which lists all open source licensed source code distributed with the application.
26- - ** app/Makefile** - Empty Makefile. Necessary for the build process.
2725- ** app/manifest.json** - Defines the application and its configuration.
2826- ** Dockerfile** - Docker file with the specified Axis toolchain and API container to build the example specified.
2927- ** README.md** - Step by step instructions on how to run the example.
@@ -61,14 +59,12 @@ shell-script-example
6159├── app
6260│ ├── shell_script_example
6361│ ├── LICENSE
64- │ ├── Makefile
6562│ └── manifest.json
6663├── build
6764│ ├── shell_script_example*
68- │ ├── shell_script_example_1_0_0_armv7hf .eap
65+ │ ├── shell_script_example_1_0_0_all .eap
6966│ ├── shell_script_example_1_0_0_LICENSE.txt
7067│ ├── LICENSE
71- │ ├── Makefile
7268│ ├── manifest.json
7369│ ├── package.conf
7470│ ├── package.conf.orig
@@ -78,7 +74,7 @@ shell-script-example
7874```
7975
8076- ** build/shell_script_example*** - Application shell script file.
81- - ** build/shell_script_example_1_0_0_armv7hf .eap** - Application package .eap file.
77+ - ** build/shell_script_example_1_0_0_all .eap** - Architecture-independent .eap file, compatible with both ` armv7hf ` and ` aarch64 ` devices .
8278- ** build/shell_script_example_1_0_0_LICENSE.txt** - Copy of LICENSE file.
8379- ** build/manifest.json** - Defines the application and its configuration.
8480- ** build/package.conf** - Defines the application and its configuration.
@@ -100,9 +96,7 @@ http://<AXIS_DEVICE_IP>/index.html#apps
10096- Click on the tab ` Apps ` in the device GUI
10197- Enable ` Allow unsigned apps ` toggle
10298- Click ` (+ Add app) ` button to upload the application file
103- - Browse to the newly built ACAP application, depending on architecture:
104- - ` shell_script_example_1_0_0_aarch64.eap `
105- - ` shell_script_example_1_0_0_armv7hf.eap `
99+ - Browse to the newly built ACAP application, ` shell_script_example_1_0_0_all.eap `
106100- Click ` Install `
107101- Run the application by enabling the ` Start ` switch
108102
0 commit comments