summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuodong Xu <guodong.xu@linaro.org>2015-11-17 15:08:30 +0800
committerGuodong Xu <guodong.xu@linaro.org>2015-11-17 15:08:30 +0800
commit355edcbfe7055258dbc868be5b99fb8ed9199b7a (patch)
tree709a5e459fcf395df15413623281c7ac8da0c25a
parenta8608c335164715a8797651a634fa53d84006b1d (diff)
Re-arrange file paths to align with releases
1. Re-arrange file paths to align with releases 2. Minor changes in 15.11 README.textile Signed-off-by: Guodong Xu <guodong.xu@linaro.org> Signed-off-by: Usman Ahmad <usman.ahmad@linaro.org>
-rw-r--r--hikey/linaro/debian/15.11/README.textile52
1 files changed, 52 insertions, 0 deletions
diff --git a/hikey/linaro/debian/15.11/README.textile b/hikey/linaro/debian/15.11/README.textile
new file mode 100644
index 0000000..a814783
--- /dev/null
+++ b/hikey/linaro/debian/15.11/README.textile
@@ -0,0 +1,52 @@
+The Linaro HiSilicon Landing Team is pleased to announce the new release of the _Linaro Linux release for HiKey_. The Linaro Linux 15.11 release is a Debian-based Linaro Build that provides developers with a _desktop like_ environment using Debian and the LXDE desktop, as well as a console-only image.
+
+h4. Features
+
+* Based on Linux kernel v3.18, Debian jessie
+* Support for Arm Trusted Firmware, UEFI and Grub
+* Support for OpenGL ES
+* Support for WiFi, Bluetooth
+* Support for high-speed USB Host
+* Support for high-speed USB OTG
+* Stable 1080p/720p HDMI support (with known issue on some monitors)
+* Support for microSD card
+* Support for Grove Starter Kit for 96boards
+* Working core set of applications including:
+** Graphical music player
+** Web browser
+** File manager
+** Graphical editor
+** A graphical UI to manage Bluetooth and WiFi
+
+* The following flavors are released:
+** @developer@ image that includes debian core packages as well as typical development packages
+** @alip@ image that includes a minimal desktop environment GUI using LXDE
+
+Note: Each flavor has both an eMMC and an SD card version.
+
+* All images have a pre-configured user called @linaro@, and the password for this user is set to @linaro@
+
+* The following features are supported on Hi6220 SoC:
+** Integrated Octa-core 64-bit ARM Cortex-A53 at up to 1.2 GHz per core
+** Embedded Mali450-MP4 GPU, supporting 3D graphics processing, OpenGL ES 1.1/2.0
+
+h4. Information about HiKey
+
+For more information about HiKey, please check the following website and wiki:
+* "https://github.com/96boards/documentation/wiki/HiKey":https://github.com/96boards/documentation/wiki/HiKey
+
+You can find hardware manual, Hi6220 SoC spec, getting start guide, schematics, and other useful informations.
+
+h4. Build from Source
+
+For how to build from source code, there is detailed guidance in 'Getting Start Guide', "https://github.com/96boards/documentation/wiki/HiKeyGettingStarted":https://github.com/96boards/documentation/wiki/HiKeyGettingStarted
+
+h4. Feedback and Support
+
+For general question or support request, please go to "96boards.org Community forum":https://www.96boards.org/forums/forum/products/hikey/
+
+For any bug related to this release, please submit issues to the "96Board.org Bug tracking system":https://bugs.96boards.org/. To submit a bug, follow this "link":https://bugs.96boards.org/enter_bug.cgi?product=HiKey
+
+Bugs will be reviewed and prioritized by the team. For any bug report it is recommended to provide as much information as possible, and at the very list please include the name of the release you are using, the output of @dpkg -l@ to list all packages installed, as well, as the boot log (output of @dmesg@).
+
+Enjoy hacking!