nixuser has quit [Ping timeout: 480 seconds]
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
nixuser has joined #openwrt-devel
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
Mangix has joined #openwrt-devel
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
Percius has joined #openwrt-devel
<Percius> Hello. I am working to port OpenWRT to BPI-R3-Mini, using BPI-R3 and ImmortalWRT's Phy drivers as a starting point. -- Unfortunately I am not quite sure how the Uboot artifacts are generated. In particular this line ARTIFACT/snand-bl31-uboot.fip := mt7986-bl31-uboot bananapi_bpi-r3-snand from linux/mediatek/image/filogic.mk:.
<Percius> In adapting that line for the Mini, I get a compiler Error openwrt-mediatek-filogic-bananapi_bpi-r3-mini-emmc-bl31-uboot.fip] Error 1. (File not Found). In greping the target directory, I don't see how/were the uboot is actually built. Can someone teach me
jeff___m has joined #openwrt-devel
gch981213 has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
jeff___m has joined #openwrt-devel
<Percius> So if I take my same DTS file and run it as the bpi-r3 instead of bpi-r3-mini the source compiles fine (haven't tested running yet, doing so now).
goliath has joined #openwrt-devel
DonkeyHotei has quit [Ping timeout: 480 seconds]
aiyion has joined #openwrt-devel
DonkeyHotei has joined #openwrt-devel
aiyion has quit [Ping timeout: 480 seconds]
jeff___m has quit [Remote host closed the connection]
jeff___m has joined #openwrt-devel
jeff___m has quit [Remote host closed the connection]
hadis has joined #openwrt-devel
<hadis> Is it somehow possible what is using a certain gpio pin? The pin I'm interested in is shows 'write error: Device or resource busy' when trying to export it. I would like to somehow make it available again and manipulate it myself.
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
<Piraty> when inspecting an ipk package file, can i obtain the openwrt-release branch it belongs to? it's not part of 'control' (and should not be really). i mean technically there could be clashes in VERSION/RELEASE tuples across branches
hadis has quit [Remote host closed the connection]
robimarko has joined #openwrt-devel
hadis has joined #openwrt-devel
<slh> not really, the package itself doesn't know about it (only implicitly via package dependencies, but that's vague at best)
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
Tapper has joined #openwrt-devel
rmilecki has joined #openwrt-devel
<rmilecki> robimarko: hey! I've some MediaTek board with 2 x Aquantia AQR113C
<rmilecki> my problem is:
<rmilecki> 1. I can't compile custom U-Boot
<rmilecki> 2. Existing U-Boot doesn't have aq_load_fw
<rmilecki> robimarko: i'll be trying aq-fw-download now
<rmilecki> i'm wondering: should ideally Linux's driver be able to upload firmware to that PHY?
jeff___m has joined #openwrt-devel
<Ansuel> rmilecki mh? that is already possible we just added support for it
<Ansuel> (and backport to openwrt)
jeff___m has quit [Ping timeout: 480 seconds]
Percius has quit [Remote host closed the connection]
<rmilecki> Ansuel: oh, i missed sth then
<rmilecki> oh, nice!
<rmilecki> 6f5c301eab71 ("generic: 6.1: backport upstream Aquantia PHY firmware loader patches")
<rmilecki> so it seems I just need to add "firmware-name"
<rmilecki> to DT
<Ansuel> yep
<robimarko> rmilecki: Yeah, driver can do it now
<gch981213> hadis: cat /sys/kernel/debug/gpio
<rmilecki> ah, there's a problem with CONFIG_AQUANTIA_PHY=y
<rmilecki> [ 1.588068] Aquantia AQR113C mdio-bus:00: Falling back to sysfs fallback for: Rhe-05.06-Candidate9-AQR_Mediatek_23B_P5_ID45824_LCLVER1.cld
<rmilecki> [ 64.526387] Aquantia AQR113C mdio-bus:00: failed to find FW file Rhe-05.06-Candidate9-AQR_Mediatek_23B_P5_ID45824_LCLVER1.cld (-110)
<rmilecki> firmware in on rootfs and can't be accessed that earlu
<rmilecki> should we allow packaging that PHY driver as module?
<robimarko> We alredy do it
<robimarko> AQR driver is packaged as module
<robimarko> That is what we use on qualcommax
<rmilecki> ah, great
<rmilecki> let me try that
robimarko has quit [Ping timeout: 480 seconds]
<rmilecki> Ansuel: thank you for your work on upstream firmware loading for that PHY
<rmilecki> [ 6.276329] Aquantia AQR113C mdio-bus:00: loading firmware version 'v5.6.9 Mediatek Mediatek 23B 100522 05:37:14' from 'FS'
<Ansuel> happy it does work right away!
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
jeff___m has joined #openwrt-devel
<Piraty> there is quite some pkg/ver/rel duplication across the branches, some of them are the same, most are not .
<Piraty> i wonder how many users have this installed:D packages-23.05/mips_24kc/base/amdgpu-firmware_20230804-1_mips_24kc.ipk
jeff___m has quit [Ping timeout: 480 seconds]
zer0def has quit [Quit: zer0def]
zer0def has joined #openwrt-devel
zer0def has quit []
zer0def has joined #openwrt-devel
vincejv has quit [Quit: Bye bye! Leaving for now...]
vincejv has joined #openwrt-devel
xback has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
<Ansuel> (the joy od using DEBUG_LL to bisect and fix a linux kernel decompresso problem ahhhh)
robimarko has joined #openwrt-devel
<xback> robimarko: Ansuel: Anyone any idea why CONFIG_PPS would be enabled by default in ipq40xx or ipq806x targets? :-) (Pulse-Per-Second)
<robimarko> xback: Not really, I can only guess that its just been carried over for years
Mangix has quit [Ping timeout: 480 seconds]
<xback> i'll prep a patch to kick it out then. thanks
<robimarko> That would be great, I am sure there is more stuff in those kernel configs that arent used
<xback> Also noticed these lines on a ipq40xx board
<xback> [ 0.187209] bam-dma-engine 8e04000.dma-controller: num-channels unspecified in dt
<xback> [ 0.187231] bam-dma-engine 8e04000.dma-controller: num-ees unspecified in dt
<robimarko> Thats expected
<robimarko> Only the newer SoC-s had those set in DT as previously they all used the same number
jeff___m has joined #openwrt-devel
<Ansuel> btw i notice we enable
<Ansuel> ARCH_MULTIBOOT
<Ansuel> and that guard and disable some specific option.... why we have that enable if we build specifically for a target?
jeff___m has quit [Ping timeout: 480 seconds]
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
jeff___m has joined #openwrt-devel
hadis has quit [Remote host closed the connection]
schwicht has quit [Quit: Textual IRC Client: www.textualapp.com]
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mrkiko has quit [Quit: leaving]
mrkiko has joined #openwrt-devel
schwicht has joined #openwrt-devel
jeff___m has quit [Remote host closed the connection]
jeff___m has joined #openwrt-devel
checkfoc_us has joined #openwrt-devel
dansan has quit [Quit: The C preprocessor is a pathway to many abilities some consider to be unnatural.]
gladiac is now known as Guest14462
gladiac has joined #openwrt-devel
Guest14462 has quit [Ping timeout: 480 seconds]
gch981213 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
gch981213 has joined #openwrt-devel
jeff___m has quit [Remote host closed the connection]
Mangix has joined #openwrt-devel