OpenWrt and breed installation problem

Hallo all
Have some problem with OpenWrt installation. I am trying to install openwrt 19.0.7 from the breed and always get the same problem:

BusyBox v1.30.0 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt SNAPSHOT, r1898-06dc25a0
 -----------------------------------------------------
root@OpenWrt:~# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00030000 00010000 "u-boot"
mtd1: 00010000 00010000 "u-boot-env"
mtd2: 00010000 00010000 "factory"
mtd3: 00050000 00010000 "permanent_config"
mtd4: 00f60000 00010000 "firmware"
root@OpenWrt:~#

And as result i can not install any package or save some configs.
Im trying to install kernel image and it give me such result. If i installing sysupgrade image the router event start.

The original firmware and padavan breed install correct.

    ___  __ _______________  __  _____  ___  ________  ___
   / _ \/ // /  _/ ___/ __ \/  |/  /  |/  / / __/ __ \/ _ \
  / ___/ _  // // /__/ /_/ / /|_/ / /|_/ / _\ \/ /_/ / ___/
 /_/  /_//_/___/\___/\____/_/  /_/_/  /_/ /___/\____/_/
 ----------------------------------------------------------
 Barrier Breaker, unknown
 ----------------------------------------------------------
 PID=K2P
 BUILD_TYPE=release
 BUILD_NUMBER=189
 BUILD_TIME=20180420-145920
 ----------------------------------------------------------
 MTK OpenWrt SDK V3.4
 revision : 11a1c50c
 benchmark : APSoC SDK 5.0.1.0
 kernel : 144992
 -----------------------------------------------------
root@K2P:~# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 01000000 00010000 "ALL"
mtd1: 00030000 00010000 "Bootloader"
mtd2: 00010000 00010000 "Config"
mtd3: 00010000 00010000 "Factory"
mtd4: 00050000 00010000 "permanent_config"
mtd5: 00f60000 00010000 "firmware"
mtd6: 00c3f751 00010000 "rootfs"
mtd7: 00120000 00010000 "rootfs_data"
root@K2P:~#


usyBox v1.24.2 (2020-01-17 21:47:45 EET) built-in shell (ash)
Enter 'help' for a list of built-in commands.

    ____            __
   / __ \____ _____/ /___ __   ______ _____
  / /_/ / __ `/ __  / __ `/ | / / __ `/ __ \
 / ____/ /_/ / /_/ / /_/ /| |/ / /_/ / / / /
/_/    \__,_/\__,_/\__,_/ |___/\__,_/_/ /_/

Version: 3.4.3.9-099_a8d904c

K2P:/home/root # cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00030000 00010000 "Bootloader"
mtd1: 00010000 00010000 "Config"
mtd2: 00010000 00010000 "Factory"
mtd3: 0011e0a0 00010000 "Kernel"
mtd4: 00e11f60 00010000 "RootFS"
mtd5: 00080000 00010000 "Storage"
mtd6: 00f30000 00010000 "Firmware_Stub"
K2P:/home/root #

How can move to openwrt or how can i install openwrt from breed? Please help.

My router Phicomm K2P / KE 2P

Try to mtd write sysupgrade-image to 'Firmware_Stub' partition.

1 Like

Is it save? Can it broke bootloader?

Yes, it is safe. You can't broke bootloader, because you don't touch 'Bootloader' partition. You can also wait confirmation from other participants of discussion.

1 Like

In one chines web site I have find one more solution.

  1. Boot in breed and fist install kernel image in Flash "0xA0000”
  2. After reboot in luci interface install sysupgrade image.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.