From 82aaab97d6da5b53f1b4aa940a6c7d1ad2c9e7dc Mon Sep 17 00:00:00 2001
From: Luis Gerhorst <luis.gerhorst@fau.de>
Date: Tue, 12 Jun 2018 21:12:09 +0200
Subject: [PATCH] Adjust flash script for kernel relocation

---
 arch/arm/measuremore/scripts/flash_kernel.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/measuremore/scripts/flash_kernel.qml b/arch/arm/measuremore/scripts/flash_kernel.qml
index 2d0d2f6..52d1ef8 100644
--- a/arch/arm/measuremore/scripts/flash_kernel.qml
+++ b/arch/arm/measuremore/scripts/flash_kernel.qml
@@ -56,7 +56,7 @@ SerialConnection {
 		initializeApplet("nandflash")
 
 		print("-I- === Load Kernel image ===")
-		eraseWrite(0x00200000, "/srv/scratch/un65esoq/linux-at91/arch/arm/boot/zImage")
+		eraseWrite(0x00200000, "../boot/zImage")
 
 		print("-I- === Done. ===")
 	}
-- 
GitLab