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
This commit is contained in:
Jon Sands
2018-09-09 06:14:36 -04:00
parent 1d40dbfa3c
commit e1406983ca

View File

@@ -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: