Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2024.01, v2024.04-rc2 are OUT / Merge Window is CLOSED, next branch is CLOSED / Release v2024.04 is scheduled for 02 April 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
rvalue has quit [Ping timeout: 252 seconds]
<Raito_Bezarius> Ack, thank you!
Raito_Bezarius has quit [Remote host closed the connection]
rvalue has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
edwinistrator23 has joined #u-boot
edwinistrator2 has quit [Ping timeout: 255 seconds]
edwinistrator23 is now known as edwinistrator2
ukky has joined #u-boot
mmu_man has quit [Ping timeout: 255 seconds]
slobodan has quit [Ping timeout: 268 seconds]
macromorgan has quit [Ping timeout: 256 seconds]
macromorgan has joined #u-boot
F0rTex has quit [Ping timeout: 246 seconds]
F0rTex has joined #u-boot
<LogicalErzor> calebccff: Thanks! I'll apply that patch on top of your branch and see how far i can get
jclsn has quit [Ping timeout: 260 seconds]
jclsn has joined #u-boot
joeskb7 has quit [Ping timeout: 256 seconds]
<calebccff> LogicalErzor: you mean the series? what branch are you using as a base?
Clamor has joined #u-boot
rvalue has quit [Ping timeout: 256 seconds]
joeskb7 has joined #u-boot
rvalue has joined #u-boot
edwinistrator26 has joined #u-boot
edwinistrator2 has quit [Ping timeout: 264 seconds]
edwinistrator26 is now known as edwinistrator2
persmule has quit [Remote host closed the connection]
stefanro has quit [Ping timeout: 255 seconds]
<LogicalErzor> calebccff: the one you mentioned in mastodon: https://git.codelinaro.org/linaro/qcomlt/u-boot . i realized that u prob created the series from this branch so looks like i dont have to patch it
stefanro has joined #u-boot
monstr has joined #u-boot
persmule has joined #u-boot
monstr has quit [Remote host closed the connection]
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
mmu_man has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
naoki has quit [Quit: naoki]
Peng_Fan has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]
monstr has joined #u-boot
mmu_man has joined #u-boot
logicalerzor_ has joined #u-boot
LogicalErzor has quit [Quit: WeeChat 4.1.3]
logicalerzor_ is now known as logicalerzor
mmu_man has quit [Ping timeout: 264 seconds]
ikarso has joined #u-boot
stefanro has quit [Ping timeout: 256 seconds]
mmu_man has joined #u-boot
Clamor has quit [Ping timeout: 268 seconds]
Clamor has joined #u-boot
stefanro has joined #u-boot
Stat_headcrabed has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
dsimic has quit [Ping timeout: 264 seconds]
dsimic has joined #u-boot
monstr has quit [Remote host closed the connection]
goliath has joined #u-boot
alexxy has joined #u-boot
<alexxy> hi
<alexxy> i have custom board with rk3568. And seems like have problems with uboot
<alexxy> spl_load_simple_fit: can't load image loadables index 2 (ret = -5)
<alexxy> mmc_load_image_raw_sector: mmc block read error
<alexxy> mmc_load_image_raw_sector: mmc block read error
<alexxy> Trying to boot from MMC2
<alexxy> Trying to boot from MMC1
<alexxy> mmc_load_image_raw_sector: mmc block read error
<alexxy> SPL: failed to boot from all boot devices
<alexxy> ### ERROR ### Please RESET the board ###
<alexxy> any ideas what should be checked
<Kwiboo> alexxy: try the generic-rk3568 target and write the resulting u-boot-rockchip.bin to sd-card starting at sector 64 (0x40)
<Kwiboo> sounds like the expected FIT cannot be located at sector 16384 (0x4000), u-boot-rockchip.bin should contain the FIT at the expected location
<Kwiboo> the generic-rk3568 should have minimum required to have sd-card and emmc working
qsx has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
qsx has joined #u-boot
stefanro has quit [Quit: Leaving.]
<alexxy> Kwiboo: its with generic target
<alexxy> i tryed to write to sd u-boot-rockchip.bin
<alexxy> dd if=u-boot-rockchip.bin of=/dev/mmcblk0 seek=64
<alexxy> i use binary files from rkbin
<alexxy> for BL31 and ROCKCHIP_TPL
<alexxy> i also tryed in old way (same as i did for rk3999)
<alexxy> dd if=idbloader.img of=/dev/mmcblk0 seek=64 conv=notrunc
<alexxy> dd if=u-boot.itb of=/dev/mmcblk0 seek=16384 conv=notrunc
<alexxy> this ended up with same error
dormito has quit [Ping timeout: 255 seconds]
<alexxy> full output https://bpa.st/5G5Q
dormito has joined #u-boot
<alexxy> what pins should i check in board schematics
<Kwiboo> alexxy: what board is it? change to: 1332MHz(final freq), typically on rk3566 you should use the 1056MHz blobs and on rk3568 the 1560MHz blobs
<Kwiboo> I can also see the lines of "## Checking hash(es) for Image atf-2 ... sha256+ OK" and above, so some data can be read and checksum is validated, so it is working to some degree
Stat_headcrabed has quit [Quit: Stat_headcrabed]
<Kwiboo> also try to enable CONFIG_MMC_TRACE should print out the mmc commands issued, can be used to help identify when mmc driver report -EIO error
redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
Guest4494 has joined #u-boot
goliath has quit [Quit: SIGSEGV]
alan_o has quit [Remote host closed the connection]
alan_o has joined #u-boot
goliath has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
slobodan has joined #u-boot
f_ is now known as funderscore
<alexxy> Kwiboo: it uses rk3568
<alexxy> i tryed all ddr blobs
<alexxy> will try tracing mmc
funderscore is now known as f_
joeskb7 has quit [Ping timeout: 264 seconds]
Clamor has quit [Ping timeout: 260 seconds]
Clamor has joined #u-boot
joeskb7 has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
Mis012 has joined #u-boot
goliath has quit [Quit: SIGSEGV]
Mis012 has quit [Remote host closed the connection]
Mis012 has joined #u-boot
qqq has joined #u-boot
Mis012 has quit [Ping timeout: 255 seconds]
stefanct has quit [Excess Flood]
stefanct has joined #u-boot
slobodan has quit [Ping timeout: 264 seconds]