summaryrefslogtreecommitdiffstats
path: root/getting-started/machines
AgeCommit message (Collapse)AuthorFilesLines
2017-11-28raspberrypi.md: Update Raspberry Pi imagesLeon Anavi1-3/+3
Update the instructions for flashing Raspberry Pi 2 and 3 images on microSD card. Bug-AGL: SPEC-774 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2017-11-02qemu.md: Update instructions slighly for DRMTom Rini1-2/+2
Starting with Eel we must have a video driver that supports DRM. For QEMU, this can be done with std or virtio. For best results moving forward, we should use virtio here. For VirtualBox we must use version 5.2.0 or later. There is nothing additional required for VMWare. Bug-AGL: SPEC-776 Signed-off-by: Tom Rini <trini@konsulko.com>
2017-09-26R-Car-Starter-Kit-gen3.md: Update linksLeon Anavi1-1/+3
Update the links for Renesas graphics drivers. Bug-AGL: SPEC-906 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2017-09-18Add last rcar Gen3 BSP 2.23 driver to docRonan Le Martret1-6/+5
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-09-18typoDominig ar Foll1-1/+1
2017-09-18adding a link to release download AGL web site.Dominig ar Foll1-0/+7
2017-08-11Intel Getting Started guide: fix some typos and a broken linkGeoffroy Van Cutsem1-28/+19
Fix some typos in the Intel Getting Started guide (intel.md) and also fixed up a link that was not being displayed correctly. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
2017-07-24getting-started: qemu: fix formattingMatt Porter1-15/+20
Fix some formatting since the in-tree markdown parser differs in behavior from that used to generate docs.automotivelinux.org Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-07-21getting-started: qemu: reorg and add deployment info for several VMsMatt Porter1-2/+108
Add additional documentation on building, resultant images, and deployment of vmdk images in QEMU/KVM, VirtualBox, and VMWare Player. Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-07-11Merge branch 'master' into masterronan [iot.bzh]5-190/+303
2017-07-10Fix markdown lintRonan Le Martret5-189/+301
https://github.com/DavidAnson/markdownlint/blob/v0.5.0/doc/Rules.md MD012 - Multiple consecutive blank lines MD014 - Dollar signs used before commands without showing output MD022 - Headers should be surrounded by blank lines MD026 - Trailing punctuation in header MD029 - Ordered list item prefix MD031 - Fenced code blocks should be surrounded by blank lines MD032 - Lists should be surrounded by blank lines MD033 - Inline HTML MD034 - Bare URL used Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-07-06Update intel.mdDominig ar Foll1-0/+1
2017-07-06typo corrrectionDominig ar Foll1-1/+1
2017-07-05Update SD card instructions.Sebastien Douheret2-4/+4
root file system file is now a .tar.xz (no longer .bz2) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-30getting-started: fix typo for rcar-gen3Stephane Desneux1-1/+1
Change-Id: I50a51c482b33821eefc483a4ecd85e95d466981f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-06-29Merge pull request #54 from XevoInc/masterStephane Desneux2-5/+5
r-car: boot with ro instead of rw
2017-06-29RcarGen3: Not use 64bits ext4 feature on SDcard FSRomain Forlot1-2/+5
Change-Id: I8fc03f7db2ecfa6085eda0e83f723bffa992e9df Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-05-14Update documentation for Renesas Gen3 BSP 2.19Ronan Le Martret1-16/+30
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-05-12Update Renesas Gen3 driver linkRonan Le Martret1-3/+2
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-05-02trivial whitespace removalMartin Kelly1-1/+1
Signed-off-by: Martin Kelly <mkelly@xevo.com>
2017-05-02r-car: boot with ro, not rwMartin Kelly2-4/+4
Booting with ro is safer in the case of filesystem corruption because it prevents processes from writing to a broken filesystem before the kernel has a chance to fsck and then remount rw. For this reason, it seems to be the standard in other Linux distros. From my testing, I don't see any drawback to it. Signed-off-by: Martin Kelly <mkelly@xevo.com>
2017-04-26Merge pull request #50 from leon-anavi/masterWalt Miner1-0/+2
Update Raspberry Pi docs and fix format to export valid docuwiki for AGL wiki
2017-03-29porter.md: correct rootfs to ext4Martin Kelly1-1/+1
This is essentially the same fix as: https://gerrit.automotivelinux.org/gerrit/#/c/8485/ Signed-off-by: Martin Kelly <mkelly@xevo.com>
2017-03-22Update Renesas rcar gen3 BSP to v2.16Ronan Le Martret1-15/+21
* The driver link is updated Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-03-06docs/getting-started: Update Raspberry PiLeon Anavi1-0/+2
Update the Raspberry Pi instuctions and fix a typo. Bug-AGL: SPEC-461 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2017-03-02typo and URL updateDominig ar Foll1-3/+3
2017-03-01add info for Joule and move stable from BB to CCDominig ar Foll1-20/+15
2017-01-17Fix: wrong R-Car Gen3 drivers files namesRomain Forlot1-2/+2
Change-Id: I1ef6c2574aaf08918b526ba882ef637965831d43 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-01-17fix command line into docRonan1-1/+1
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-03Fix, remove redundant section and merged with its parentRomain Forlot1-59/+4
Change-Id: Ia090edb6bcc646d6de2e2a38d6cb1968d3845090 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-12-22Keep using SDCARD variable.Forlot Romain [IoT.bzh]1-2/+2
As we set SDCARD variable, we should keep using it to avoid problem if anyone doesn't use /tmp/agl dir.
2016-12-22fix mini to micro USBRonan1-2/+2
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-12-14fix serial speed config for R-car gen3Ronan1-3/+3
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-12-13fix markdown syntaxRonan1-9/+24
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-12-12getting-started: fixes (review, formatting) for R-Car-Gen3Stephane Desneux1-164/+256
Change-Id: I95b16e42667e8d16088f01b99aee99df31602e9a Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-12-12fix machine intel documentationRonan1-61/+47
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-12-07fix Small spelling mistake for porter.mdRonan1-2/+2
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-12-07add R-Car Starter Kit supportRonan1-0/+545
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-12-07Update intel.mdDominig ar Foll1-1/+1
2016-12-07Formating tweaksDominig ar Foll1-5/+4
Signed-off-by: Dominig ar Foll <dominig.arfoll@fridu.net>
2016-12-07Initial port from Wiki of Intel Quick Start in .md formatDominig ar Foll1-0/+187
Signed-off-by: Dominig ar Foll <dominig.arfoll@fridu.net>
2016-11-28update porter informationRonan1-90/+376
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-11-10porter.md: Update tar commandLeon Anavi1-1/+1
Add --xattrs-include='*' to the tar command. Suggested-by: José Bollo <jose.bollo@iot.bzh> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-11-08raspberrypi.md: Fix syntax for DokuWikiLeon Anavi1-0/+2
The fix is required to properly export the markdown to dokuwiki using pandoc. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-11-07docs subfolder created; moved all MD files in docsStephane Desneux3-0/+262
Change-Id: I89e02117c9569354567816ec5ba2a5565b79849b Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>