<Tusker>
weird... works in the uboot ramboot but not after writing to flash :|
mangix has joined #openwrt-devel
dedeckeh has joined #openwrt-devel
<Tusker>
ok, so uboot must init it somehow, and it keeps working in linux.
<Tusker>
yup, just doing a ping in uboot before loading from flash, also works
<PaulFertser>
Tusker: still progress! So were you trying with rgmii but without fixed-link before?
goliath has joined #openwrt-devel
<Tusker>
PaulFertser: yeah, so, gmac1 with rgmii and fixed-link doesn't work, gmac0 with rgmii and fixed-link works only after activating the network in uboot. pinctrl-0 = <&rgmii0_pins>; where pins are pins = "gpio2", "gpio66"; behaves the same way as not specifying rgmii0_pins. So probably some pin needs to high or low...
<PaulFertser>
Tusker: gmac1 is not supposed to ever work on this hardware.
<Tusker>
yes, I know that now, but my previous tests showed that the AR8035 showed and "activated" when I tried it with sgmii
<PaulFertser>
Because it's via MDIO, yes :)
<Tusker>
which I now understand :)
<Tusker>
ok, interesting, slight different with gpio2 and gpio66 compared to not specifying pin control. I can see some random UDP traffic on the link, but DHCP is not working
tohojo has quit [Remote host closed the connection]
<Tusker>
any idea how to represent that difference in DTS ? I added it to the pinmux, but it only changed it to https://termbin.com/ug4p
tohojo has joined #openwrt-devel
goliath has joined #openwrt-devel
wjow has joined #openwrt-devel
jlsalvador has quit [Quit: jlsalvador]
<fpsusername[m]>
Habbie the clip and jumper wires already arrived in my country. Guess I got lucky with the shipment. Hopefully they'll be here next week
<wb9688>
Arrived in *my country* or just in Liege?
<wb9688>
(I assume you're talking about AliExpress, right? If so, what shipping method? With some of them it could take almost a month after it's in Liege…)
<mangix>
dangole: procd does not build with glibc. missing sys/reg.h
<rmilecki>
ynezz: what's the status of switching firmware-utils to the new repo?
<Tusker>
will try some more stuff tomorrow, need to spend time with family tonight :) Any ideas are welcome, I'll check the IRC history anyway, even though I'm logged off
<Tusker>
ciao
Tusker has quit [Quit: Time wasted on IRC: 12 hours 33 minutes 4 seconds]
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
gladiac has quit [Quit: k thx bye]
gladiac has joined #openwrt-devel
gladiac has quit []
gladiac has joined #openwrt-devel
wjow has quit [Quit: Page closed]
<dangole>
mangix: oh damn. i'll have a look and build-test for arc700...
Tapper has quit [Ping timeout: 480 seconds]
rejoicetreat has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
wulfy23 has joined #openwrt-devel
<wulfy23>
dangole: fyi no procd-seccomp for 21.02 on aarch64_cortex-a53 aarch64_cortex-a72 aarch64_generic arc_arc700 arc_archs mips64_octeonplus mips_mips32
wulfy23 has quit [Quit: Page closed]
<dangole>
mips
<dangole>
mips_mips32 is a bit surprising, the rest is to-be-expected, as i only added support for aarch64 after the 21.02 branch-off
goliath has joined #openwrt-devel
danitool has quit [Ping timeout: 480 seconds]
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
Tapper has joined #openwrt-devel
Rentong has joined #openwrt-devel
martschneider has joined #openwrt-devel
rejoicetreat has quit [Ping timeout: 481 seconds]
Rentong has quit [Ping timeout: 480 seconds]
<Habbie>
fpsusername[m], nice
Rentong has joined #openwrt-devel
Rentong has quit [Remote host closed the connection]
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
Tapper has quit [Ping timeout: 480 seconds]
Rentong has joined #openwrt-devel
<Habbie>
fpsusername[m], i suspect my soic16 clamp is the item that postnl bumped to tomorrow today :)
Rentong has quit [Remote host closed the connection]
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
Rentong has joined #openwrt-devel
Borromini has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
<dangole>
mangix: should be fixed
Rentong has joined #openwrt-devel
isak has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
martschneider has quit [Remote host closed the connection]
<fpsusername[m]>
Nais
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
<aiyion>
I'm still on learning to port devices; I found, my reference images from ar71xx are all "firmware 470 v1 OpenWrt", while the ath79 sysupgrade I built is a "u-boot legacy uImage". Is that noral for ath79 builds? Or is that something I just built wrong?
<aiyion>
the uboot of the device surely does not handle booting that uimage well ^^
<mangix>
dangole: https://git.openwrt.org/?p=project/procd.git;a=blobdiff;f=jail/cgroups-bpf.c;h=c287e8bb7ee4be7095bdb3b003f37f18a8ed1f95;hp=b0079d9b95a72444bea2fb3e0dcabacfe55ff969;hb=93fc0893742092c7cbca5026da717a6ef2ae60b5;hpb=f26233edb6a550bf23d51d5d4c864baf093e46e1 is not correct. musl 1.2 will not have sys/cdefs.h
<dangole>
mangix: i was hoping that it least it didn't hurt and tested build with musl version currently in tree as well as glibc...
Weissnix4711 has joined #openwrt-devel
<dangole>
mangix: will <sys/regs.h> still provide __WORDSIZE macro in musl 1.2? ie. can i safely drop <sys/cdefs.h> for non-glibc builds?
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
<blocktrron_>
aiyion: do you have a succesfull / unsuccesful bootlog?
<aiyion>
sucessful only from old ar71xx images; unsuccessful for ath79. One sec.
<aiyion>
It appears the uboot does not properly recognize the uimage. I have not found how or even if it's possible to create regular openwrt firmware files without the uimage wrapper.
<fda>
ksmbd does not atomaticlly start (at fritz7320). i think its because br-lan is not ready so early. in default (none), br-lan is used. it does not help to select br-lan in the config. just "restarting" by terminal it and it works
<fda>
on console i see network is up about 80 seconds after start, last normal message was 20sec after start
<fda>
it seems wsdd2 needs also an restart after that, even it listens on network