<gch981213>
Znevna: Don't use force-create. If the nmbm created in u-boot isn't recognized by kernel, there's already something wrong. It's better to find why u-boot and kernel nmbm implementations disagree with each other.
<Mangix>
blocktrron: I'll just mention 25 is a value from ath79. Not that it matters.
cbeznea1 has quit [Quit: Leaving.]
cbeznea has joined #openwrt-devel
astro1 has quit [Quit: Konversation terminated!]
<blocktrron>
Mangix: context
bbezak5 has joined #openwrt-devel
bbezak5 has quit []
bbezak has quit [Ping timeout: 480 seconds]
bbezak has joined #openwrt-devel
tidalf_ has joined #openwrt-devel
tidalf has quit [Ping timeout: 480 seconds]
robimarko has joined #openwrt-devel
floof58 is now known as Guest12398
floof58 has joined #openwrt-devel
Guest12398 has quit [Ping timeout: 480 seconds]
srslypascal has joined #openwrt-devel
srslypascal has quit []
SlimeyX_ has joined #openwrt-devel
SlimeyX has quit [Ping timeout: 480 seconds]
SlimeyX_ is now known as SlimeyX
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
goliath has joined #openwrt-devel
danitool has joined #openwrt-devel
<mrkiko>
Znevna: Mangix: why a bad idea to xclude ubi from nmbm? It seems it's a bad idea even to not do so, so ...
<Znevna>
I didn't say it's bad
<Znevna>
but it's the current practice
<Znevna>
and it seems it causes issues if a bad block appears in the ubi partition
robimarko has quit [Quit: Leaving]
Misanthropos has quit [Read error: Connection reset by peer]
Misanthropos has joined #openwrt-devel
djfe_ has joined #openwrt-devel
djfe has quit [Ping timeout: 480 seconds]
guerby_ has quit [Remote host closed the connection]
guerby_ has joined #openwrt-devel
minimal has joined #openwrt-devel
<mrkiko>
Znevna: oh, I'm not questioning - just trying to understand, I'm pretty curious about this matter, also because it is going to matter on the gl-mt3000 as well
<mrkiko>
Znevna: but I am having some issues understanding what's going on here. Isn't ubi supposed to handle bad blocks?
cbeznea has quit [Read error: Connection reset by peer]
<mrkiko>
Znevna: I'm little bit lost here... of course yes, a limited number of bad blocks can be handled I guess
cbeznea has joined #openwrt-devel
<Znevna>
If I manage to get that user on IRC with hopefully a still functioning device maybe we'll find out
Acinonyx_ has joined #openwrt-devel
Acinonyx has quit [Ping timeout: 480 seconds]
<mrkiko>
Znevna: I would ask dangolle but he's not around as far as I know
valku has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
<hgl>
both seem to be the empty string and is false when being evaluated
tidalf has joined #openwrt-devel
tidalf__ has joined #openwrt-devel
tidalf_ has quit [Ping timeout: 480 seconds]
tidalf has quit [Ping timeout: 480 seconds]
minimal has joined #openwrt-devel
gladiac has quit [Quit: k thx bye]
Borromini has joined #openwrt-devel
<dwfreed>
hgl: because sep is not actually empty
<dwfreed>
it provides a newline for things like calls to foreach that generate a bunch of recipe lines, so that each pass through the loop is its own recipe line
<dwfreed>
empty *is* empty, and is probably mostly there for the space trick on the next line
<dwfreed>
these are all dark make magic that is necessary for non-trivial makefiles
tidalf__ has quit [Remote host closed the connection]
tidalf has joined #openwrt-devel
cbeznea has quit [Quit: Leaving.]
Borromini has quit [Quit: Lost terminal]
Borromini has joined #openwrt-devel
Misanthropos has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
Borromini has quit [Quit: Lost terminal]
bluew has joined #openwrt-devel
danitool has joined #openwrt-devel
MaxS0niX has quit [Remote host closed the connection]
Borromini has joined #openwrt-devel
MaxS0niX has joined #openwrt-devel
Misanthropos has joined #openwrt-devel
maciekb has quit [Read error: Connection reset by peer]
maciekb has joined #openwrt-devel
djfe_ is now known as djfe
MaxS0niX has quit [Quit: Konversation terminated!]
Borromini has left #openwrt-devel [#openwrt-devel]
cc0_ is now known as cc0
<Lechu>
Just checked devmem on MF28D with Ethernet disabled and... surprise surprise, it stays in soft reset, bit 31 in 0x1a000000 set. Let's see if it's set on build with Ethernet enabled as well.
<Lechu>
Could also be, that we're missing to set up a clock, that U-boot usually does set up.
<Lechu>
I think I'm facing a very similar issue on MF283+, even though this one is a rt305x board, which started having issues with 22.03 release.