Jump to content

Vijay Gill

Members
  • Posts

    9
  • Joined

  • Last visited

  1. Hi, I developed this app just while having a look at django + angular -> https://github.com/vijaygill/wg-ui-plus I thought of sharing it with open-source communiity which has given me a lot! It allows me to have finer control over what a given VPN client can access (using IP Tables rules - managed by the code itself) I hope somebody finds it useful. It is comes as docker image (published on every push to dev / master) so updates are quite frequent for now due to tweaks / fixes. I developed it on an Orange Pi 5+ running on Armbian . The LIVE instance is running on a Raspberry Pi. Thanks V
  2. Just posting here to close this ticket. Life happened and I could not work on this board since I posted my messages above. The compiled edge boots fine and there are no issues. Thanks to armbian team for all the hard work they put in.
  3. @Marco Schirrmeister I did the PowerOff one too after I posted my message above. I can confirm that it works too. Thanks again!
  4. @Marco Schirrmeister Thank you for your search and pointing towards the fix. I applied the same fix to 6.8.0-rc1-edge kernel and I noticed the same result! From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Doe <john.doe@somewhere.on.planet> Date: Sun, 11 Feb 2024 02:19:42 +0000 Subject: Patching kernel rockchip-rk3588 files arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts to fix hym8563-int issue. Signed-off-by: John Doe <john.doe@somewhere.on.planet> --- arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts b/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts index 88bfce623..844992180 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts @@ -462,11 +462,11 @@ &pcie3x4 { }; &pinctrl { hym8563 { hym8563_int: hym8563-int { - rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>; + rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_up>; }; }; leds { blue_led_pin: blue-led { -- Created with Armbian build tools https://github.com/armbian/build
  5. @opetany My latest Armbian builds (and even downloaded ones) were not booting. Have a look at the solution I posted in this link Issue on github. Edit "/boot/armbianEnv.txt" (actual path may vary where you mount your sd-card / emmc module). Ensure the entry for fdtfile looks like following: fdtfile=rockchip/rk3399-rock-4c-plus.dtb
  6. @Spooky @Werner Thanks! I will try that.
  7. Hi, I was just trying to test locally build image with edge kernel (Armbian_23.11.0-trunk_Orangepi5-plus_bookworm_edge_6.6.0-rc1.img) by flashing it on SD card and then trying to boot off it in my Orange Pi 5+. The board just sits there with the LED blinking and that's it. The legacy kernel image (Armbian_23.11.0-trunk_Orangepi5-plus_bookworm_legacy_5.10.160.img) boots fine. Do I have to carry out some extra step(s) to test the edge kernel? It's not a show-stopper for me as I have legacy image booting of EMMC nicely (and I am running jellyfin in docker happily there). It's just I thought I might test out some bleeding-edge stuff. Thanks in advance.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines