Slimey has quit [Remote host closed the connection]
Slimey has joined #openwrt-devel
minimal has quit [Quit: Leaving]
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
<owrt-images-builds> Build [#261](https://buildbot.openwrt.org/images/#/builders/188/builds/261) of `master_realtek/rtl931x` completed successfully.
skynet2 has quit [Quit: Leaving]
bodski has quit [Remote host closed the connection]
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
gch981213 has joined #openwrt-devel
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
ChriChri has quit [Ping timeout: 480 seconds]
ChriChri has joined #openwrt-devel
ptudor has quit [Quit: Strict-Transport-Security: max-age=48211200; preload]
goliath has joined #openwrt-devel
mcbridematt has quit [Remote host closed the connection]
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_x86.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
guidosarducci has joined #openwrt-devel
noahm has quit [Ping timeout: 480 seconds]
ynezz has joined #openwrt-devel
robimarko has joined #openwrt-devel
noahm has joined #openwrt-devel
nixuser has quit [Remote host closed the connection]
nixuser has joined #openwrt-devel
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
<robimarko> Anbody having issues with UART on AR9342?
<robimarko> I resurected and old RB912 to test out NVMEM on Big Endian and UART is working until earlycon gets disabled and handed over to the full console
<tmn505> do You have more than one console+ on kernel command line?
<tmn505> console=
<robimarko> Thats the thing, cmdline looks fine: Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
<tmn505> weird. Try to remove console from kernel cmdline and add alias in dts, maybe that'l help.
xback has joined #openwrt-devel
<xback> robimarko: hi, quick question regarding wallys's dr40x9
<xback> robimarko: in your initial work for this board, you've added gpio 423 as sim select, but it seems that gpio is not defined in dts? any idea how you came up with the gpio nr?
<xback> robimarko: https://git.openwrt.org/?p=openwrt/openwrt.git;a=blobdiff;f=target/linux/ipq40xx/base-files/etc/board.d/03_gpio_switches;h=f76fe9402df322c9b1c0805a394c32ecde5ad78f;hp=4918e2ccc1b23f4d5c9b162f79d3f978d98de618;hb=eb564690c995b284204aa762c0f77f3064419a9c;hpb=7699a5b1d77bcab3d63f6fb94b6f89f093db6395
<robimarko> Well, its been ages since I touched that board
<robimarko> But, I think the datasheet lists the SIM selection GPIO
<xback> robimarko: see bottom of the page. looks like it's GPIO 11 these days
<xback> i'll try it out in a minute
<robimarko> Then the UCI switch is still correct
<robimarko> As 412 is the GPIO base AFAIK
<robimarko> +11 and you get 423
<xback> aaah, ok
<xback> i'm wondering it kernel 6.6 changed anything in that behaviour
<robimarko> xback: Yeah, the base changed
<robimarko> That is a common issue as its dynamic and we have no way to pin a UCI GPIO on a certain controler
<xback> I noticed this during 6.6 testing on it: [ 24.176183] export_store: invalid GPIO 423
<robimarko> Yes, cause there is no controller that covers that GPIO number space
<xback> any idea what the new number would be?
<xback> i'll adapt it and test it otherwise :-)
<robimarko> From the print, the new base is simply 512
<robimarko> Simply adding +100 on the curent numbers should work
<xback> i'll give it a try. thanks a lot :-)
<robimarko> tmn505: Well, it seems that my issue is with the reference clock input as 40MHz is decleared while my board uses 25MHz XO
<robimarko> Thus clocks are completely wrong
<robimarko> CPU is running at 960MHz instead of 600MHz
<robimarko> But funnily it works overclocked
<robimarko> [ 0.914555] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
<robimarko> [ 0.928009] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 1562500) is a 16550A
<robimarko> [ 0.922966] printk: console [ttyS0] disabled
<robimarko> Well, now it hangs on:
<xback> Mikrotik stuff?
<robimarko> Yeah, old Basebox2/RB912UG
<robimarko> I need it to get my NVMEM layout driver to work on Big Endian as well
<xback> I have a patch in my staging for the same issue which popped up last year
<xback> https://git.openwrt.org/?p=openwrt/staging/xback.git;a=commit;h=1884e16e935e23a3d98d932de93c71a9b29073ac
<robimarko> Yeah, we have the same issue then
<tmn505> funny, was watching git history and looking at the exact commit changing the clocks (a716ac5564).
<robimarko> Ok, procd was unhappy with missing stdout-path even though cmdline is correct
<robimarko> Now console works
<xback> I recall i exchanged pictures from the xtal's with the submitter back then both proving we were both right :-p
<robimarko> Yes, I think MikroTik did batches with both
<robimarko> Also, I hate the fact that it seems RouterBoot only knows about 40MHz XO
<robimarko> Since UART doesnt work in it despite toggling the NO_UART bit in hard_config
<tmn505> does every board have NO_UART bit at the same offset?
<xback> robimarko: altering the GPIO nr +100 fixes it properly (y)
<robimarko> tmn505: Its not at the same offset, but its all encoded in hard_config in a TLV style config
<robimarko> But its always bit 0 of tag 0x15
<robimarko> xback: Great, can you please update all of the boards then?
<xback> all +100?
<tmn505> ok, thanks
<robimarko> xback: Yes
<xback> robimarko: will do now. feel free to drop your SoB or Suggested-by
<robimarko> xback: Suggested-by: Robert Marko <robimarko@gmail.com>
<xback> robimarko: Ok like this? https://git.openwrt.org/?p=openwrt/staging/xback.git;a=commit;h=c666b2f49f2c0cd6a893b025e7b55d5e0cedff5d
<robimarko> xback: Well, I think that cellc device has more issues
<robimarko> Cause, previous base was 412
<robimarko> And it was using 398 for the number
<xback> ah .. right ..
<robimarko> That WPJ device is also wrong for sure
<xback> i'll revert those and add a comment for them
<robimarko> Yeah, please do
<robimarko> Maybe even comment them out cause they are wrong for sure
<xback> https://git.openwrt.org/?p=openwrt/staging/xback.git;a=commit;h=b0e409cc5da115ae2b302157c4230153f7d428ab
damo22 has quit [Ping timeout: 480 seconds]
<xback> I would propose to comment them out in a different commit
<robimarko> I am fine with that
<russell--> can anybody point me at how to "name" gpios such that gpiod-tools's gpioinfo reports something other than "unnamed"?
<robimarko> I think you to use gpio-lines or similar in DT
<russell--> git grep finds gpio-line-names
xback has quit [Ping timeout: 480 seconds]
owrt-images-builds has quit [Remote host closed the connection]
owrt-images-builds has joined #openwrt-devel
<russell--> hmm. adding line-name = "myname"; to a gpio-export didn't do it.
guidosarducci has quit [Ping timeout: 480 seconds]
minimal has joined #openwrt-devel
xback has joined #openwrt-devel
<owrt-images-builds> Build [#265](https://buildbot.openwrt.org/images/#/builders/78/builds/265) of `master_ramips/rt305x` failed.
<owrt-images-builds> Build [#257](https://buildbot.openwrt.org/images/#/builders/226/builds/257) of `master_ath79/tiny` failed.
Slimey has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#263](https://buildbot.openwrt.org/images/#/builders/173/builds/263) of `master_lantiq/ase` failed.
Slimey has joined #openwrt-devel
<owrt-images-builds> Build [#256](https://buildbot.openwrt.org/images/#/builders/96/builds/256) of `master_qualcommax/ipq807x` failed.
PaulFertser has quit [Ping timeout: 480 seconds]
<robimarko> Hm, did we run out of space?
<Ansuel> seems so? the error is in creating a link
<owrt-images-builds> Build [#263](https://buildbot.openwrt.org/images/#/builders/165/builds/263) of `master_at91/sama7` failed.
<owrt-images-builds> Build [#267](https://buildbot.openwrt.org/images/#/builders/82/builds/267) of `master_realtek/rtl930x` failed.
<owrt-images-builds> Build [#254](https://buildbot.openwrt.org/images/#/builders/211/builds/254) of `master_mediatek/mt7623` failed.
hitech95 has joined #openwrt-devel
<owrt-images-builds> Build [#257](https://buildbot.openwrt.org/images/#/builders/145/builds/257) of `master_octeon/generic` failed.
<owrt-images-builds> Build [#255](https://buildbot.openwrt.org/images/#/builders/193/builds/255) of `master_mvebu/cortexa9` failed.
<owrt-images-builds> Build [#166](https://buildbot.openwrt.org/images/#/builders/238/builds/166) of `master_d1/generic` failed.
PaulFertser has joined #openwrt-devel
<owrt-images-builds> Build [#259](https://buildbot.openwrt.org/images/#/builders/162/builds/259) of `master_bmips/bcm6358` failed.
<owrt-images-builds> Build [#257](https://buildbot.openwrt.org/images/#/builders/163/builds/257) of `master_gemini/generic` failed.
<owrt-images-builds> Build [#258](https://buildbot.openwrt.org/images/#/builders/94/builds/258) of `master_ipq806x/chromium` failed.
goliath has quit [Quit: SIGSEGV]
<owrt-images-builds> Build [#256](https://buildbot.openwrt.org/images/#/builders/141/builds/256) of `master_kirkwood/generic` failed.
<owrt-images-builds> Build [#251](https://buildbot.openwrt.org/images/#/builders/115/builds/251) of `master_x86/64` failed.
<owrt-images-builds> Build [#258](https://buildbot.openwrt.org/images/#/builders/125/builds/258) of `master_bcm47xx/mips74k` failed.
<owrt-images-builds> Build [#254](https://buildbot.openwrt.org/images/#/builders/124/builds/254) of `master_bcm27xx/bcm2710` failed.
SlimeyX has joined #openwrt-devel
<owrt-images-builds> Build [#257](https://buildbot.openwrt.org/images/#/builders/127/builds/257) of `master_malta/be` failed.
<owrt-images-builds> Build [#258](https://buildbot.openwrt.org/images/#/builders/168/builds/258) of `master_imx/cortexa7` failed.
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (96.7% images and 99.8% packages reproducible in our current test framework.)
<owrt-images-builds> Build [#256](https://buildbot.openwrt.org/images/#/builders/101/builds/256) of `master_bmips/bcm6368` failed.
<owrt-images-builds> Build [#256](https://buildbot.openwrt.org/images/#/builders/110/builds/256) of `master_zynq/generic` failed.
<owrt-images-builds> Build [#258](https://buildbot.openwrt.org/images/#/builders/93/builds/258) of `master_ramips/mt7620` failed.
<owrt-images-builds> Build [#253](https://buildbot.openwrt.org/images/#/builders/137/builds/253) of `master_x86/legacy` failed.
<owrt-images-builds> Build [#267](https://buildbot.openwrt.org/images/#/builders/51/builds/267) of `master_ramips/rt3883` failed.
<owrt-images-builds> Build [#35](https://buildbot.openwrt.org/images/#/builders/241/builds/35) of `master_loongarch64/generic` failed.
<owrt-images-builds> Build [#150](https://buildbot.openwrt.org/images/#/builders/239/builds/150) of `master_starfive/generic` failed.
xback has quit [Remote host closed the connection]
xback has joined #openwrt-devel
<owrt-images-builds> Build [#252](https://buildbot.openwrt.org/images/#/builders/210/builds/252) of `master_rockchip/armv8` failed.
<johnf> yikes
<owrt-images-builds> Build [#260](https://buildbot.openwrt.org/images/#/builders/198/builds/260) of `master_ath79/mikrotik` failed.
<owrt-images-builds> Build [#256](https://buildbot.openwrt.org/images/#/builders/182/builds/256) of `master_bmips/bcm6318` failed.
<johnf> russell--: I can confirm that this name method works properly: https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=target/linux/ath79/dts/qca9531_glinet_gl-x300b.dts;h=5e722bbc26c0c5508793c6908c148567a77608fa;hb=252466a0ced3ec9f58b213ffd34a900fe3834cab#l48
<johnf> though I'm not familiar with gpioinfo, do you see something different in /sys/class/gpio than it shows you?
<owrt-images-builds> Build [#259](https://buildbot.openwrt.org/images/#/builders/155/builds/259) of `master_sunxi/cortexa8` failed.
swalker has quit [Remote host closed the connection]
<owrt-images-builds> Build [#270](https://buildbot.openwrt.org/images/#/builders/15/builds/270) of `master_mxs/generic` failed.
<owrt-images-builds> Build [#254](https://buildbot.openwrt.org/images/#/builders/151/builds/254) of `master_layerscape/armv7` failed.
swalker has joined #openwrt-devel
<owrt-images-builds> Build [#258](https://buildbot.openwrt.org/images/#/builders/80/builds/258) of `master_armsr/armv8` failed.
<owrt-images-builds> Build [#256](https://buildbot.openwrt.org/images/#/builders/167/builds/256) of `master_bmips/bcm6362` failed.
<owrt-images-builds> Build [#263](https://buildbot.openwrt.org/images/#/builders/43/builds/263) of `master_imx/cortexa9` failed.
<owrt-images-builds> Build [#257](https://buildbot.openwrt.org/images/#/builders/153/builds/257) of `master_bmips/bcm6328` failed.
<owrt-images-builds> Build [#258](https://buildbot.openwrt.org/images/#/builders/187/builds/258) of `master_lantiq/xway_legacy` failed.
<russell--> johnf: yeah, not the same thing
<owrt-images-builds> Build [#121](https://buildbot.openwrt.org/images/#/builders/240/builds/121) of `master_imx/cortexa53` failed.
<owrt-images-builds> Build [#263](https://buildbot.openwrt.org/images/#/builders/85/builds/263) of `master_bcm53xx/generic` failed.
<owrt-images-builds> Build [#259](https://buildbot.openwrt.org/images/#/builders/220/builds/259) of `master_mpc85xx/p2020` failed.
<owrt-images-builds> Build [#212](https://buildbot.openwrt.org/images/#/builders/237/builds/212) of `master_bcm27xx/bcm2712` failed.
<owrt-images-builds> Build [#258](https://buildbot.openwrt.org/images/#/builders/205/builds/258) of `master_mpc85xx/p1020` failed.
<owrt-images-builds> Build [#260](https://buildbot.openwrt.org/images/#/builders/217/builds/260) of `master_bcm47xx/generic` failed.
<owrt-images-builds> Build [#269](https://buildbot.openwrt.org/images/#/builders/62/builds/269) of `master_at91/sama5` failed.
hitech95 has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#258](https://buildbot.openwrt.org/images/#/builders/126/builds/258) of `master_tegra/generic` failed.
skynet2 has joined #openwrt-devel
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<owrt-images-builds> Build [#265](https://buildbot.openwrt.org/images/#/builders/13/builds/265) of `master_lantiq/xrx200` failed.
goliath has joined #openwrt-devel
<owrt-images-builds> Build [#266](https://buildbot.openwrt.org/images/#/builders/19/builds/266) of `master_apm821xx/nand` failed.
<owrt-images-builds> Build [#251](https://buildbot.openwrt.org/images/#/builders/104/builds/251) of `master_layerscape/armv8_64b` failed.
xback has quit [Remote host closed the connection]
xback has joined #openwrt-devel
xback has quit [Remote host closed the connection]
xback has joined #openwrt-devel
<owrt-images-builds> Build [#263](https://buildbot.openwrt.org/images/#/builders/188/builds/263) of `master_realtek/rtl931x` failed.
<owrt-images-builds> Build [#257](https://buildbot.openwrt.org/images/#/builders/61/builds/257) of `master_ramips/mt7621` failed.
<owrt-images-builds> Build [#256](https://buildbot.openwrt.org/images/#/builders/178/builds/256) of `master_sifiveu/generic` failed.
<owrt-images-builds> Build [#263](https://buildbot.openwrt.org/images/#/builders/26/builds/263) of `master_mediatek/mt7629` failed.
<owrt-images-builds> Build [#271](https://buildbot.openwrt.org/images/#/builders/9/builds/271) of `master_pistachio/generic` failed.
<owrt-images-builds> Build [#257](https://buildbot.openwrt.org/images/#/builders/38/builds/257) of `master_x86/generic` failed.
nixuser has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#294](https://buildbot.openwrt.org/images/#/builders/4/builds/294) of `master_mvebu/cortexa53` failed.
<owrt-images-builds> Build [#263](https://buildbot.openwrt.org/images/#/builders/52/builds/263) of `master_ramips/mt76x8` failed.
nixuser has joined #openwrt-devel
<owrt-images-builds> Build [#247](https://buildbot.openwrt.org/images/#/builders/219/builds/247) of `master_ath79/generic` failed.
<owrt-images-builds> Build [#256](https://buildbot.openwrt.org/images/#/builders/154/builds/256) of `master_armsr/armv7` failed.
<owrt-images-builds> Build [#297](https://buildbot.openwrt.org/images/#/builders/1/builds/297) of `master_ipq40xx/chromium` failed.
hitech95 has joined #openwrt-devel
<owrt-images-builds> Build [#260](https://buildbot.openwrt.org/images/#/builders/190/builds/260) of `master_at91/sam9x` failed.
<owrt-images-builds> Build [#261](https://buildbot.openwrt.org/images/#/builders/45/builds/261) of `master_sunxi/cortexa7` failed.
gch981213 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<owrt-images-builds> Build [#265](https://buildbot.openwrt.org/images/#/builders/29/builds/265) of `master_apm821xx/sata` failed.
vincejv has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#270](https://buildbot.openwrt.org/images/#/builders/60/builds/270) of `master_realtek/rtl839x` failed.
hitech95 has quit [Read error: Connection reset by peer]
<owrt-images-builds> Build [#261](https://buildbot.openwrt.org/images/#/builders/164/builds/261) of `master_ath79/nand` failed.
nixuser has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
nixuser has joined #openwrt-devel
lucenera has joined #openwrt-devel
<owrt-images-builds> Build [#258](https://buildbot.openwrt.org/images/#/builders/194/builds/258) of `master_ramips/rt288x` failed.
<owrt-images-builds> Build [#248](https://buildbot.openwrt.org/images/#/builders/149/builds/248) of `master_mediatek/filogic` failed.
<owrt-images-builds> Build [#253](https://buildbot.openwrt.org/images/#/builders/157/builds/253) of `master_mvebu/cortexa72` failed.