ArmbianHelper changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | Developer talk: #armbian-devel | Forum/Twitter feed: #armbian-rss | Logs: -> irc.armbian.com
norwich_ has joined #armbian
norwich has quit [Ping timeout: 264 seconds]
norwich_ is now known as norwich
crabbedhaloablut has quit [Quit: No Ping reply in 180 seconds.]
crabbedhaloablut has joined #armbian
xoan742 has joined #armbian
xoan74 has quit [Ping timeout: 264 seconds]
xoan742 is now known as xoan74
xoan746 has joined #armbian
xoan74 has quit [Ping timeout: 265 seconds]
xoan746 is now known as xoan74
<Armbian-Discord> <s​had0vv> Hello Everyone. Good Morning. I am planning to implement dtbo on armbian using the sample from c0rnelius above. I have compiles the dts and put it in /boot/dtb/amlogic/overlay /dts-v1/; /plugin/; / { compatible = "radxa,zero", "amlogic,g12a"; fragment@0 { target-path = "/leds"; __overlay__ { led-green { label =
<Armbian-Discord> "radxa-zero:green"; gpios = <0x50 0x0a 0x00>; linux,default-trigger = "heartbeat"; default-state = "on"; }; }; }; }; I have updated the armbianEnv.txt: overlays=meson-g12a-gpio-10-leds.dtb I have restarted but it doesn't work, any help? working led device on radxa-build dtb
<Armbian-Discord> leds { compatible = "gpio-leds"; led-green { label = "radxa-zero:green"; gpios = <0x50 0x0a 0x00>; linux,default-trigger = "heartbeat"; default-state = "on"; }; };
<Armbian-Discord> <s​had0vv> I'm using Armbian 22.08.1 Bullseye with 5.10.134-meson64
<Armbian-Discord> <c​0rnelius> Pretty sure Armbian doesn't have the leds node in their dts, so you need to adjust for that. Something like this, should work; https://paste.debian.net/1254524/
<ArmbianHelper> ^ debian Pastezone
<Armbian-Discord> <c​0rnelius> clean up that white space too:0x50 0x0a 0x00 to 0x50 0x0a 0x00
<steev> c0rnelius: remind me, adding dtbos ot extlinux... devicetreeoverlay or overlays ?
<c0rnelius> steev: `fdtoverlays`
<steev> ah, i wasn't even close :D
<c0rnelius> ;)
<Armbian-Discord> <s​had0vv> I have tried that but still doesn't work. dts before compilation: https://paste.debian.net/1254527/ is it correct to have that defined on armbianEnv.txt like: overlays=meson-g12a-gpio-10-leds.dtbo
<ArmbianHelper> ^ debian Pastezone
<c0rnelius> I have no clue, honestly. check the docs?
<Armbian-Discord> <s​had0vv> I'm trying now the user-overlays 🙂
archetech has quit [Quit: Konversation terminated!]
<Armbian-Discord> <s​had0vv> woof I have already tried user overlays and tried adding "amlogic,meson-gxbb" on compatible part above like the meson-i2ca.dtbo sample but still not working 🤣
<Armbian-Discord> <s​had0vv> Hope I can find solution to this lool
MoeIcenowy has quit [Ping timeout: 260 seconds]
MoeIcenowy has joined #armbian
<Armbian-Discord> <s​had0vv> seems like this is an armbian thing, I decompiled and recompiled the /boot/dtb/armbian/meson-g12a-radxa-zero.dtb to reflect leds directly and still not working 🤣
xoan745 has joined #armbian
xoan74 has quit [Ping timeout: 264 seconds]
xoan745 is now known as xoan74
lemonzest has joined #armbian
aasami_ has joined #armbian
xoan747 has joined #armbian
xoan74 has quit [Ping timeout: 244 seconds]
xoan747 is now known as xoan74
xispita is now known as Guest4549
Guest4549 has quit [Killed (calcium.libera.chat (Nickname regained by services))]
lemonzest has quit [Quit: WeeChat 3.5]
Mony has quit [Quit: ZNC - http://znc.in]
Mony has joined #armbian
lemonzest has joined #armbian
kolla has quit [Quit: %fog relay%]
kolla has joined #armbian
<c0rnelius> I would check to see if `/sys/class/leds/radxa-zero:green` is being created. If it is then ur gpio hexadecimals are wrong. the ones I used were mainline: `0x4f 0x0a 0x00` and vendor: `0x4f 0x0a 0x00 0x4f 0x0a 0x00`.
Smedles has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Smedles has joined #armbian
xispita has joined #armbian
vpeter has quit [Remote host closed the connection]
vpeter has joined #armbian
archetech has joined #armbian
maknho_ has quit [Read error: Connection reset by peer]
<Armbian-Discord> <s​had0vv> Nope that is not being created. I have tried 0x50 and 0x4f both are not working on armbian, I got the 0x50 working on this board when using ubuntu build by radxa. Can't figure out why the behavior is like this
califax has quit [Ping timeout: 258 seconds]
califax has joined #armbian
<Armbian-Discord> <s​had0vv> here's what I found, seems like it's loading: armbian john@armbian:/sys/devices/platform/leds$ ls -l total 0 -rw-r--r-- 1 root root 4096 Sep 21 20:51 driver_override -r--r--r-- 1 root root 4096 Sep 21 20:51 modalias lrwxrwxrwx 1 root root 0 Sep 21 20:51 of_node -> ../../../firmware/devicetree/base/leds drwxr-xr-x 2 root root 0 Sep 21 19:55 power lrwxrwxrwx 1 root root 0 Jan 1 1970 subsystem ->
<Armbian-Discord> ../../../bus/platform -rw-r--r-- 1 root root 4096 Jan 1 1970 uevent vendor john@ubuntu-focal:/sys/devices/platform/leds$ ls -l total 0 lrwxrwxrwx 1 root root 0 Sep 21 20:51 driver -> ../../../bus/platform/drivers/leds-gpio -rw-r--r-- 1 root root 4096 Sep 21 20:51 driver_override drwxr-xr-x 3 root root 0 Jan 1 1970 leds -r--r--r-- 1 root root 4096 Sep 21 20:51 modalias lrwxrwxrwx 1 root root 0 Sep 21 20:51 of_node
<Armbian-Discord> -> ../../../firmware/devicetree/base/leds drwxr-xr-x 2 root root 0 Sep 21 20:51 power lrwxrwxrwx 1 root root 0 Jan 1 1970 subsystem -> ../../../bus/platform -rw-r--r-- 1 root root 4096 Jan 1 1970 uevent
alekksander has joined #armbian
lemonzest has quit [Quit: WeeChat 3.5]
oida has quit [Ping timeout: 264 seconds]
Mony has quit [Ping timeout: 252 seconds]
stipa has quit [Ping timeout: 265 seconds]
Mony has joined #armbian
stipa has joined #armbian
archetech has quit [Quit: Konversation terminated!]
archetech has joined #armbian
lemonzest has joined #armbian
maknho has joined #armbian
stipa has quit [Ping timeout: 244 seconds]
stipa has joined #armbian
LanDi has joined #armbian
LanDi has quit [Quit: LanDi]
LanDi has joined #armbian
LanDi has quit [Read error: Connection reset by peer]
lemonzest has quit [Quit: WeeChat 3.5]
xoan740 has joined #armbian
xoan74 has quit [Ping timeout: 265 seconds]
xoan740 is now known as xoan74
xoan746 has joined #armbian
xoan74 has quit [Ping timeout: 265 seconds]
xoan746 is now known as xoan74
alekksander has quit [Quit: Konversation terminated!]
stipa_ has joined #armbian
stipa has quit [Ping timeout: 260 seconds]
stipa_ is now known as stipa
aasami_ has quit [Quit: Lost terminal]
<Armbian-Discord> <Z​anoryt> @IgorPec Quite update on my Armbian mirrors: I upgraded the servers for mirror-eu-de1.armbian.airframes.io and mirror-us-sea1.armbian.airframes.io (now with SSD, 8-cores, tons of ram), so they should have more servicing power now. Additionally, mirror-us-sea2.armbian.airframes.io is setup (with both images/packages) and ready to be added to rotation. I have this secondary in the same region solely to add more
<Armbian-Discord> monthly bandwidth to the pool (each server gets 32TB/mo of transfer out). All three of these mirrors now do both images and packages. Lastly, I created some code to easily setup and manage Armbian mirrors. It's opinionated and won't fit everyone's needs, but I think it really simplifies things. It is easy to install, and updates the front page dynamically (after each sync) and displays in a consistent way. If anyone is interested
<Armbian-Discord> in either setting up new mirrors or converting their existing, see https://github.com/airframesio/armbian-mirror. I welcome feedback.
<ArmbianHelper> ^ Error retrieving title. Check the log for more details.
wd has quit [Read error: No route to host]
wd has joined #armbian
califax has quit [Quit: ZNC 1.8.2 - https://znc.in]
califax has joined #armbian