summaryrefslogtreecommitdiffstats
path: root/getting-started/machines/R-Car-Starter-Kit-gen3.md
AgeCommit message (Collapse)AuthorFilesLines
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>