From e1406983cace7c41311cbdb595ef283e950c745b Mon Sep 17 00:00:00 2001 From: Jon Sands Date: Sun, 9 Sep 2018 06:14:36 -0400 Subject: [PATCH] MASSIVE BUG FIX: boot from RAM, not flash thought we were booting fresh image from RAM, but the "boot" command with stock env variables was booting the old, probably corrupted fastpath image on FLASH. Thanks to Ulli for discovery --- documentation/revert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/revert.md b/documentation/revert.md index 3a0548e..7551c95 100644 --- a/documentation/revert.md +++ b/documentation/revert.md @@ -142,7 +142,7 @@ After it reboots back into u-boot, we can now boot Fastpath in order to flash it setenv ipaddr 192.168.1.50 setenv serverip 192.168.1.49 tftpboot 0x08000000 lb6m.1.2.0.18.img -boot +bootm 0x08000074 ``` It should boot into a FASTPATH Startup menu: