summaryrefslogtreecommitdiffstats
path: root/getting-started/machines/R-Car-Starter-Kit-gen3.md
AgeCommit message (Collapse)AuthorFilesLines
2018-10-16Import from docs-agl/docsStephane Desneux1-633/+0
Change-Id: Id524561d87410e5463cddd123b30eb63d75b62bd Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-09-25getting-started/R-Car-Starter-Kit-gen3: Update version information.HARUNOBU KUROKAWA1-8/+19
Signed-off-by: HARUNOBU KUROKAWA <harunobu.kurokawa.dn@renesas.com>
2018-09-21Fixed md lint issuesThierry Bultel1-27/+31
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-09-21Updated the kickstart for h3, m3 & kfThierry Bultel1-50/+101
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-09-12getting-started/R-Car-Starter-Kit-gen3: fix typoLiu Wenlong1-2/+2
Signed-off-by: Liu Wenlong <liuwl.fnst@cn.fujitsu.com>
2018-08-07R-Car: change the URL to download graphics packagesHarunobu Kurokawa1-2/+2
The URL is changeds. https://www.renesas.com/us/en/solutions/automotive/rcar-download/rcar-demoboard-2.html [old] https://www.renesas.com/us/en/solutions/automotive/rcar-demoboard-2.html Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2018-06-29Update R-Car-Starter-Kit-gen3.mdCorentinLGS1-6/+6
Corrected layout.
2018-06-29Update R-Car-Starter-Kit-gen3.mdCorentinLGS1-4/+6
Added info to the doc...
2018-06-22Update getting started documentation:Ronan Le Martret1-50/+87
* Fix markdown lint warring. * Update AGL current version. * Update Renesas documentation. Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-04-30rcar: add h3-salvator-x instructionsMartin Kelly1-2/+13
Add the main build instructions for the H3-based Salvator-X board. Some instructions are left out as the Salvator-X is under NDA, so I'm not sure how many details we can provide. Signed-off-by: Martin Kelly <mkelly@xevo.com>
2017-12-18R-Car-Starter-Kit-gen3.md: Talk about wic images nowTom Rini1-133/+6
With Eel we now provide wic images, so there's no reason to have all of the steps involving extracting a tarball manually onto a manually prepared SD card. Bug-AGL: SPEC-899 Signed-off-by: Tom Rini <trini@konsulko.com>
2017-12-12R-Car-Starter-Kit-gen3.md: Include references to firmware updateTom Rini1-2/+18
We need to have the firmware on the device updated to match the rest of the BSP. Refer to the steps listed on eLinux.org rather than duplicate this information. Bug-AGL: SPEC-1175 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-07-11Merge branch 'master' into masterronan [iot.bzh]1-98/+106
2017-07-10Fix markdown lintRonan Le Martret1-98/+106
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-05Update SD card instructions.Sebastien Douheret1-2/+2
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 Desneux1-3/+3
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-02r-car: boot with ro, not rwMartin Kelly1-3/+3
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-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-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-07add R-Car Starter Kit supportRonan1-0/+545
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>