Hello, I am trying to install openwrt on a Zyxel T56. I am following these instructions:
https://openwrt.org/toh/zyxel/t-56
Now I am stuck on the step:
opkg install kmod-mtd-rw_5.15.167+git-20160214-2_aarch64_cortex-a53.ipk
I get the following answer:
root@OpenWrt:/tmp# opkg install kmod-mtd-rw_5.15.167+git-20160214-2_aarch64_cortex-a53.ipk
Unknown package 'kmod-mtd-rw'.
Collected errors:
* pkg_hash_check_unresolved: cannot find dependency kernel (= 5.15.167-1-03ba5b5fee47f2232a088e3cd9832aec) for kmod-mtd-rw
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-mtd-rw found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package kmod-mtd-rw.
However, I accidentally went over this step yesterday, tried it again today, but I can't get in after a restart, UART shows me:
F0: 102B 0000
FA: 1040 0000
FA: 1040 0000 [0200]
F9: 0000 0000
V0: 0000 0000 [0001]
00: 0000 0000
BP: 2400 0041 [0000]
G0: 1190 0000
EC: 0000 0000 [1000]
T0: 0000 0228 [010F]
Jump to BLNOTICE: BL2: v2.6(release):3b1fd9bf-dirty
NOTICE: BL2: Built : 09:47:06, Aug 11 2022
NOTICE: WDT: disabled
NOTICE: CPU: MT7986 (2000MHz)
NOTICE: EMI: Using DDR4 settings
NOTICE: EMI: Detected DRAM size: 1024MB
NOTICE: EMI: complex R/W mem test passed
NOTICE: SPI_NAND parses attributes from parameter page.
NOTICE: SPI_NAND Detected ID 0x2c
NOTICE: Page size 4096, Block size 262144, size 536870912
NOTICE: Initializing NMBM ...
NOTICE: Signature found at block 2047 [0x1ffc0000]
NOTICE: First info table with writecount 2 found in block 1920
NOTICE: Second info table with writecount 2 found in block 1923
NOTICE: NMBM has been successfully attached in read-only mode
NOTICE: BL2: Booting BL31
NOTICE: BL31: v2.6(release):3b1fd9bf-dirty
NOTICE: BL31: Built : 09:47:11, Aug 11 2022U-Boot 2022.01-rc4 (Aug 11 2022 - 09:45:52 +0000)
CPU: MediaTek MT7986
Model: ZYXEL EX5601-T0
DRAM: 1 GiBInitializing NMBM ...
spi-nand: spi_nand spi_nand@1: Micron SPI NAND was found.
spi-nand: spi_nand spi_nand@1: 512 MiB, block size: 256 KiB, page size: 4096, OOB size: 256
Could not find a valid device for nmbm0
Signature found at block 2047 [0x1ffc0000]
First info table with writecount 2 found in block 1920
Second info table with writecount 2 found in block 1923
NMBM has been successfully attachedMMC: mmc@11230000: 0
Loading Environment from MTD... OK
In: serial@11002000
Out: serial@11002000
Err: serial@11002000
Net: eth0: ethernet@15100000
Reading 262144 byte(s) at offset 0x00000000
Wrong Image Format for bootm command
ERROR: can't get kernel image!!!!!! fail to do bootm 46000000 !!!!!
Reset your board! system halt...
Only after another
mtk_uartboot -s COM7--aarch64 -p mt7986-ram-ddr4-bl2.bin -f openwrt-23.05.5-mediatek-filogic-zyxel_ex5601-t0-ubootmod-bl31-uboot.fip
i get into Luci, but this only lasts until the reboot
Boot:
BusyBox v1.36.1 (2025-02-03 23:09:37 UTC) built-in shell (ash)
OpenWrt 24.10.0, r28427-6df0e3d02a
What am I doing wrong? Can you help me?
Thank you very much!