Tapper1 has quit [Ping timeout: 480 seconds]
c0sm1cSlug has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
c0sm1cSlug has joined #openwrt-devel
dangole has quit [Remote host closed the connection]
slh has quit [Quit: leaving]
slh64 has quit [Remote host closed the connection]
<Namidairo> tarring up /etc/config and mtd writing it every boot seems like a very bad idea
<Namidairo> unless of course your objective was for nand to die within <=100k boots
lucenera has quit [Quit: The Lounge - https://thelounge.chat]
lucenera has joined #openwrt-devel
slh64 has joined #openwrt-devel
slh has joined #openwrt-devel
strobo_ has joined #openwrt-devel
victhor has quit [Ping timeout: 480 seconds]
strobo has quit [Ping timeout: 480 seconds]
danitool has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
rua has quit [Quit: Leaving.]
goliath has quit [Quit: SIGSEGV]
minimal has quit []
Tapper has quit [Read error: No route to host]
Tapper has joined #openwrt-devel
valku has quit [Quit: valku]
rua has joined #openwrt-devel
Tapper has quit [Read error: Connection reset by peer]
Tapper has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
userresu has joined #openwrt-devel
userresu has quit []
danitool has joined #openwrt-devel
indy_ has quit [Ping timeout: 480 seconds]
pmelange has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
indy has joined #openwrt-devel
Borromini has joined #openwrt-devel
Tapper has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
rua has quit []
indy has quit [Ping timeout: 480 seconds]
awgh has joined #openwrt-devel
victhor has joined #openwrt-devel
rua has joined #openwrt-devel
indy has joined #openwrt-devel
<neggles> do we have any documentation on what the various image build makefile options are/do other than the usual "look at other devices' configurations/makefiles" ?
<neggles> trying to work out how to make build system give me a ubi image with the kernel+dtb blob as a file inside a volume
<neggles> so i can make u-boot do a ubifsload
<neggles> at least I worked out why u-boot seems to be incapable of writing to this NAND and having it read back out successfully - these samsung chips don't support subpage writes >:(
f00b4r0 has quit [Quit: Textual IRC Client: www.textualapp.com]
f00b4r0 has joined #openwrt-devel
pmelange has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
Tapper has quit [Ping timeout: 480 seconds]
Borromini has quit [Quit: Lost terminal]
<PaulFertser> neggles: basically, they're all in include/image-commands.mk , and looking for dtb you can see there's a ready made way "append-dtb-elf" which adds dtb in a dedicated elf section of the image or "install-dtb" which copies the binary to BIN_DIR
<PaulFertser> And there's KERNEL_IN_UBI option.
<neggles> PaulFertser: I did find those options, still trying to work out the exact combo I need - `KERNEL_INITRAMFS := kernel-bin | append-dtb-elf` works fine for the kernel+initramfs blob
<neggles> but when i turn on generation of the ubifs image, whether it's got KERNEL_IN_UBI on or not, I'm currently getting "Error: min. I/O unit was not specified (use -h for help)" from mkfs.ubifs
<neggles> I have PAGESIZE / SUBPAGESIZE / BLOCKSIZE set
<neggles> oh i think I just found the info I needed in an ath79 target, neat
<hauke> stintel: brcmfmac still has problems when I create a wifi AP. DId you look into this already?
dedeckeh has joined #openwrt-devel
<neggles> yes! found a combo that works
danitool has quit [Ping timeout: 480 seconds]
<stintel> hauke: I have not tried, I only have raspberry pis with brcmfmac, they're pretty bad at being AP
rmilecki has joined #openwrt-devel
rua has quit [Quit: Leaving.]
gladiac is now known as Guest6367
gladiac has joined #openwrt-devel
Guest6367 has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
userx has joined #openwrt-devel
<userx> Hello, I'm trying to build package for ramips with using SDK and got error: "strip: Unable to recognise the format of the input file". Where should I look for the problem?
<PaulFertser> userx: looks like it's trying to strip a non-executable. Use some pastebin to show the full log.
<userx> PaulFertser: Thank you for the reply! https://paste.debian.net/hidden/2aaff9e8/
<PaulFertser> userx: apparently 3proxy makefile is using host strip instead of mipsel-openwrt-linux-musl-strip . Why are you running the install stage at all there?
<userx> PaulFertser: yes, it is. Well, I probably need to learn how to do this correctly.
<PaulFertser> userx: probably whatever you're trying to do with 3proxy can be done other way, or someone would have packaged it for OpenWrt already.
<userx> PaulFertser: And this person also uses the install command, https://github.com/zCookie/openwrt-3proxy/blob/master/openwrt/Makefile#L42
<PaulFertser> userx: I do not think so
<PaulFertser> It's a custom install sequence ignoring what's in the makefile.
<userx> PaulFertser: I did not fully understand your thought. I created Makefile by "Creating packages" guide, https://openwrt.org/docs/guide-developer/packages
<userx> PaulFertser: So I don't sure why I cannot use INSTALL_BIN command and why build process use host strip instead of strip from staging.
<userx> PaulFertser: Anyway, I will not waste your time, Thanks for the help!
<PaulFertser> userx: I'm not using SDK usually, I use full build system.
<userx> PaulFertser: Thanks again for your time and help! Goodbye.
KGB-1 has quit [Remote host closed the connection]
jlsalvador has quit [Remote host closed the connection]
jlsalvador has joined #openwrt-devel
Borromini has joined #openwrt-devel
Borromini has quit [Ping timeout: 480 seconds]
userx has quit [Quit: Page closed]
minimal has joined #openwrt-devel
Borromini has joined #openwrt-devel
gladiac is now known as Guest6373
gladiac has joined #openwrt-devel
Guest6373 has quit [Ping timeout: 480 seconds]
Luke-Jr has quit [Ping timeout: 480 seconds]
minimal has quit []
goliath has joined #openwrt-devel
Tapper has joined #openwrt-devel
<jow> PaulFertser: the full build system would exhibit the same error
<jow> PaulFertser: the root cause is the upstream build system (3proxy's) invokes install -s
<jow> which is likely caused by using PKG_INSTALL:=1 in the OpenWrt Makefile
Luke-Jr has joined #openwrt-devel
clayface has joined #openwrt-devel
clayface_ has quit [Ping timeout: 480 seconds]
Lynx- has joined #openwrt-devel
minimal has joined #openwrt-devel
<Lynx-> Can anyone suggest a reason why with mt76 updates mesh is broken in the sense that node shows up as still connected on other two nodes, but node becomes inaccessible?
Lynx- has quit [Read error: Connection reset by peer]
Lynx- has joined #openwrt-devel
<Lynx-> what dictates which mesh in mesh of 3x nodes is the 'master' mesh to which other two connects?
<owrt-snap-builds> Build [#412](https://buildbot.openwrt.org/master/images/#builders/2/builds/412) of `layerscape/armv7` failed.
Borromini has quit [Quit: leaving]
<PaulFertser> jow: thank you, will pay more attention to that variable in the future.
<Slimey> heh doing the hotfixes update on a cisco fmc-2500 is about 20 minutes of shear terror watching the KVM session while it updates firmware wondering if its ever going to act normal and come back up again
goliath has quit [Quit: SIGSEGV]
minimal has quit []
dangole has joined #openwrt-devel
goliath has joined #openwrt-devel
_lore_ has quit [Ping timeout: 480 seconds]
lmore377 has quit [Ping timeout: 480 seconds]
lmore377 has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
dedeckeh has quit [Remote host closed the connection]
danitool has joined #openwrt-devel
Lynx- has quit [Quit: Going offline, see ya! (www.adiirc.com)]
rmilecki has quit [Ping timeout: 480 seconds]
_lore_ has joined #openwrt-devel
minimal has joined #openwrt-devel
<nick[m]1234> dangole: can you merge the lhg 60 with my ethernet interface fix? https://github.com/openwrt/openwrt/pull/2417#issuecomment-974723045
<nick[m]1234> than I would go on and also add DSA support for this device
<dangole> nick[m]1234: we can do that or you finish converting it to DSA (only a single port, right?), give it some more testing (incl. sysupgrade) and we merge it in a couple of days.
<nick[m]1234> dangole: yep, single port device. okay, I will go on and add this to DSA. hopefully dsa is soon merged. :)
<nick[m]1234> dangole: whups. just saw that I did not commited my changes to fix ethernet interface
<dangole> nick[m]1234: picked that up into my tree on github. i also wonder if wil6210 is just working now, as it claims to be "Sparrow B0, flash exist". on the other hand it also claims to load a board file and that is supposedly just a linux-firmware default and we should extract whatever MikroTik ships in their firmware...
<nick[m]1234> dangole: I remember that strange discussion about board files that they are somehow "encrypted" with some seed
<nick[m]1234> dangole: maybe I can fetch me a second device
<nick[m]1234> and test if wifi is working
<hauke> dangole: are you taking care of DSA on ipq40xx?
<hauke> I didn't follow the github thread
<nick[m]1234> hauke: Robert Marko is doing that
<dangole> hauke: not actively ;) i'm reading the thread and the whole thing being quite a mess (forward-port of ancient fork of qca8k driver...), i prefer to stay out if it...
<hauke> ok
<nick[m]1234> I hope we can find the cause of the freezes that at least one other users (not only me) reported. :/