summaryrefslogtreecommitdiffstats
path: root/docs/getting-started-book.yml
blob: b5fd31b1f328c847a50fd16b3f260d89e2de50c1 (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
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:
    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/R-Car-Starter-Kit-gen3.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: "IotBzh"
    website: http:docs.iot.bzh
    version: master
    chapters:
    - url: "getting-started/troubleshooting.md"
      name: Generic issues
    - url: "getting-started/footers/intel-footer.md"
      name: Intel Boards
    - url: "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: "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: "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