blob: 12b4b75423de71cef1acd75486081a84e98acc99 (
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
92
93
94
|
type: books
books:
-
id: welcome-overview
order: 10
title: "Welcome !"
description:
keywords:
author:
version: master
chapters:
- url: "getting-started/getting-started-welcome.md"
name: Overview
-
id: image-development-workflow
order: 10
title: Developing an AGL Image
title_fr: Processus de génération d'une image
description:
keywords:
author:
version: master
chapters:
- url: "getting-started/image-workflow-intro.md"
name: Overview
name_fr: Vue d'ensemble
- url: "getting-started/image-workflow-prep-host.md"
name: Preparing Your Build Host
- url: "getting-started/image-workflow-download-sw.md"
name: Downloading AGL Software
- url: "getting-started/image-workflow-initialize-build-environment.md"
name: Initializing Your Build Environment
- url: "getting-started/image-workflow-cust-build.md"
name: Customizing Your Build
- url: "getting-started/image-workflow-build.md"
name: Building the AGL Image
- url: "getting-started/machines/intel.md"
name: Building for Most Intel 64-Bit Hardware Platforms
- url: "getting-started/machines/qemu.md"
name: Building for Emulation
- url: "getting-started/machines/renesas.md"
name: Build for R Car Starter Kit gen3 board
- url: "getting-started/machines/raspberrypi.md"
name: Build for Raspberry PI 2/3
-
id: troubleshooting
order: 51
title: Troubleshooting
description: Troubleshooting Description
keywords:
author:
version: master
chapters:
- url: "getting-started/troubleshooting.md"
name: Generic issues
-
id: docker-container-setup
order: 51
title: Setting Up a Docker Container
description: setup docker container Description
keywords:
author:
version: master
chapters:
- url: "getting-started/docker-container-setup.md"
name: Overview
-
id: app-development-workflow
order: 60
title: Developing an Application
description:
keywords:
author:
version: master
chapters:
- url: "getting-started/app-workflow-intro.md"
name: Overview
- url: "getting-started/app-workflow-image.md"
name: Download or Build Your Image
- url: "getting-started/app-workflow-sdk.md"
name: Download or Build Your SDK Installer
- url: "getting-started/app-workflow-bootables.md"
name: Create Bootable Media
- url: "getting-started/app-workflow-boot.md"
name: Boot the Image on the Board
- url: "getting-started/app-workflow-prep-app.md"
name: Get Ready to Create Your Application
- url: "getting-started/app-workflow-build-app.md"
name: Create and Build the Application
- url: "getting-started/app-workflow-deploy-app.md"
name: Deploy the Application to the Board
- url: "getting-started/app-workflow-debug-app.md"
name: Debug the Application
|