Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2487 - Keenetic problems #7762

Closed
openwrt-bot opened this issue Sep 9, 2019 · 1 comment
Closed

FS#2487 - Keenetic problems #7762

openwrt-bot opened this issue Sep 9, 2019 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

maksp86:

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
@openwrt-bot
Copy link
Author

yousong:

Since you have got the device and know how to fix it. Please just send a proper patch to the mailing list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant