hi
did you upgrade the bootloader as well ?
take a look at
https://community.ubnt.com/t5/EdgeMAX-Updates-Blog/EdgeMAX-EdgeRouter-software-release-v1-10-6/ba-p/2466640
holger
Am 08.10.2018 um 13:40 schrieb Oliver Marugg:
Hi
Did the test on my ERLs also: I upgraded to ubnts rel 1.10.7 and
installed new firmware image via CLI.
USB Stick Rebooted for installing OpenBSD snapshot in uboot:
---
reset
usb reset
fatload usb 0 $loadaddr bsd.rd
bootoctlinux rootdev=sd0 numcores=2
--
Installing octeon current snapshot of 7th October on USB stick went
through, everything . After installing OpenBSD I rebooted manually
(works):
---
usb reset
fatload usb 0 $loadaddr bsd
bootoctlinux rootdev=sd0 numcores=2
---
What will not work currently with this ERL is to save the env and new
firmware pops an allocation error (equally if ubnt vyatta or OpenBSD):
---
U-Boot 1.1.1 (UBNT Build Version: e102_001_6e3d0) (Jul 27 2018 -
04:24:06)
BIST check passed.
UBNT_E100 r1:2, r2:18, f:8/135, serial #: SANITIZED
MPR 13-00318-18
Core clock: 500 MHz, DDR clock: 266 MHz (532 Mhz data rate)
DRAM: 512 MB
Clearing DRAM....... done
ERROR: Unable to allocate linux reserved memory (addr: 0x100000, size:
0x8000000).
Flash: 4 MB
Net: octeth0, octeth1, octeth2
USB: (port 0) scanning bus for devices... 1 USB Devices found
scanning bus for storage devices...
Device 0: Vendor: SanDisk Prod.: Cruzer Fit Rev: 1.00
Type: Removable Hard Disk
Capacity: 15264.0 MB = 14.9 GB (31260672 x 512)
leds_init 206
0
Octeon ubnt_e100# <INTERRUPT>
Octeon ubnt_e100# setenv old_bootcmd "${bootcmd}"
Octeon ubnt_e100# setenv bootcmd 'reset; usb reset; fatload usb 0
${loadaddr} bsd; bootoctlinux rootdev=sd0 numcores=2'
Octeon ubnt_e100# setenv bootdelay 5
Octeon ubnt_e100# saveenv
Saving Environment to Flash...
Error: start and/or end address not on sector boundary
Octeon ubnt_e100#
---