Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:observatelecom:vh4032n [2021/01/22 19:12] – [Tags] danitool | toh:observatelecom:vh4032n [2023/05/17 17:39] – [Hardware Highlights] 1Gbit ports danitool | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| ===== Hardware Highlights ===== | ===== Hardware Highlights ===== | ||
| ---- datatable ---- | ---- datatable ---- | ||
| - | cols : Model, CPU, CPU MHz, CPU Cores_numcores_, | + | cols : Model, CPU, CPU MHz, CPU Cores_numcores_, |
| - | header | + | header |
| align : c, | align : c, | ||
| filter | filter | ||
| Line 37: | Line 37: | ||
| <WRAP center round info 80%> | <WRAP center round info 80%> | ||
| Comments on old versions: | Comments on old versions: | ||
| - | * The 18.06 release has some bugs in this router caused by the migration to the pinctrl drivers. This can cause odd wifi behaevior. | + | |
| + | | ||
| * [[commit> | * [[commit> | ||
| + | * See [[# | ||
| * The 17.01 release works ok but without connectivity between LAN ports. | * The 17.01 release works ok but without connectivity between LAN ports. | ||
| * [[commit> | * [[commit> | ||
| Line 1682: | Line 1684: | ||
| </ | </ | ||
| </ | </ | ||
| + | ===== Misc ===== | ||
| + | ==== 18.06 patch ==== | ||
| + | To use the 18.06 release you need to build your custom firmware after applying this patch: | ||
| + | <code diff> | ||
| + | index 1296fbf..1aff38f 100644 | ||
| + | --- a/ | ||
| + | +++ b/ | ||
| + | @@ -68,16 +68,30 @@ | ||
| + | | ||
| + | | ||
| + | }; | ||
| + | + /* Workaround: enable the USB hub using a fake LED */ | ||
| + | + usb-hub-reset { | ||
| + | + label = " | ||
| + | + gpios = <& | ||
| + | + default-state = " | ||
| + | + }; | ||
| + | }; | ||
| + | }; | ||
| + | |||
| + | & | ||
| + | - usb_hub_reset { | ||
| + | - gpio-hog; | ||
| + | - gpios = <27 0>; | ||
| + | - output-high; | ||
| + | - line-name = " | ||
| + | - }; | ||
| + | + | ||
| + | + | ||
| + | + & | ||
| + | + /* | ||
| + | + * GPIO hog is broken in 18.06, disable this node and use a fake | ||
| + | + * LED instead. (Fixed in 19.07, commit 6d6127e537) | ||
| + | + */ | ||
| + | + usb_hub_reset { | ||
| + | + status = " | ||
| + | + gpio-hog; | ||
| + | + gpios = <27 0>; | ||
| + | + output-high; | ||
| + | + line-name = " | ||
| + | + }; | ||
| + | }; | ||
| + | |||
| + | & | ||
| + | |||
| + | </ | ||
| ===== Tags ===== | ===== Tags ===== | ||
| [[meta: | [[meta: | ||
| - | {{tag> | + | {{tag> |