blob: 0e18a75aca9deb583bbb6ae31c70c116fcc08496 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
type: books
books:
-
id: image-development-workflow
order: 10
title: Image Development Workflow
title_fr: Processus de génération d'une image
description:
keywords:
author: "IotBzh"
website: http:docs.iot.bzh
version: master
chapters:
- url: "%lang%/getting-started/image-workflow-intro.md"
name: Overview
name_fr: Vue d'ensemble
- url: "%lang%/getting-started/image-workflow-prep-host.md"
name: Preparing Your Build Host
- url: "%lang%/getting-started/image-workflow-download-sw.md"
name: Downloading AGL Software
- url: "%lang%/getting-started/image-workflow-initialize-build-environment.md"
name: Initializing Your Build Environment
- url: "%lang%/getting-started/image-workflow-cust-build.md"
name: Customizing Your Build
- url: "%lang%/getting-started/image-workflow-build.md"
name: Building the AGL Image
- url: "%lang%/getting-started/machines/intel.md"
name: Building for Most Intel 64-Bit Hardware Platforms
- url: "%lang%/getting-started/machines/qemu.md"
name: Building for Emulation
- url: "%lang%/getting-started/machines/R-Car-Starter-Kit-gen3.md"
name: Build for R Car Starter Kit gen3 board
- url: "%lang%/getting-started/machines/raspberrypi.md"
name: Build for Raspberry PI 2/3
-
id: troubleshooting
order: 51
title: Troubleshooting
description: Troubleshooting Description
keywords:
author: "IotBzh"
website: http:docs.iot.bzh
version: master
chapters:
- url: "%lang%/getting-started/troubleshooting.md"
name: Generic issues
- url: "%lang%/getting-started/footers/intel-footer.md"
name: Intel Boards
- url: "%lang%/getting-started/footers/raspberrypi-footer.md"
name: Raspberry PI
-
id: sdk
order: 51
title: SDK
description: SDK Quick Setup
keywords:
author: "IotBzh"
website: http:docs.iot.bzh
version: master
chapters:
- url: "%lang%/getting-started/setup-sdk-environment.md"
name: SDK Quick Setup
-
id: app-development-workflow
order: 60
title: Application Development Workflow
description:
keywords:
author: "IotBzh"
website: http:docs.iot.bzh
version: master
chapters:
- url: "%lang%/getting-started/app-workflow-intro.md"
name: Overview
- url: "%lang%/getting-started/app-workflow-image.md"
name: Download or Build Your Image
- url: "%lang%/getting-started/app-workflow-sdk.md"
name: Download or Build Your SDK Installer
- url: "%lang%/getting-started/app-workflow-bootables.md"
name: Create Bootable Media
- url: "%lang%/getting-started/app-workflow-boot.md"
name: Boot the Image on the Board
- url: "%lang%/getting-started/app-workflow-prep-app.md"
name: Get Ready to Create Your Application
- url: "%lang%/getting-started/app-workflow-build-app.md"
name: Create and Build the Application
- url: "%lang%/getting-started/app-workflow-deploy-app.md"
name: Deploy the Application to the Board
- url: "%lang%/getting-started/app-workflow-debug-app.md"
name: Debug the Application
|