Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2022.04, v2022.07-rc1 are OUT / Merge Window is CLOSED / Release v2022.07 is scheduled for 4 July 2022 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
srk has quit [Ping timeout: 240 seconds]
srk has joined #u-boot
thopiekar has quit [Ping timeout: 248 seconds]
thopiekar has joined #u-boot
apritzel_ has quit [Ping timeout: 256 seconds]
mmu_man has quit [Ping timeout: 276 seconds]
<vagrantc> hrm. rpi3b+ fails to boot with rpi_arm64_defconfig with 2022.04 ... worked with 2021.01 ... works with both using rpi_3_defconfig
* vagrantc senses some bisecting coming on
alpernebbi has quit [Ping timeout: 250 seconds]
alpernebbi has joined #u-boot
<vagrantc> ugh, also have to bisect the boot firmware...
vagrantc has quit [Quit: leaving]
mrnuke has quit [Quit: ZNC 1.8.2 - https://znc.in]
mrnuke has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
apritzel_ has joined #u-boot
apritzel_ has quit [Ping timeout: 256 seconds]
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
guillaume_g has joined #u-boot
mckoan|away is now known as mckoan
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
sszy has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
sszy has joined #u-boot
frieder has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
matthias_bgg has joined #u-boot
ilunev has joined #u-boot
davlefou has joined #u-boot
[0x4A6F] has quit [Quit: You have been kicked for being idle]
apritzel_ has joined #u-boot
milkylainen has quit [Quit: Connection closed]
mmu_man has joined #u-boot
davlefou has quit [Ping timeout: 276 seconds]
apritzel_ has quit [Ping timeout: 248 seconds]
davlefou has joined #u-boot
milkylainen has joined #u-boot
frieder has quit [Remote host closed the connection]
stefanro has quit [Remote host closed the connection]
littlebobeep has joined #u-boot
stefanro has joined #u-boot
Bubukaku has joined #u-boot
Bubukaku has quit [Quit: Connection closed]
prabhakarlad has joined #u-boot
torez has joined #u-boot
hanetzer has quit [Quit: WeeChat 3.5]
littlebobeep has quit [Ping timeout: 240 seconds]
davlefou has quit [Remote host closed the connection]
littlebobeep has joined #u-boot
TryzenSlayerAlpe has joined #u-boot
dormito has joined #u-boot
<TryzenSlayerAlpe> hello! i am here to ask a question thats been bothering me...
<TryzenSlayerAlpe> I am trying to get my phone (a3y17lte) to boot u-boot but i feel like im doing something wrong....
<TryzenSlayerAlpe> How would i actually create a FIT payload to boot into u-boot shell?
<TryzenSlayerAlpe> the wiki is a bit confusing as im doing this for the first time and im not 100% accurate at english
littlebobeep has quit [Ping timeout: 240 seconds]
davlefou has joined #u-boot
<dormito> Hmmm. anyone have experiance with the ls1046ardb? The info is a bit sparse, I have tried programming u-boot-with-spl-pbl.bin to an sdcard @ 0x4000 (byte offset, 8 sectors in). But when I set the boards switch to sdcard booting, I don't even get an SPL banner.
mmu_man has quit [Ping timeout: 272 seconds]
vagrantc has joined #u-boot
<cambrian_invader> dormito: I have this board next to me as I type this
<cambrian_invader> dormito: make sure you have the order of the rcw_src bits correct; they are listed in reverse order for what is typical (bit 0 is first, bit 8 is last)
<cambrian_invader> when I boot from SD, SW5_3 is on, and all other rcw_src switches are off
<TryzenSlayerAlpe> can someone tell me if this .its file is correct for just booting u-boot?
<TryzenSlayerAlpe> https://termbin.com/6e9a
<cambrian_invader> TryzenSlayerAlpe: you need an /incbin/ for the dtaa
<cambrian_invader> *data
<TryzenSlayerAlpe> ah
<TryzenSlayerAlpe> wait so... do i need to make a new directory?
<cambrian_invader> no
<TryzenSlayerAlpe> oh
<cambrian_invader> just point it at the file
<cambrian_invader> you can also generate FIT images directly from mkimage if you specify the flags
<TryzenSlayerAlpe> oh
<cambrian_invader> see doc/uImage.FIT/ for some examples (start with howto.txt)
<cambrian_invader> you may also need to change load/entry for your board
<cambrian_invader> 0 is possible, but not typical
<TryzenSlayerAlpe> cambrian_invader: i am following this: https://u-boot.readthedocs.io/en/latest/board/samsung/axy17lte.html
<TryzenSlayerAlpe> i really have read the guide several times but i still do not understand
<TryzenSlayerAlpe> same goes for the docs
<TryzenSlayerAlpe> i have a u-boot.bin file
<TryzenSlayerAlpe> i just cant figure out how to make the its file
<TryzenSlayerAlpe> like i really struggle with it
<TryzenSlayerAlpe> * make the u-boot.its file
<TryzenSlayerAlpe> * the docs you sent me
<cambrian_invader> I don't think you need to make a FIT for this board?
<cambrian_invader> try emailing Dzmitry Sankouski <dsankouski@gmail.com> and CC the list
<cambrian_invader> I don't know anything about that particular board
<TryzenSlayerAlpe> i have no idea what i would have to send them...
<cambrian_invader> ask him how he flashes U-Boot
<TryzenSlayerAlpe> im sorry im just autistic im trying my best to understand
<TryzenSlayerAlpe> okay
<TryzenSlayerAlpe> cambrian_invader: ok i have sent an email
<dormito> cambrian_invader: thanks, that was how I was trying to boot. I was using master(3970f7728), I just tried switching to v2022.04 and it started working. I wonder if there's a regression in master
<cambrian_invader> oh fun, maybe I broke it...
<cambrian_invader> let me see if I can reproduce that
<dormito> btw: I was using the ls1046ardb_sdcard_defconfig (I wasn't using the secuboot one)
<cambrian_invader> dormito: bisected to 545eceb520 ("imx8/ls10xx: Use a sane SYS_MALLOC_F_LEN default")
<cambrian_invader> looks like SYS_MALLOC_F_LEN got reduced from 0x10000 to 0x2000
<cambrian_invader> or increased?
<cambrian_invader> yeah, 0x10000 is 64K, which is half the total SRAM
sobkas has joined #u-boot
<dormito> lol. that commit even mentions this kind of problem. Anyhow Maybe the ls1046ardb defconfigs should be updated to override this? (but the LS1046 is explicitly listed as a chip that should have the 64K defualt ...)
sobkas has quit [Remote host closed the connection]
sobkas has joined #u-boot
sobkas has quit [Client Quit]
mckoan is now known as mckoan|away
sobkas has joined #u-boot
ilunev has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
sobkas has quit [Quit: sobkas]
sobkas has joined #u-boot
mmu_man has joined #u-boot
<dormito> cambrian_invader: nice, thanks
ilunev has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
matthias_bgg has quit [Ping timeout: 246 seconds]
darkapex has quit [Ping timeout: 256 seconds]
ilunev has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ilunev has joined #u-boot
ilunev has quit [Ping timeout: 246 seconds]
littlebobeep has joined #u-boot
prabhakarlad has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
ilunev has joined #u-boot
ilunev has quit [Ping timeout: 276 seconds]
littlebobeep has joined #u-boot
<dormito> bah. I can never remember if ENV_OFFSET is in bytes or sectors :/
apritzel_ has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
<marex> dormito: did you consider figuring it out, once and for all, and then sending a patch which documents it, once and for all ?
littlebobeep has quit [Ping timeout: 240 seconds]
mmu_man has quit [Ping timeout: 240 seconds]
<dormito> marex: yeah it has crossed my mind.
<marex> :)
<rfs613> ah, but then people will come ask here, and marex will have to go dig out the commit, and reply with a link to it. Surely this too can be automated! :P
<marex> rfs613: yeah, write it into documentation and then search readthedocs
<dormito> as-per-xkcd. you could train an AI(human) to do it.
<dormito> *err no, xkcd correctly says neralnet and not AI
mps has quit [Remote host closed the connection]
mps has joined #u-boot
littlebobeep has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
frieder has joined #u-boot
frieder has quit [Remote host closed the connection]
littlebobeep has joined #u-boot
davlefou has quit [Ping timeout: 256 seconds]
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
mmu_man has joined #u-boot
thopiekar has quit [Ping timeout: 272 seconds]
thopiekar has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
davlefou has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
torez has quit [Quit: torez]
sobkas has quit [Quit: sobkas]
mckoan|away has quit [Ping timeout: 272 seconds]
mckoan|away has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]