User Tools

Site Tools


agl-distro:developer_resources

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
agl-distro:developer_resources [2016/08/08 18:52]
sdesneux
agl-distro:developer_resources [2017/11/13 20:52]
waltminer removed
Line 1: Line 1:
 +<WRAP center round alert 60%>
 +**THIS PAGE IS OBSOLETE**
 +
 +Up to date content is now published on the developer web site:
 +
 +=> http://​docs.automotivelinux.org/​
 +</​WRAP>​
 +
 This page contains a list of developer resources. This page contains a list of developer resources.
  
-======= AGL for Renesas Porter board ======= +====== AGL for Renesas Porter board ====== 
-====== Automotive Grade Linux 2.0 ======+ 
 +Up to date step by step instructions for [[start::​building_for_the_renesas_r-car_m2|building AGL for Renesas Porter board are available here]]. 
 +===== Automotive Grade Linux 2.0 =====
  
 The system DevKit allows developers to rebuild a complete bootable image from The system DevKit allows developers to rebuild a complete bootable image from
Line 15: Line 25:
   * A documentation guide on how to bake a new low level system service   * A documentation guide on how to bake a new low level system service
  
-===== Kickstart 2.0 =====+==== Kickstart 2.0 ====
  
 This document explains step by step how to bootstrap a Porter board with AGL This document explains step by step how to bootstrap a Porter board with AGL
Line 21: Line 31:
  
 The following topics are covered: The following topics are covered:
-• instructions to build an embedded image of AGL 2.0 “Brillant Blowfish” +  * instructions to build an embedded image of AGL 2.0 “Brillant Blowfish” based on Yocto Project 2.0 and Renesas BSP (meta-renesas) 
-based on Yocto Project 2.0 and Renesas BSP (meta-renesas) +  ​* ​instructions on how to install and boot the image on Porter board 
-• instructions on how to install and boot the image on Porter board +  ​* ​instructions on how to add and run a “Hello World” application in the runtime system
-• instructions on how to add and run a “Hello World” application in the +
-runtime system+
  
 [[http://​iot.bzh/​download/​public/​2016/​sdk/​AGL-Kickstart-on-Renesas-Porter-board.pdf|AGL-Kickstart-on-Renesas-Porter-board.pdf]] [[http://​iot.bzh/​download/​public/​2016/​sdk/​AGL-Kickstart-on-Renesas-Porter-board.pdf|AGL-Kickstart-on-Renesas-Porter-board.pdf]]
  
-===== Build BSP and SDK =====+==== Build BSP and SDK ====
  
 The AGL DevKit allows developers to rebuild a complete bootable image and its The AGL DevKit allows developers to rebuild a complete bootable image and its
Line 40: Line 48:
 [[http://​iot.bzh/​download/​public/​2016/​sdk/​AGL-Devkit-Image-and-SDK-for-porter.pdf|AGL-Devkit-Image-and-SDK-for-porter.pdf]] [[http://​iot.bzh/​download/​public/​2016/​sdk/​AGL-Devkit-Image-and-SDK-for-porter.pdf|AGL-Devkit-Image-and-SDK-for-porter.pdf]]
  
-===== Build Applications ​=====+==== Build Applications ====
  
 This document describes the next step: using the SDK to build This document describes the next step: using the SDK to build
Line 47: Line 55:
 Application templates and demos allow developers to start Application templates and demos allow developers to start
 developing various types of applications:​ developing various types of applications:​
-◦ Services +  * Services 
-◦ Native applications +  ​* ​Native applications 
-◦ HTML5 applications +  ​* ​HTML5 applications 
-◦ ...+  ​* ​...
 This guide focuses on how to use these applications templates. This guide focuses on how to use these applications templates.
  
 [[http://​iot.bzh/​download/​public/​2016/​sdk/​AGL-Devkit-Build-your-1st-AGL-Application.pdf|AGL-Devkit-Build-your-1st-AGL-Application.pdf]] [[http://​iot.bzh/​download/​public/​2016/​sdk/​AGL-Devkit-Build-your-1st-AGL-Application.pdf|AGL-Devkit-Build-your-1st-AGL-Application.pdf]]
  
-===== Build low-level system service ​=====+Applications templates are available on Github: [[https://​github.com/​iotbzh/​app-framework-templates]] 
 +==== Build low-level system service ====
  
 This document focuses on the procedure to add a new low level system service This document focuses on the procedure to add a new low level system service
Line 64: Line 73:
 [[http://​iot.bzh/​download/​public/​2016/​bsp/​AGL_Phase2-Devkit-HowTo_bake_a_service.pdf|AGL_Phase2-Devkit-HowTo_bake_a_service.pdf]] [[http://​iot.bzh/​download/​public/​2016/​bsp/​AGL_Phase2-Devkit-HowTo_bake_a_service.pdf|AGL_Phase2-Devkit-HowTo_bake_a_service.pdf]]
  
-====== Automotive Grade Linux 1.0 ====== +===== Automotive Grade Linux 1.0 ===== 
-===== Kickstart 1.0 =====+==== Kickstart 1.0 ====
  
 This document explains step by step how to bootstrap a Porter board with AGL 1.0 distribution and latest Renesas BSP then run a sample AGL application. ​ This document explains step by step how to bootstrap a Porter board with AGL 1.0 distribution and latest Renesas BSP then run a sample AGL application. ​
Line 76: Line 85:
 [[http://​iot.bzh/​download/​public/​2016/​sdk/​AGL-Kickstart-on-Renesas-Porter-board_1.0.pdf|AGL-Kickstart-on-Renesas-Porter-board_1.0.pdf]] [[http://​iot.bzh/​download/​public/​2016/​sdk/​AGL-Kickstart-on-Renesas-Porter-board_1.0.pdf|AGL-Kickstart-on-Renesas-Porter-board_1.0.pdf]]
  
-===== Prebuilt AGL 1.0 SDcard image =====+==== Prebuilt AGL 1.0 SDcard image ====
  
 For convenience,​ the development images built in the previous document are made available at the For convenience,​ the development images built in the previous document are made available at the
 following location: http://​iot.bzh/​download/​public/​2016/​sdk/​porter_images/​ . They can be used as a starting point to boot the Porter board in development mode (see below SDK Kickstart). following location: http://​iot.bzh/​download/​public/​2016/​sdk/​porter_images/​ . They can be used as a starting point to boot the Porter board in development mode (see below SDK Kickstart).
  
-===== SDK 1.0 Kickstart ​=====+==== SDK 1.0 Kickstart ====
  
 This document explains step by step how to setup the development environment (SDK) for Porter board with AGL distribution and latest Renesas BSP. This document explains step by step how to setup the development environment (SDK) for Porter board with AGL distribution and latest Renesas BSP.