nixuser has quit [Read error: Connection reset by peer]
nixuser has joined #openwrt-devel
minimal has joined #openwrt-devel
n3ph has quit [Quit: WeeChat 4.4.3]
n3ph has joined #openwrt-devel
swalker has joined #openwrt-devel
Daanct12 has joined #openwrt-devel
valku has joined #openwrt-devel
minimal has quit [Quit: Leaving]
Sawzallz has quit [Read error: Connection reset by peer]
Sawzall has joined #openwrt-devel
valku has quit [Quit: valku]
Daanct12 has quit [Quit: WeeChat 4.4.4]
Daanct12 has joined #openwrt-devel
anon1226 has joined #openwrt-devel
kernelpannic has joined #openwrt-devel
anon1226 has quit []
kernelpannic has quit []
ankimonno has joined #openwrt-devel
n3ph has quit [Remote host closed the connection]
<russell-->
KanjiMonster: i added some debugging printk's to the 4.14.113 + revert to see why it didn't warm-boot hang, and it was because the _old macro wasn't actually setting the value, so, for example the problematic command, shows:
<russell-->
[ 0.120068] getCx86(c2)=08
<russell-->
[ 0.130000] setCx86(c2,88)
<russell-->
[ 0.130000] getCx86(c2)=08
<russell-->
(i read the value before and after the set)
<russell-->
i guess the outstanding question is, what is affected (if anything) beyond SC1100 or maybe even just the soekris net48xx devices, and how to restrict the change to not enable SUSP# to just those devices affected
rua has quit [Quit: Leaving.]
swalker has quit [Remote host closed the connection]
totkeks has joined #openwrt-devel
<KanjiMonster>
russell--: the pdf says to toggle gpio63 to clear the susp# signal, so that should be doable by the kernel before enabling it. no idea how to implement it though
rua has joined #openwrt-devel
robimarko has joined #openwrt-devel
efahl is now known as Guest4181
Guest4181 has quit [Read error: Connection reset by peer]
efahl has joined #openwrt-devel
n3ph has joined #openwrt-devel
caskd has quit [Ping timeout: 480 seconds]
caskd has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
Sawzallz has joined #openwrt-devel
Sawzall has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Quit: WeeChat 4.4.4]
Sawzallz has quit [Read error: Connection reset by peer]
Sawzall has joined #openwrt-devel
ankimonno has quit [Remote host closed the connection]
<russell-->
svanheule: regarding gs1900, i'm i understanding i can flash an initramfs image and sysupgrade to the rearranged partitioning from that?
<SlimeyX>
what os is being used these days to build openwrt and u-boot
<schmars[m]>
i know debian fedora and alpine work fine
<SlimeyX>
heh arch is giving me odd fits
<SlimeyX>
going to revisit these bsap units again now that things have calmed down
n3ph has joined #openwrt-devel
goliath has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
n3ph has quit [Read error: No route to host]
<svanheule>
russell--: yes, if you manage to build an initramfs image, you can (force) flash that. There's a size check in the build for safety
minimal has joined #openwrt-devel
svanheule_ has joined #openwrt-devel
svanheule has quit [Ping timeout: 480 seconds]
dryimpact6 has joined #openwrt-devel
dryimpact has quit [Ping timeout: 480 seconds]
dryimpact6 is now known as dryimpact
svanheule_ has quit []
svanheule has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
n3ph has joined #openwrt-devel
n3ph has quit [Remote host closed the connection]
nixuser has quit [Read error: Connection reset by peer]
nixuser has joined #openwrt-devel
<russell-->
SlimeyX: i use arch
<russell-->
i haven't noticed any problems recently
<Habbie>
In file included from /usr/include/wchar.h:30,
<Habbie>
from /home/peter/openwrt/staging_dir/toolchain-arm_arm926ej-s_gcc-13.3.0_musl_eabi/arm-openwrt-linux-muslgnueabi/include/c++/13.3.0/cwchar:44,
<Habbie>
etc.
mrnuke has quit [Ping timeout: 480 seconds]
mrnuke has joined #openwrt-devel
<Habbie>
ok, somehow -I/usr/include made it into my compiler call
<Habbie>
(before the -I that has the right dir for wchar.h)