- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Base system
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Very Low
- Reported Version Trunk
- Due in Version Undecided
-
Due Date
Undecided
- Private
Attached to Project: OpenWrt/LEDE Project
Opened by maksp86 - 09.09.2019
Last edited by Adrian Schmutzler - 11.04.2020
Opened by maksp86 - 09.09.2019
Last edited by Adrian Schmutzler - 11.04.2020
FS#2487 - Keenetic problems
My Keenetic have 8mb of memory, but in openwrt (latest snapshot) I have only 233kb of free space and not working usb
Please change in /openwrt/target/linux/ramips/dts/rt3052_zyxel_keenetic.dts
This:
partition@50000 { compatible = "denx,uimage"; label = "firmware"; reg = <0x50000 0x3b0000>; };
To:
partition@50000 { compatible = "denx,uimage"; label = "firmware"; reg = <0x50000 0x7b0000>; };
And in /openwrt/target/linux/ramips/image/rt305x.mk
define Device/zyxel_keenetic MTK_SOC := rt3052 BLOCKSIZE := 64k IMAGE_SIZE := 3776k DEVICE_VENDOR := ZyXEL DEVICE_MODEL := Keenetic DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ehci kmod-usb-ledtrig-usbport kmod-usb-dwc2 SUPPORTED_DEVICES += kn endef TARGET_DEVICES += zyxel_keenetic
To:
define Device/zyxel_keenetic MTK_SOC := rt3052 BLOCKSIZE := 64k IMAGE_SIZE := 7872k DEVICE_VENDOR := ZyXEL DEVICE_MODEL := Keenetic DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ehci kmod-usb-ledtrig-usbport kmod-usb-dwc2 SUPPORTED_DEVICES += kn endef TARGET_DEVICES += zyxel_keenetic
Closed by Adrian Schmutzler
11.04.2020 20:10
Reason for closing: Fixed
Additional comments about closing:
11.04.2020 20:10
Reason for closing: Fixed
Additional comments about closing:
Fixed in
fea232ae8feb6af780fd4fa78ebe9231778bf75a
Since you have got the device and know how to fix it. Please just send a proper patch to the mailing list.