Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
toh:vocore:vocore [2021/01/20 15:35] – cover, tags danitooltoh:vocore:vocore [2022/06/11 21:12] – [Installation] Note for OpenWRT 21.02.3 kyklas
Line 51: Line 51:
   - go to update page   - go to update page
   - upload image   - upload image
 +
 +
 +==== Installation Note - 2022-06-11 ====
 +Installing 21.02.3 lead to 
 +<webcode name="Default" frameborder=0 width=100% scrolling=yes externalResources="," renderingMode=story >
 +   Uncompressing Kernel Image ... LZMA ERROR 1 - must RESET board to recover
 +</webcode>
 +
 +Recovery to 19.07.9 was done with TFTP in u-boot with initramfs image [[https://downloads.openwrt.org/releases/19.07.9/targets/ramips/rt305x/openwrt-19.07.9-ramips-rt305x-vocore-16M-initramfs-kernel.bin|openwrt-19.07.9-ramips-rt305x-vocore-16M-initramfs-kernel.bin]]
 +
 +<webcode name="Default" frameborder=0 width=100% scrolling=yes externalResources="," renderingMode=story >
 + VoCore> setenv ipaddr 192.168.1.10; setenv serverip 192.168.1.221 ; tftp 0x81000000 vocore-initramfs.bin
 +        [..]
 + ETH_STATE_ACTIVE!!
 + Using Eth0 (10/100-M) device
 + TFTP from server 192.168.1.221; our IP address is 192.168.1.10
 + Filename 'vocore-initramfs.bin'.
 + TIMEOUT_COUNT=10,Load address: 0x81000000
 + Loading: Got ARP REPLY, set server/gtwy eth addr (98:e7:43:ba:19:12)
 + Got it
 + #################################################################
 + ##########################################
 + done
 + Bytes transferred = 3540587 (36066b hex)
 + NetBootFileXferSize= 0036066b
 + VoCore> bootm 0x81000000
 + Booting image at 81000000
 +    Image Name:   MIPS OpenWrt Linux-4.14.267
 +    Created:      2022-02-16  20:47:59 UTC
 +    Image Type:   MIPS Linux Kernel Image (lzma compressed)
 +    Data Size:    3540523 Bytes =  3.4 MB
 +    Load Address: 80000000
 +    Entry Point:  80000000
 +    Load Kernel:
 +    Verifying Checksum ... OK
 +    Uncompressing Kernel Image ... OK
 + [    0.000000] Linux version 4.14.267 
 +</webcode>
 +
 +The update firmware using [[https://downloads.openwrt.org/releases/19.07.9/targets/ramips/rt305x/openwrt-19.07.9-ramips-rt305x-vocore-16M-squashfs-sysupgrade.bin|openwrt-19.07.9-ramips-rt305x-vocore-16M-squashfs-sysupgrade.bin]]
 +
 +Booting the OpenWRT 21.02.3 Initramfs crashed due to out of memory.
  
  
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1