<Grommish>
if it's not there, it builds.. it its there but corrupt, it builds.. if its there, it installs from the binary archive, but then rebuilds everything
Katana_Steel has joined #openwrt-devel
<Grommish>
which kinda defeats the purpiose
<Grommish>
hell, it even uninstalls itself if you call host/clean ;p
<mangix>
I'm somewhat annoyed that this language stuff has to be in packages, but w/e
<Grommish>
It's a host only package
<Grommish>
so gimme a better way to do it
<Grommish>
There isn't a single thing in this package that goes into the final image or on the device at the point
<mangix>
that was a generic comment, not specific to rust
<Grommish>
*nod* I know
<Grommish>
but it still stands :) I am not committed to any of this
<Grommish>
other than it mostly works
<mangix>
I'm going to assume jeffreyto and the turris people have something to say
<Grommish>
Oh, it's certaintly going to be meat to the wolves
<Grommish>
We both know it's amazing I get anything to work correct ;p
<Grommish>
and it certainly isn't done correctly or with style.. but.. *shrug* They can fix that
adrianschmutzler has quit [Quit: ~ Trillian - www.trillian.im ~]
swex has quit [Quit: swex]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
gch9812139690 has joined #openwrt-devel
gch981213969 has quit [Read error: Connection reset by peer]
gch9812139690 is now known as gch981213969
gch981213969 has quit [Quit: Ping timeout (120 seconds)]
gch981213969 has joined #openwrt-devel
hbug__ has joined #openwrt-devel
hbug_ has quit [Ping timeout: 240 seconds]
gch981213969 has quit [Read error: Connection reset by peer]
gch9812139693 has joined #openwrt-devel
victhor has quit [Ping timeout: 246 seconds]
DragoonAethis has quit [Quit: hej-hej!]
tobleminer-tSYS has quit [Quit: AS4242423214]
tobleminer-tSYS has joined #openwrt-devel
DragoonAethis has joined #openwrt-devel
gch9812139693 has quit [Read error: Connection reset by peer]
gch981213969 has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
black_ant has joined #openwrt-devel
black_ant has joined #openwrt-devel
zjason has joined #openwrt-devel
dangole has joined #openwrt-devel
<Grommish>
Anyone familar with arm devices?
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
<mangix>
Grommish: what about them"?
<Grommish>
armv7 is supported, what other generations are supported?
<mangix>
supported by what?
<Grommish>
openwrt.. example, the r8000 is a armv7_muslgnueabi (.. yeah.. really), but only reports as a arm in $(ARCH)
<Grommish>
are their armv8 devices?
<mangix>
of course
<Grommish>
Supported by openwrt I mean
<mangix>
of course
<Grommish>
Do they all report as just arm?
<mangix>
no idea
<mangix>
i think armv8 devices are 64-bit
<Grommish>
I'm trying to figure out the best way to deal with target triples in rust
<mangix>
which would mean they report as aarch64
<Grommish>
Ah, ok.. I've got those already.. so its probably just the v7's
<Grommish>
they report as arm rather than armv7
swex has joined #openwrt-devel
zjason has quit [Quit: ERC (IRC client for Emacs 27.0.50)]
zjason has joined #openwrt-devel
zjason has left #openwrt-devel [#openwrt-devel]
zjason has joined #openwrt-devel
<aparcar[m]>
grift: ping
philipp64 has joined #openwrt-devel
philipp64 has quit [Client Quit]
philipp64 has joined #openwrt-devel
<Grommish>
mangix: Ah ha..I can check CONFIG_arm_v7 :)
dangole has quit [Remote host closed the connection]
Dracos-Carazza has quit [Read error: Connection reset by peer]
Dracos-Carazza has joined #openwrt-devel
nitdega has quit [Quit: ZNC - 1.6.0 - http://znc.in]
<nbd>
i'll see if it's feasible to make a smaller fix
<nbd>
i've ported the other fixes and gdb is the only remaining issue with a small default config
black_ant has joined #openwrt-devel
black_ant has quit [Changing host]
black_ant has joined #openwrt-devel
<Hauke>
ok nice
mwarning has joined #openwrt-devel
<dangole>
OSX-KVM worked great for me until recently with HighSierra. revent updates broke it though, guess my CPU is too old to support setting up HPET in the way they do and now wall-clock is about 10 times as fast as it should be, leading to timeouts everywhere (and lots of other issues obviously)
feriman has quit [Quit: WeeChat 3.0]
feriman has joined #openwrt-devel
mwarning has quit [Ping timeout: 272 seconds]
<ldir>
nbd: thanks Felix - I'll give it a try.
ivanich has joined #openwrt-devel
Redfoxmoon is now known as axp
axp is now known as Redfoxmoon
Net147_ is now known as Net147
muhaha has joined #openwrt-devel
<xdarklight>
Hauke: https://github.com/openwrt/openwrt/pull/3085#issuecomment-727257773 - is there any documentation on how long it takes for the GPHY firmware to fully initialize? in gswip_gphy_fw_load from drivers/net/dsa/lantiq_gswip.c we just deassert the reset line, but don't wait for anything to complete
<Hauke>
there is a public documentation for the GPHY
<Hauke>
but I do not know if this part is documented
<Hauke>
xdarklight: are these problems with internal or external phy?
<xdarklight>
Hauke: I think the 7412 uses the internal GPHY
<Hauke>
I used the 100M PHY FW on my device and it loaded sucecssfully
<xdarklight>
Hauke: the user suspects a race condition. I just checked that public datasheet and it states: First MDIO access after reset release (tMDIO), min: 300.0 ms
<Hauke>
but timing could be a problem, it probably takes some time till the FW is booted up
<xdarklight>
okay. I'll cook a patch and ask the user to test it