**** BEGIN LOGGING AT Mon Sep 30 03:00:08 2019 Sep 30 06:10:49 pkgadd, sorry for no response, was off to bed, thanks! It indeed looks like 2 independent SOCs with a glue driver. Figuring out how it boots should be 'relatively' easy, and your approach sounds like the right one (get OpenWRT to boot, get the Lantiq HW in order, and then figure out how to boot WiFi), I'll try and see what comes out of it! Sep 30 06:13:40 good luck, it won't be easy, but nevertheless a pretty interesting device Sep 30 06:15:26 I think the very interesting 3390 is in the same boat as well Sep 30 06:21:00 err, s/3390/3490/ Sep 30 06:43:15 5490 as well (the 2 I have ;) ) Sep 30 06:43:21 anyway, off to work! Sep 30 06:46:15 hey blogic man if you're awake help me out Sep 30 06:46:47 or Anyone else if you could guide me on how to start with OpenWrt/LEDE development. Sep 30 08:11:24 aparcar[m]: what doesn't work in "however it doesn't work" ? Sep 30 08:19:23 ynezz: the kmod-gpio still contains the whole build path even tho it should be replaced Sep 30 08:22:09 ynezz: It only happens to gpio and wireguard kmods Sep 30 08:22:49 Oh and if you have the time please have a look at this: https://lists.infradead.org/pipermail/openwrt-devel/2019-September/019166.html Sep 30 08:40:40 aparcar[m]: a potential clue here is that they are out-of-tree kmods Sep 30 08:42:29 ldir: uhm so not mainline if I guess correct? But wouldn't they still be affected by the remap command of gcc8? Sep 30 08:43:12 yes, not mainline - not provided with the kernel if you like. Sep 30 08:44:34 In terms of build process, all I know is it is different. eg. when building on macos external modules fail to build if the kernel build system can find 'libelf' Sep 30 08:45:09 the kernel's objtool is not cross-compile friendly Sep 30 08:47:25 ldir: this is currently beyond by compileing skill Sep 30 08:47:42 likewise! Sep 30 08:47:46 I guess I'll hope ynezz is hooked by that problem Sep 30 08:48:41 well, you need to build with V=sc and see if that remap params are passed down to that particular module/file Sep 30 08:49:38 how can I build the modules? It's target/compile right? Sep 30 08:49:50 what is the difference between V=s und V=sc? Sep 30 08:50:15 more verbose output Sep 30 08:50:19 AFAIK sc shows the commands used Sep 30 08:51:48 ty Sep 30 08:51:51 can't you just `make package/kernel/gpio-button-hotplug/{clean,compile} V=sc` ? Sep 30 08:51:53 * ldir has to go Sep 30 08:54:53 it seems to me, that the issue is with the KERNEL_MAKE_FLAGS Sep 30 08:58:54 ynezz: I'll do some testing now Sep 30 09:19:20 ynezz: the command looks like that http://ix.io/1JL5 and still the build path is contained as a string http://ix.io/1JKS Sep 30 09:25:55 anyone here has experience with 802.11s + SAE ? Sep 30 09:28:34 aparcar[m]: that's not actual command Sep 30 09:29:26 jow: yes. Me and dangowrt Sep 30 09:29:48 ynezz: sorry what do you mean by that? Sep 30 09:30:21 aparcar[m]: make package/kernel/gpio-button-hotplug/{clean,compile} V=sc 2>&1 | tee build.log; pastebinit build.log Sep 30 09:30:27 aparcar[m]: which ciphers are used by 802.11s in SAE mode? Sep 30 09:30:35 just CCMP? Sep 30 09:31:33 ynezz: http://ix.io/1JLA Sep 30 09:33:16 jow: ieee80211s_encryption='psk2+aes' Sep 30 09:34:01 I kinda remember daniel patched wpad to allow 80211s with sae Sep 30 09:34:22 aparcar[m]: it's that line with gpio-button-hotplug.c Sep 30 09:35:19 you've something strange going on -fmacro-prefix-map=./= Sep 30 09:36:05 yes I think thats legacy. I'll remove that for testing Sep 30 09:38:35 anyway as you can see, you're lacking the proper -ffile-prefix-map in that command line Sep 30 09:40:09 I'm curious about progress about OpenWrt 19.07. In the while, there's going to be the end of September and still no insights about RC. :( Sep 30 09:42:45 ynezz: where is that added? grep -r can't find it... Sep 30 09:43:27 only in package/libs/openssl/patches/120-strip-cflags-from-binary.patch but that doesn't seem related Sep 30 09:47:30 you're adding -ffile-prefix-map in your rules.mk, don't you? Sep 30 09:49:09 ynezz: yes Sep 30 09:50:13 but apperently somewhere else the fmacro is added Sep 30 09:50:56 not here, so it must be something local Sep 30 09:52:10 anyway, my whole point is, that you need to get -ffile-prefix-map into the kernel module build commandline as kernel doesn't utilize TARGET_CFLAGS Sep 30 09:53:22 Pepe: currently requires luci backports and fixes to libustream Sep 30 09:53:31 I see, okay gotta sleep now but try to figure it out asap Sep 30 09:53:31 Pepe: heopefully an rc can be made within the next two weeks Sep 30 13:34:31 jow: 802.11s is not appropriate for automotive applications Sep 30 13:34:47 You need .... Batman. Sep 30 14:26:51 hello Sep 30 14:27:01 jow: did you have a moment to look at my luci patches? Sep 30 15:51:31 blogic: Hi! I made a second attempt at getting 4.19 to work on my board, but no luck. The boot gets stuck on RCU stalls. I have put the bootlog here if you have time to take a look: https://pastebin.com/ULaGHpgK Sep 30 15:52:43 blogic: In order to get a "working" image for the board, I hade to adjust the patch adding the U7623 DTS slightly. I also noticed that there is no config-4.19 for mt7623, so as a starting poing I just copied the 4.14 config Sep 30 16:48:03 This guy makes me actually want to insult him now: https://github.com/openwrt/openwrt/pull/2023#issuecomment-536629254 Sep 30 16:50:44 haha Sep 30 16:51:04 selecting random offset ... bold Sep 30 17:21:14 like they say, it will work most of the time... Sep 30 17:36:50 gpeskens: what chips are used in the 5490? Sep 30 17:37:34 I am mostly interested how the fiber part works Sep 30 18:47:21 Hauke, its a lantiq SOC + an atheros SOC connected via the lantiq switch Sep 30 18:47:45 also a spartan for, I guess, DSP Sep 30 18:48:20 lemme dive into the tree what it says about the fiber port Sep 30 18:53:34 https://pastebin.com/YxkJfSu3 <-- that's the header file that describes the switchconfig as far as I can see, unfortunately not much in the DTS files that AVM releases in the source besides GPIO Sep 30 18:54:17 optic is a coretek opto ct-1212tet-hf4c-d avme Sep 30 18:58:52 gpeskens: thanks Sep 30 19:02:25 yw **** ENDING LOGGING AT Tue Oct 01 02:59:57 2019