m (Dennis moved page OpenWrt Powerline Support D-Link DHP-1565 to DHP-1565 OpenWrt without leaving a redirect: original title was too long) |
No edit summary |
||
Line 8: | Line 8: | ||
}} | }} | ||
= Description = | = Description = | ||
I bought a D-Link DHP-1565 router. As with al my routers, I'd like to run OpenWrt on it. The official images however do not support the Powerline (PLC) functionality built in in this model, this is why I'm trying to reproduce the process described [https://fredericb.info/2016/02/powerline-plc-support-in-openwrt-for-d.html?m=1 here]. | I bought a D-Link DHP-1565 router. As with al my routers, I'd like to run OpenWrt on it. The official images however do not support the [https://en.wikipedia.org/wiki/Power-line_communication Powerline (PLC)] functionality built in in this model, this is why I'm trying to reproduce the process described [https://fredericb.info/2016/02/powerline-plc-support-in-openwrt-for-d.html?m=1 here]. | ||
= Progress = | = Progress = | ||
== Built patched image == | == Built patched image == | ||
Line 17: | Line 17: | ||
Unfortunately running ''amptool -i eth0.2 -Iar'' did not give the "AR7400 Bootloader" answer. | Unfortunately running ''amptool -i eth0.2 -Iar'' did not give the "AR7400 Bootloader" answer. | ||
= | = Links used = | ||
* https://fredericb.info/2016/02/powerline-plc-support-in-openwrt-for-d.html?m=1 | * https://fredericb.info/2016/02/powerline-plc-support-in-openwrt-for-d.html?m=1 | ||
* https://openwrt.org/docs/guide-developer/build-system/use-patches-with-buildsystem | * https://openwrt.org/docs/guide-developer/build-system/use-patches-with-buildsystem |
Revision as of 18:10, 5 September 2019
OpenWrt Powerline Support D-Link DHP-1565 | |
---|---|
Participants | Dennis |
Skills | Reading docs, Building OpenWrt |
Status | In progress |
Niche | Software |
Purpose | Infra |
Tool | No |
Location | |
Cost | |
Tool category |
OpenWrt Powerline Support D-Link DHP-1565 Property "Tool Image" (as page type) with input value "File:{{{Picture}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. {{{Picture}}} {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::{{{Cost}}} | }}
Description
I bought a D-Link DHP-1565 router. As with al my routers, I'd like to run OpenWrt on it. The official images however do not support the Powerline (PLC) functionality built in in this model, this is why I'm trying to reproduce the process described here.
Progress
Built patched image
I succesfully built an image that has this patch applied. Images (18.06-SNAPSHOT, r7853-f6de1fa6c6) can be downloaded here. It looks like the link on port 6 is there.
Install open-plc-tools =
Looks like we do not need to build this, since there are packages in the OpenWrt repo's. I started with installing open-plc-utils-amptool. Unfortunately running amptool -i eth0.2 -Iar did not give the "AR7400 Bootloader" answer.