<Grommish>
operational/logistics question. I've got rust just about finished, I think. By rights, only the first compile ever needs to be done, because that build creates a installation tarball. Is there a way to register/check/verify/use the tarball from ./dl/?
<Grommish>
i can place it there during the install phase. but I don't know how the build system handles sha256 checking and whatnot to make it 'safe'
<Grommish>
other than the Makefile, of course
heffer has joined #openwrt-devel
Immanuel_ has joined #openwrt-devel
Immanuel has quit [Ping timeout: 258 seconds]
Slimey has quit [Remote host closed the connection]
Darkmatter66_ has joined #openwrt-devel
Darkmatter66 has quit [Ping timeout: 246 seconds]
<mangix>
what is this autoresponder@qsc.de
<mangix>
i don't read german
<mangix>
mirko: yeah the project's files have this on top
brn has joined #openwrt-devel
brn has quit [Ping timeout: 256 seconds]
vdl has quit [Read error: Connection reset by peer]
vdl has joined #openwrt-devel
Guest88073 is now known as lep-delete
lep-delete is now known as Guest88073
Guest88073 is now known as lep-delete
lep-delete is now known as Guest88073
vdl has quit [Read error: Connection reset by peer]
<greearb>
the .lede.xxx are just copies of the other stuff.
<rsalvaterra>
Ah, I see. But they're the recommended releases for OpenWrt, right?
<rsalvaterra>
(At least they're the ones the firmware package makefile is pulling.)
<greearb>
owrt needs to be able to find a specific version, so I rename it to .lede.xxxx and then calculate the sha5sum and that goes into the owrt Makefile
<greearb>
the beta release dir gets new files whenever I upload, but name stays the same, so owrt Makefile could not use those
Borromini has quit [Ping timeout: 272 seconds]
<rsalvaterra>
Nice! The other question I have is related to the different firmware-2 flavours. I see full-htt-mgt (the one I use), nrcc and htt-mgt-nrcc, but I don't see a htt "diet" version without nrcc (which exists in firmware-4). Is there a reason for it? :)
<greearb>
not really, I'll try to remember to add that variant next time I am messing with the build script
Ycarus has quit [Read error: Connection reset by peer]
<damex>
PaulFertser: am i supposed to use chosen node then?
<damex>
device tree node
<Grommish>
damex: What about: kernel_menuconfig/Kernel Type - Kernel appended dtb support (vmlinux.bin or vmlinuz.bin) and Kernel command line type (Bootloader kernel arguments if available)?
<Grommish>
There are dtb options in those selections
<Grommish>
my device has 3 separate image partitions, so it triple boots.. I set the root= and rootfs= thru the cmd line
<PaulFertser>
damex: heh, not sure if it really does anything. That patch-cmdline is just looking inside the binary trying to find CMDLINE and change it
<Grommish>
I couldn't convince OpenWrt to agree to keep the other slots officially, so I maintain them separately
<damex>
Grommish: should probably make a common entry for 'itus_shield'
<Grommish>
damex: They wouldn't agree to it
gch9812133 has joined #openwrt-devel
<damex>
why? it is not common devices?
<Grommish>
damex: Since the "device" is a single box, even with 3 separate image slots (and their own kernels)
<damex>
they don't share anything?
<Grommish>
They still consider it a single device
<Grommish>
and, only wanted to deal with one image
gch981213 has quit [Read error: Connection reset by peer]
gch9812133 is now known as gch981213
<Grommish>
Which is fine for most people.. I can maintain the other 2 slots locally easy enough, and it keeps the buildbot from having to use those resources
<Grommish>
(same reason I used octeonplus vs octeon3)
<damex>
PaulFertser: yeah, after suggestion - i looked further - if i enable cmdline in kernel settings and set something there - only then it appends
<damex>
'patches'
<damex>
well, adding through config obviously work
<damex>
kernel config
<damex>
although can't patch it after
Ycarus has joined #openwrt-devel
Grommish[M] has joined #openwrt-devel
<damex>
PaulFertser: maybe you know... is it possible to make a label for partition using existing tools? like 'root' for rootfs ?
<damex>
so i can say root=LABEL=root
<damex>
or whatever the way it could be done
poljar has quit [Ping timeout: 240 seconds]
<Grommish>
damex: what are you trying to do? I'm confused.. i mean, overall
Ycarus has quit [Quit: Ycarus]
heffer has quit [Ping timeout: 256 seconds]
<damex>
Grommish: i want to bring clean(-er) octeon3 target with device tree support
poljar has joined #openwrt-devel
<damex>
basically now there is a problem with passing cmdline arguments after appending dtb
heffer has joined #openwrt-devel
<Grommish>
How does the ER/ERlite do it? I believe they have dtb/dts files
<PaulFertser>
Grommish: indeed, cmdline in DT is a mips-specific OpenWrt patch, so not helping damex
<Grommish>
damex: is there a way to see 1) if my build is using a dts/dtb, 2) how to pull it. I think my uboot has an entry, but I've not extracted one before
<Grommish>
PaulFertser: he has a mips64 arch :)
<Grommish>
but, it was already enabled
<Grommish>
but I've personally had issues where the build will bail at the end complaining it isn't enabled
<Grommish>
so, wanted to mention it
<Grommish>
damex: 327840 0x500A0 device tree image (dtb).. So, there is one
<Grommish>
775360 0xBD4C0 device tree image (dtb)
<Grommish>
.. two?
<Grommish>
873568 0xD5460 Motorola S-Record; binary data in text format, record type: header
finsternis has quit [Remote host closed the connection]
<damex>
Grommish: where did you find it? mtd?
<Grommish>
In my octboot2.bin and u-boot-octeon_rhino_itus7x.bin files in the fat partition
<damex>
mtd have two (2!) uboot copies which is getting chainloaded on er4 and er12
<damex>
Grommish: no clue
<Grommish>
Is there a way to extract those as text? I used extract-dtb.py and it creates the files, but they are compiled
<Grommish>
created 00_kernel 01_dtbdump_cavium,generic_emmc_stage2.dtb 01_dtbdump_cavium,rhino_itus7x.dtb files
<Grommish>
Ah, see.. no bootargs in those for me.. and bootcmd=run image_run just runs the selected ELF bin, or so it seems
Borromini has joined #openwrt-devel
gch981213 has quit [Read error: Connection reset by peer]
gch981213 has joined #openwrt-devel
linzst has joined #openwrt-devel
MichaelOF has quit [Quit: Konversation terminated!]
brn has quit [Read error: Connection reset by peer]
brn has joined #openwrt-devel
Borromini has quit [Ping timeout: 258 seconds]
brn_ has joined #openwrt-devel
brn has quit [Ping timeout: 258 seconds]
Ycarus has joined #openwrt-devel
<damex>
if there is a qca8511 switch and 4x phy qca 8033/8031 + 4x phy vsc8514 (all phys are brought up and detected in sys) - what is needed to make 'switch' work? on official firmware qsgmii have link forced up and some mojo with macvlan
Neighbor11111112 has joined #openwrt-devel
Neighbor11111111 has quit [Ping timeout: 272 seconds]
jg_ has joined #openwrt-devel
mwarning has joined #openwrt-devel
brn has joined #openwrt-devel
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Nick_Lowe has joined #openwrt-devel
brn_ has quit [Ping timeout: 258 seconds]
Huntereb has quit [Read error: Connection reset by peer]
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
brn_ has joined #openwrt-devel
brn has quit [Ping timeout: 272 seconds]
Nick_Lowe has joined #openwrt-devel
Darkmatter66 has joined #openwrt-devel
Darkmatter66_ has quit [Ping timeout: 258 seconds]
<damex>
Grommish: you had to use append-metadata for preserving configuration between upgrades. is there anything else? i see sysupgrade.tgz in /boot but it never gets used (preinit never runs?)
<aparcar[m]>
jow: ping
Grommish[M] has quit [Ping timeout: 265 seconds]
Grommish[M] has joined #openwrt-devel
Grommish[M] has quit [Read error: Connection reset by peer]
Grommish[M] has joined #openwrt-devel
<PaulFertser>
damex: preinit can't not run
<damex>
PaulFertser: is there some logging for that?
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Grommish[M] has quit [Ping timeout: 260 seconds]
<damex>
oh could it be that it can't find name off the device yet so it can't do preinit?
<damex>
there is just a condition with device name that does movement of the config archive
Nick_Lowe has joined #openwrt-devel
Nick_Lowe has quit [Client Quit]
<damex>
lots of time and all because of missed dash in device name
Nick_Lowe has joined #openwrt-devel
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Nick_Lowe has joined #openwrt-devel
linzst has quit [Quit: Leaving]
Nick_Lowe has quit [Client Quit]
Nick_Lowe has joined #openwrt-devel
Grommish[M] has joined #openwrt-devel
philipp64|work has quit [Ping timeout: 264 seconds]
Ycarus has joined #openwrt-devel
brn_ has quit [Remote host closed the connection]
Grommish[M] has quit [Ping timeout: 240 seconds]
brn has joined #openwrt-devel
Grommish[M] has joined #openwrt-devel
brn has quit [Ping timeout: 272 seconds]
Ycarus has quit [Quit: Ycarus]
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]