jwillikers has quit [Remote host closed the connection]
fdanis_away is now known as fdanis
LeSpocky_ is now known as LeSpocky
agust has joined #u-boot
mckoan|away is now known as mckoan
replayer has joined #u-boot
sszy has joined #u-boot
rhett has joined #u-boot
rhett has quit [Excess Flood]
frieder has joined #u-boot
ilunev has joined #u-boot
ilunev has quit [Client Quit]
matthias_bgg has joined #u-boot
redbrain has joined #u-boot
akaWolf has quit [Ping timeout: 252 seconds]
akaWolf has joined #u-boot
mmu_man has joined #u-boot
replayer has quit [Quit: Client closed]
replayer has joined #u-boot
akaWolf has quit [Ping timeout: 255 seconds]
jwillikers has joined #u-boot
akaWolf has joined #u-boot
alpernebbi has joined #u-boot
redbrain has quit [Quit: leaving]
aquijoule__ has quit [Remote host closed the connection]
aquijoule__ has joined #u-boot
mckoan has quit [Ping timeout: 252 seconds]
mckoan has joined #u-boot
cambrian_invader has quit [Ping timeout: 252 seconds]
frieder has quit [Remote host closed the connection]
cambrian_invader has joined #u-boot
flyback has quit [Read error: Connection timed out]
<milkylainen>
hmm. I have an x86 uefi stubbed u-boot. Made it work in virtualbox. But now that I use real hardware it completely hangs at "autorun(0)" printout. Tested full debug printouts to console. USB generated a whole bunch of crap after which there is no more debug output after the autorun printout. No command, shell or anything execution.
flyback has joined #u-boot
<milkylainen>
I was thinking that the machine (which does not have serial ports) was polling for serial / 8042 input on the kbd in the main loop and got stuck, somehow... But other than that I'm at a loss.
<milkylainen>
To me, it looks like it's hanging somewhere in the main loop looking for input.
vagrantc has joined #u-boot
tnovotny has joined #u-boot
mckoan is now known as mckoan|away
torez has joined #u-boot
alan_o has quit [Ping timeout: 246 seconds]
<jordemort>
Am I correct in thinking that if I've gotten to `Starting kernel`, that I'm out of u-boot at that point and any subsequent hang isn't necessarily a u-boot problem?
<jordemort>
I got a FIT image booting and then I got an actual hardware sample and the u-boot on there wants uImage, not FIT (which is uh, not what the SDK sources the vendor gave me say but...)
<vagrantc>
yes and no ... u-boot could cause problems for the booting kernel ...
<jordemort>
But if I switch out from fitImage to uImage in Yocto, I end up with "Starting kernel" and then it goes no farther, no more output ; fit still boots fine
<jordemort>
I've flash a u-boot that supports both formats onto it for testing purposes
<sjg1>
Tartarus: Oh dear So what do I do about it?
<Tartarus>
sjg1: For right now, turn off your runners
<Tartarus>
Then verify that the MachineOptions setting, such as: MachineOptions = [ "engine-registry-mirror=http://192.168.0.3:6000" ] under [runners.docker] is up and connectable
<sjg1>
It is OK on tui, but missing on kaki
<sjg1>
Tartarus: I have updated kaki and restarted both
<Tartarus>
OK. You might need to keep them off for 24h, I don't know how long until Docker times out on your having been timed out. Unless they all turn in to cache hits now
<Tartarus>
Current build is going so maybe it'll be OK
<Tartarus>
Thanks for diggin
<Tartarus>
g
<sjg1>
Tartarus: How can I find the job that each running is currently running?
<Tartarus>
I don't know if that's easily exposed
<Tartarus>
It might be in the admin part that only Rahix can see
<sjg1>
Tartarus: OK never mind. I can just wait for complaints I suppose
<milkylainen_>
Tartarus: Do you have an idea? My U-boot halts (or loops) just after the autoboot countdown. I have an embedded x86 without any serial ports. Seems to be disabled in ACPI/BIOS/UEFI. My guess was some code trying to poll keypresses.
<milkylainen_>
I've done full debug, the last printout is the autoboot countdown. No more debug prints after that, whatsoever.
<sjg1>
Tartarus: I don't really understand any of this. The engine-registry points to the local machine. Does that mean that the cache is not working?
<Tartarus>
milkylainen_: sjg1 has done more x86 than I :)
<sjg1>
milkylainen_: What is x86 uefi stubbed u-boot?
<Tartarus>
sjg1: I'm just following the instructions, I'm not a gitlab/docker guru. I guess you need to hit up some stackoverflow on debugging docker registry cache not seeming to work, or at least how to test if it is working
<milkylainen_>
sjg1: u-boot as an uefi payload? Ie, u-boot has an uefi stub?
<milkylainen_>
Maybe I'm using the terminology in a way no one else does. :)
<milkylainen_>
Tartarus: I wouldn't have expected anything interesting to happen in u-boot after the autoboot countdown? I.e, the idle keypress polling loop (together with various other polling tasks).
<Tartarus>
milkylainen_: what happens if you just have bootdelay=-1 in the (default) environment?
<milkylainen_>
As in no autoboot?
<milkylainen_>
Not tried. Will try.
<sjg1>
milkylainen_: OK I see. Are you using the latest mainline?
<milkylainen_>
But how will that help? Disable autoboot means it will always stop in the shell?
<milkylainen_>
sjg1: 2021.04. Could not get 2021.07 to boot on Virtualbox.
<sjg1>
milkylainen_: Did we have this discussion a week or two ago?
mmu_man has quit [Remote host closed the connection]
<sjg1>
milkylainen_: Oh no that is Christian Melki on the mailing list
<milkylainen_>
sjg1 :)
<milkylainen_>
Run! Hide! :P
<milkylainen_>
(it's me)
<sjg1>
milkylainen_: OK, I can perhaps try to duplicate your setup. Can you send details?
<milkylainen_>
sure. What do you need? compiler-config, uboot-config, default environment?
alan_o has joined #u-boot
<milkylainen_>
Whad would be the effect of trying to access a mmc-device with the gpt cmd without initialization?
<milkylainen_>
When I used AHCI I'd do scsi reset first.
<milkylainen_>
Is something like that needed for emmc?
<milkylainen_>
ie mmc init?
<milkylainen_>
the board has emmc as storage.
mmu_man has joined #u-boot
<sjg1>
Tartarus: I am not an expert on docker either. In fact I'm not even a beginner. I wonder if Harald or someone else can help with this. I had a quick look at the documentation and I don't even know where to start...probably spend a week learning about docker?
<sjg1>
milkylainen_: will send you a doc
<sjg1>
milkylainen_: but please keep the chat here
milkylainen_ has quit [Quit: Connection closed]
<sjg1>
milkylainen: I added some comments
milkylainen_ has joined #u-boot
<milkylainen_>
hrrmf. Display server or GPU decided that some random PCI error was in order.
redbrain has joined #u-boot
torez has quit [Quit: torez]
alpernebbi has quit [Quit: alpernebbi]
cambrian_invader has quit [Ping timeout: 268 seconds]
cambrian_invader has joined #u-boot
redbrain has quit [Quit: leaving]
replayer has quit [Quit: Client closed]
replayer has joined #u-boot
<sjg1>
milkylainen_: You mean you fixed it?
agust has quit [Ping timeout: 246 seconds]
jwillikers has quit [Remote host closed the connection]