Skip to content
Snippets Groups Projects
Commit c309c4fe authored by Jerome Forissier's avatar Jerome Forissier Committed by Jérôme Forissier
Browse files

hikey_debian: revert to Linaro RP 16.06 root FS


The Debian Stretch root FS we are pointing to no longer exists. Update
the package URL to download the latest released version instead. Use
released nvme.img, too.

Signed-off-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Fixes: 5402dddb ("hikey_debian: Update rootfs to stretch")
Reviewed-by: default avatarVictor Chong <victor.chong@linaro.org>
parent 991e0f28
No related branches found
No related tags found
No related merge requests found
......@@ -74,9 +74,6 @@ manifest file).
Next, the `make flash` step will tell you how you should set the jumpers on the
board and how to flash the device.
**NOTE**: This will install a developer version of Debian, i.e. there will be NO
GUI or desktop available, i.e. command line ONLY!
**NOTE**: There have been reports of some boards stalling or getting stuck in
`make flash` when flashing `SYSTEM_IMG`, i.e. the command does not complete
after more than 5 minutes. If that happens, please try running `make recovery`
......
......@@ -21,8 +21,8 @@ CFG_FLASH_SIZE ?= 8
IP ?= 127.0.0.1
# URL to images
SYSTEM_IMG_URL=http://builds.96boards.org/snapshots/reference-platform/debian-iot/latest/hikey/hikey-rootfs-debian-stretch-iot-20170331-56.emmc.img.gz
NVME_IMG_URL=http://builds.96boards.org/snapshots/reference-platform/components/uefi/latest/debug/hikey/nvme.img
SYSTEM_IMG_URL=https://builds.96boards.org/releases/reference-platform/debian/hikey/16.06/hikey-rootfs-debian-jessie-alip-20160629-120.emmc.img.gz
NVME_IMG_URL=https://builds.96boards.org/releases/hikey/linaro/binaries/latest/nvme.img
################################################################################
# Disallow use of UART0 for Debian Linux console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment