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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user