From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6572166587380400128 X-Received: by 2002:a2e:9b51:: with SMTP id o17-v6mr601545ljj.14.1530201776369; Thu, 28 Jun 2018 09:02:56 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:95cb:: with SMTP id x194-v6ls1105509lfd.0.gmail; Thu, 28 Jun 2018 09:02:55 -0700 (PDT) X-Google-Smtp-Source: AAOMgpelNTDvd9307CLhiYBQEdXAGcvLikUz6SLaSSqBMENrV1cytKCFA3t68Ssf3mWxxAD+81SA X-Received: by 2002:a19:5352:: with SMTP id h79-v6mr618260lfb.17.1530201775904; Thu, 28 Jun 2018 09:02:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530201775; cv=none; d=google.com; s=arc-20160816; b=AIFWF0d/sSzgxeNoxd1jTJjIa57qr6L6q7B2TBpg8HIxAt8Mxf51O061VwdikbwO7P qCPTUL7wjES6ZbBXxXfkeDYjVosjgDjpPQmPo37kjpgdCzVP0aQKuj+hS4p+AZ7hP3AL 2TsoFtI2dMZUnl7SwpTT0gTthXV/3zkhQEyMQ0rjj6i2jWveqwkL6bQi+WEheBzBfhgI ZJFarsBYGHXsfXOkPOovPei4GKXd5+kIyPNjmwjuVr2+v1bQrku59Znwu7FoSaLfOMom Ey5UTauIk8dXaFnZYXRNqMJ7arTBg3+PfVR7ixXzilGwR+W1FJXjxdcSWVcybIZ4loi7 rTwg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=34zozjBY5IMdSaz8M+/bpXJbOTIfYvwqpwWKVDKi/I0=; b=qcM/aeEIzfhWPOfbeZSLM8dbkKKXqaxzNQ+ZI0HOCAPpm5HWf+De7YNYAairDV6mCI b4B5705uVS0XTuqDmGWIls+TnO9oLJoKUOWccfKn/DcbRp1LdI11BzROcqWZi4LXiufQ wmw//dQW/ruPVI2182qo7/YMhlZRvek/QqRWhuI8HTcttFic9xjLZVD2yJgYjwtzTesc FVvE12TAJlzZSYxPQJMeH9zlN9meL7Eqok7GeRoxp+D3Rb+oCaXeagQuRqP8dwiKEIlm QTI0IXmJ/nUafNa8/x5LLStMZFdlVUBQpP8cPdFYnOzRtMQGHOwnpd5i2EXzi6zp7ZUw ReDw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id p40-v6si294024lfg.1.2018.06.28.09.02.55 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Jun 2018 09:02:55 -0700 (PDT) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id w5SG2tGK016022 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 28 Jun 2018 18:02:55 +0200 Received: from md1pvb1c.ad001.siemens.net (md1pvb1c.ad001.siemens.net [139.25.68.40]) by mail2.siemens.de (8.15.2/8.15.2) with ESMTP id w5SG2tRs032166; Thu, 28 Jun 2018 18:02:55 +0200 From: Henning Schild To: isar-users@googlegroups.com Cc: Henning Schild Subject: [PATCH] doc: update README.md Date: Thu, 28 Jun 2018 18:02:53 +0200 Message-Id: <20180628160253.20502-1-henning.schild@siemens.com> X-Mailer: git-send-email 2.16.4 X-TUID: t+WOCk2SsHIS link to user manual, remove outdate Release Information and fix rendering of RPi link. Signed-off-by: Henning Schild --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8c345fc..716e31c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ https://github.com/ilbers/isar/ # Build -See doc/user_manual.md. +Instruction on how to build can be found in the [User Manual](doc/user_manual.md). + # Try @@ -21,8 +22,7 @@ The default root password is 'root'. To test the RPi board, flash the image to an SD card using the instructions from the official site, section "WRITING AN IMAGE TO THE SD CARD": - - https://www.raspberrypi.org/documentation/installation/installing-images/README.md + https://www.raspberrypi.org/documentation/installation/installing-images/README.md # Support @@ -38,16 +38,6 @@ Mailing lists: Commercial support: info@ilbers.de -# Release Information - -Built on: -* Debian 8.2 -* Debian 8.7 - -Tested on: -* QEMU 1:2.8+dfsg-3~bpo8+1 -* Raspberry Pi 1 Model B rev 2 - # Credits * Developed by ilbers GmbH & Siemens AG -- 2.16.4