diff options
author | 2019-03-29 16:59:51 +0100 | |
---|---|---|
committer | 2019-03-29 16:59:51 +0100 | |
commit | a7b92f7bf4ecf3b380c96f457c6d5de6bc870d44 (patch) | |
tree | 2be752b4bbac311cd0f600a24f17cda9cf514a95 /docs/getting-started/app-workflow-intro.md | |
parent | acf8cd46c85e52be82d3124ec7475263a7c552dc (diff) | |
parent | bb997cda4aaaf2c41cb2a83bdabb6b9539221bbf (diff) |
Merge remote-tracking branch 'origin/master-next'
Change-Id: Ifda0fa9a9940d056f72bcad0ea94821face3685d
Diffstat (limited to 'docs/getting-started/app-workflow-intro.md')
-rw-r--r-- | docs/getting-started/app-workflow-intro.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/getting-started/app-workflow-intro.md b/docs/getting-started/app-workflow-intro.md new file mode 100644 index 0000000..063e486 --- /dev/null +++ b/docs/getting-started/app-workflow-intro.md @@ -0,0 +1,34 @@ +# Overview # + +The application development workflow begins with securing the image +that runs on your hardware and finishes with debugging the application +as it runs on that hardware. + +The following figure and list overview the application development +process. +You can learn about the steps in the process by reading through the +remaining sections. + +**NOTE:** This procedure uses information from many other procedures +in the AGL Documentation set. +Links are provided when a set of steps is required that is documented +elsewhere. + +{:: style="margin:auto; display:flex"} + +1. Download or build the image you are going to run on the hardware device. + +2. Download or build the Software Development Kit (SDK) you use to create your application. + +3. Create bootable media using your image. + +4. Boot your hardware device with the media. + +5. Prepare your environment so that you can develop an application. + You can develop the application using XDS or using a stand-alone SDK. + +6. Create your application. + +7. Deploy the application to your hardware. + +8. Debug the application. |