Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2024.07 is OUT / Merge Window is OPEN, next branch is CLOSED / Release v2024.10 is scheduled for 07 October 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
flyback has joined #u-boot
RecursiveG_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
zibolo has quit [Ping timeout: 256 seconds]
zibolo has joined #u-boot
jclsn has quit [Quit: WeeChat 4.3.2]
hanetzer has quit [Ping timeout: 264 seconds]
hanetzer has joined #u-boot
Jones42__ has joined #u-boot
naoki has joined #u-boot
Jones42_ has quit [Ping timeout: 260 seconds]
rvalue has quit [Ping timeout: 256 seconds]
rvalue has joined #u-boot
sally has quit [Remote host closed the connection]
xypron has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
sally has joined #u-boot
flygoat has quit [Read error: Connection reset by peer]
flygoat7 has joined #u-boot
mps has quit [Ping timeout: 255 seconds]
flokli has quit [Quit: WeeChat 4.3.1]
flokli has joined #u-boot
goliath has joined #u-boot
naoki has quit [Quit: naoki]
ldevulder has joined #u-boot
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #u-boot
Letrab has joined #u-boot
mckoan|away is now known as mckoan
<Letrab> Hi all, I have a question about chainloading u-boot images. Setup: I have a device with a small flash storage. In this I want to store 1 u-boot image (A) and an emergency kernel/rootfs. With this, this storage is full. But there is also an eMMC available. I would like to have the small u-boot image boot to the other u-boot (B), which is stored on
<Letrab> the eMMC. I have this currently working. But I have a question about the RAM addresses. Should I choose different TEXT_BASE addresses for images A and B ? Or may they remain the same?
mps has joined #u-boot
joeskb7 has quit [Read error: Connection reset by peer]
joeskb7 has joined #u-boot
warpme has joined #u-boot
frieder has joined #u-boot
alperak has joined #u-boot
grs has joined #u-boot
joeskb7 has quit [Ping timeout: 240 seconds]
ikarso has joined #u-boot
eballetbo has joined #u-boot
grs has quit [Remote host closed the connection]
grs has joined #u-boot
xypron has joined #u-boot
xypron has joined #u-boot
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has joined #u-boot
joeskb7 has joined #u-boot
wooosaiiii has joined #u-boot
grs has quit [Quit: grs]
joeskb7 has quit [Ping timeout: 252 seconds]
warpme has joined #u-boot
wooosaiiii has quit [Remote host closed the connection]
rvalue has quit [Ping timeout: 255 seconds]
mmu_man has quit [Ping timeout: 264 seconds]
sszy has joined #u-boot
wooosaiiii has joined #u-boot
mmu_man has joined #u-boot
joeskb7 has joined #u-boot
rvalue has joined #u-boot
Jones42_ has joined #u-boot
Jones42__ has quit [Ping timeout: 240 seconds]
persmule has quit [Remote host closed the connection]
prabhakalad has quit [Read error: Connection reset by peer]
prabhakalad has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hanetzer has quit [Read error: Connection reset by peer]
hanetzer has joined #u-boot
warpme has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]
mmu_man has joined #u-boot
zkrx has quit []
zkrx has joined #u-boot
zkrx has quit [Read error: Connection reset by peer]
zkrx has joined #u-boot
Kwiboo has quit [Quit: .]
Letrab has quit [Quit: Client closed]
Kwiboo has joined #u-boot
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
thopiekar has quit [Ping timeout: 255 seconds]
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #u-boot
warpme has joined #u-boot
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #u-boot
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #u-boot
tgamblin has quit [Read error: Connection reset by peer]
tgamblin has joined #u-boot
jclsn has joined #u-boot
thopiekar has joined #u-boot
yang has quit [Ping timeout: 256 seconds]
dsimic has quit [Ping timeout: 264 seconds]
rfs613 has quit [Quit: restart]
dsimic has joined #u-boot
rfs613 has joined #u-boot
yang has joined #u-boot
persmule has joined #u-boot
persmule has quit [Client Quit]
persmule has joined #u-boot
goliath has quit [Quit: SIGSEGV]
ukky has quit [Ping timeout: 268 seconds]
ukky has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has quit [Ping timeout: 268 seconds]
persmule has quit [Remote host closed the connection]
<LeSpocky> what's the reasoning for the following checkpatch warning?
<LeSpocky> ERROR: do not initialise globals to NULL
<cambrian_invader> null-initialized constants can get merged by the linker
Jones42_ has quit [Ping timeout: 268 seconds]
ja_02 has quit [Quit: Leaving]
<LeSpocky> merged by the linker?
<cambrian_invader> so you must either skip initialization, initialize them to a non-zero value, manually put them in the data section
ja_02 has joined #u-boot
<cambrian_invader> yeah, like the linker will see `int x = 0` and `int y = 0` and merge them into one variable
<LeSpocky> that would be bad ^^
<cambrian_invader> yeah, it's an insane default
<cambrian_invader> I think they have to be the same size/alignment as well, but
<tpw_rules> huh?
<LeSpocky> okay then I'll have something more to investigate tomorrow ^^
goliath has joined #u-boot
prabhakalad has quit [Ping timeout: 268 seconds]
ja_02 has quit [Quit: Leaving]
ja_02 has joined #u-boot
frieder has quit [Remote host closed the connection]
<sjg1> Kasreyn: BL1 is generated by Samsung but there are binaries about. BL2 is U-Boot SPL
<sjg1> Kasreyn: Oh I just saw your later message
mmu_man has joined #u-boot
<sjg1> Kasreyn: I have an Odroid XU3 (I think) which doesn't boot, but I would like it to
Stat_headcrabed has joined #u-boot
mmu_man has quit [Ping timeout: 256 seconds]
mmu_man has joined #u-boot
macromorgan has quit [Ping timeout: 268 seconds]
macromorgan has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
Hypfer6 has quit [Ping timeout: 256 seconds]
vagrantc has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
ldevulder has quit [Quit: Leaving]
enok has joined #u-boot
enok has quit [Ping timeout: 272 seconds]
derRichard has joined #u-boot
jfsimon1981 has quit [Remote host closed the connection]
enok has joined #u-boot
alperak has quit [Quit: Connection closed for inactivity]
enok has quit [Ping timeout: 264 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
ikarso has joined #u-boot
vagrantc has quit [Quit: leaving]
goliath has quit [Quit: SIGSEGV]
hanetzer1 has joined #u-boot
hanetzer has quit [Ping timeout: 268 seconds]
atka has joined #u-boot
calebccff has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
eballetbo has quit [Quit: Connection closed for inactivity]
mmu_man has quit [Ping timeout: 255 seconds]
mmu_man has joined #u-boot