ikarso has quit [Quit: Connection closed for inactivity]
naoki has quit [Quit: naoki]
persmule has quit [Remote host closed the connection]
jclsn has quit [Ping timeout: 245 seconds]
Jones42_ has joined #u-boot
jclsn has joined #u-boot
Jones42 has quit [Ping timeout: 248 seconds]
mmu_man has quit [Ping timeout: 244 seconds]
goliath has quit [Quit: SIGSEGV]
Jones42 has joined #u-boot
Jones42_ has quit [Ping timeout: 245 seconds]
joeskb7 has quit [Remote host closed the connection]
joeskb7 has joined #u-boot
dhruvag2000 has joined #u-boot
naoki has joined #u-boot
naoki has quit [Client Quit]
enok has joined #u-boot
Clamor has joined #u-boot
enok has quit [Ping timeout: 255 seconds]
pgreco has quit [Ping timeout: 276 seconds]
pgreco has joined #u-boot
dhruvag2000 has quit [Quit: Connection closed for inactivity]
tec has quit [Quit: bye!]
tec has joined #u-boot
naoki has joined #u-boot
naoki has quit [Quit: naoki]
indy_ has quit [Ping timeout: 276 seconds]
memset has quit [Ping timeout: 260 seconds]
jfsimon1981_b has quit [Remote host closed the connection]
jfsimon1981_b has joined #u-boot
memset has joined #u-boot
mripard has quit [Quit: mripard]
Stat_headcrabed has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
naoki has joined #u-boot
logicalerzor has joined #u-boot
naoki has quit [Client Quit]
ikarso has joined #u-boot
jfsimon1981_b has quit [Remote host closed the connection]
jfsimon1981_b has joined #u-boot
enok has joined #u-boot
enok has quit [Ping timeout: 252 seconds]
jfsimon1981_b has quit [Remote host closed the connection]
jfsimon1981_b has joined #u-boot
jfsimon1981 has joined #u-boot
jfsimon1981_b has quit [Remote host closed the connection]
enok has joined #u-boot
enok has quit [Ping timeout: 252 seconds]
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
urja has quit [Read error: Connection reset by peer]
urja has joined #u-boot
<Clamor>
I use binman to create the final image by combining spl and last stage+dtb with offset. But if I use multi dtb config it still uses the last stage with only default dtb appended. Generated u-boot.bin is the same as u-boot-fit-dtb.bin . May someone clarify if this is intended behavior?
logicalerzor has quit [Quit: Connection closed for inactivity]
mmu_man has joined #u-boot
jfsimon1981 has quit [Read error: Connection reset by peer]
jfsimon1981 has joined #u-boot
edwinistrator23 has quit [Read error: Connection reset by peer]
enok has joined #u-boot
Stat_headcrabed has joined #u-boot
edwinistrator23 has joined #u-boot
enok has quit [Ping timeout: 260 seconds]
warpme has joined #u-boot
Clamor has quit [Ping timeout: 252 seconds]
Clamor has joined #u-boot
edwinistrator23 has quit [Ping timeout: 260 seconds]
jfsimon1981_b has joined #u-boot
jfsimon1981 has quit [Read error: Connection reset by peer]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #u-boot
edwinistrator23 has joined #u-boot
foxtrot has joined #u-boot
goliath has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
edwinistrator23 has quit [Read error: Connection reset by peer]
dsimic has quit [Ping timeout: 252 seconds]
dsimic has joined #u-boot
<marex>
Clamor: see what mx8m (8mp, 8mn, 8mm ...) boards do, they use multi-dtb fitImage as second stage
<marex>
Clamor: or stm32mp15xx
<marex>
iirc it needs something in the binman node, see imx8mp-u-boot.dtsi for example, look for fdt-SEQ or something like that
<Clamor>
With compression?
<Clamor>
I have modded binman to fit but it looks...disturbing