Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.07 is OUT / Merge Window is OPEN, next branch is CLOSED / Release v2023.10 is scheduled for 02 October 2023 / Channel archives at https://libera.irclog.whitequark.org/u-boot
mmu_man has quit [Ping timeout: 245 seconds]
camus has quit [Ping timeout: 246 seconds]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
camus has joined #u-boot
urja has quit [Read error: Connection reset by peer]
urja has joined #u-boot
hanetzer has quit [Ping timeout: 245 seconds]
hanetzer has joined #u-boot
jclsn has quit [Ping timeout: 245 seconds]
jclsn has joined #u-boot
wooosaiiii has quit [Quit: wooosaiiii]
wooosaiiii has joined #u-boot
sng has joined #u-boot
sng has quit [Remote host closed the connection]
wooosaiiii has quit [Quit: wooosaiiii]
sng has joined #u-boot
wooosaiiii has joined #u-boot
mwalle_ has quit [Quit: WeeChat 3.0]
sng has quit [Read error: Connection reset by peer]
urja has quit [Read error: Connection reset by peer]
Adrian___ has joined #u-boot
urja has joined #u-boot
sakman has joined #u-boot
<Lightsword> any idea why passing a ramdisk to the kernel would make uboot get stuck at "Starting kernel ..."?
<Forty-Bot> could be overlapping something
<Lightsword> Forty-Bot, yeah, been trying to figure out what address to store the ramdisk at, any idea how I'm supposed to compute that?
<Forty-Bot> pick a large area of empty space :P
<Lightsword> Forty-Bot, does this look right? "kernel ram 0x10800000 0x1000000;fdt ram 0x12000000 0x80000;ramdisk ram 0x12100000 0x10000000"
rainbyte has joined #u-boot
<Forty-Bot> should be fine
<Forty-Bot> one other sanity check you can do is rigjht before jumping to the kernel print out the data at the target
<Forty-Bot> so you can see if anything has clobbered it
<Forty-Bot> and of course turn on earlycon if you haven't already
<Lightsword> Forty-Bot, is there a relation with sys text base?
<Forty-Bot> like u-boot's text base?
<Lightsword> CONFIG_SYS_TEXT_BASE=0x17800000
<Forty-Bot> probably not since U-Boot has relocated by the time Linux is loaded
<Forty-Bot> you can run `bdinfo` to get the new address
<Lightsword> Forty-Bot, would I just set bootargs to something like "console=ttymxc0,115200 earlycon=ttymxc0,115200" to enable earlycon?
<Forty-Bot> no, just add it like `bootargs=.... earlycon`
<Lightsword> Forty-Bot, ok, cool, got further at least, crashes right after "Trying to unpack rootfs image as initramfs..." looks like https://gist.github.com/jameshilliard/5a5840c83b4e553a273a3311e7d3fb66
<Forty-Bot> well, that's promising
<Forty-Bot> going to bed, gl :)
mwalle has joined #u-boot
<Lightsword> Forty-Bot, yeah, looks like some sort of memory conflict, not sure though
Adrian___ has quit [Ping timeout: 272 seconds]
Adrian___ has joined #u-boot
rvalue has quit [Ping timeout: 246 seconds]
mncheck has joined #u-boot
monstr has joined #u-boot
sng has joined #u-boot
<Lightsword> hmm, setting initrd_high=0xffffffff seemed to get it booting
jaganteki has quit [Quit: Client closed]
goliath has joined #u-boot
rvalue has joined #u-boot
mckoan|away is now known as mckoan
jaganteki has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
stefanro has joined #u-boot
ldevulder has joined #u-boot
ldevulder has quit [Remote host closed the connection]
urja has quit [Read error: Connection reset by peer]
frieder_ has joined #u-boot
ldevulder has joined #u-boot
urja has joined #u-boot
sng has quit [Quit: Leaving...]
sszy has joined #u-boot
urja has quit [Read error: Connection reset by peer]
rvalue has quit [Ping timeout: 246 seconds]
urja has joined #u-boot
rainbyte has quit [Ping timeout: 245 seconds]
<mps> marex: I'm not sure but I think long options for 'sort' utility are GNU extension but no POSIX compliant
rockosov has joined #u-boot
rvalue has joined #u-boot
sng has joined #u-boot
ikarso has joined #u-boot
thopiekar has quit [Ping timeout: 250 seconds]
jaganteki has quit [Ping timeout: 246 seconds]
qqq has joined #u-boot
thopiekar has joined #u-boot
mmu_man has joined #u-boot
xroumegu1 has quit [Ping timeout: 246 seconds]
thopiekar_ has joined #u-boot
thopiekar has quit [Ping timeout: 272 seconds]
Zaid has joined #u-boot
<Zaid> Is there a support for SPI NAND flash in u-boot SPL?
<Zaid> I would like to use these drivers(https://github.com/u-boot/u-boot/tree/master/drivers/mtd/nand/spi) in u-boot SPL
<Zaid> Also there are no SPL loaders to load the next stage boot loaders for SPI NAND
<Zaid> Any pointers would be appreciated
xroumegu1 has joined #u-boot
<marex> mps: what does the open group doc say ?
<marex> Zaid: you should be able to compile the mtd subsystem into SPL too, then you get SPI NAND support
sng has quit [Remote host closed the connection]
<mps> marex: I found this https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sort.html and don't see long options there. though can't find anywhere that long options are strictly prohibited by POSIX
<marex> mps: I would argue if it isnt documented in posix, it is likely an extension
<marex> (or at least it is a bad idea to try and use longopts)
<marex> mps: care to send a patch ?
<mps> marex: with short options?
<Zaid> Thanks marex. Okay, I will add the SPI NAND configs into the u-boot SPL. Also is there loader specific for spl SPI NAND loader ( https://github.com/u-boot/u-boot/tree/master/common/spl) which loads the next stage bootloader?
<marex> mps: yes please, and the documentation link
<mps> marex: ok, but can't do this right now, I'm still on vacation
<marex> Zaid: I might be wrong about that, but I suspect the UBI one is the one to go for
<marex> Zaid: you likely want UBI on SPI NAND
sng has joined #u-boot
<marex> mps: when you have time is fine
<mps> marex: ok, hope on the weekend I will be back to home
<mps> marex: another general doc, https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html - "12.1 Utility Argument Syntax"
<Zaid> marex Looks the UBI loader supports the raw NAND and ONFI NAND.
<mps> "12. Utility Conventions"
<mps> ah, "Guideline 3: Each option name should be a single alphanumeric character (the alnum character classification) from the portable character set. The -W (capital-W) option shall be reserved for vendor options.
<marex> mps: that would almost imply no posix tools support longopts
<mps> marex: I think so
apalos- has joined #u-boot
<marex> Zaid: I think SPI NAND should be handled similar to raw NAND, please try it
mmu_man has quit [Ping timeout: 272 seconds]
<Zaid> marex  it is not compatible with SPI NAND as it is
Zaid has quit [Quit: Ping timeout (120 seconds)]
rvalue has quit [Ping timeout: 245 seconds]
rvalue has joined #u-boot
jpanisbl has joined #u-boot
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
sng has quit [Remote host closed the connection]
Wouter0100670440 has joined #u-boot
mmu_man has joined #u-boot
sng has joined #u-boot
rockosov has quit [Quit: WeeChat 3.4-dev]
sng has quit [Remote host closed the connection]
frieder_ has quit [Ping timeout: 245 seconds]
rainbyte has joined #u-boot
jpanisbl has quit [Quit: Konversation terminated!]
sng has joined #u-boot
<sng> sjg1: Simon, you asked me to put the capsule setup in the dockerfile. i am adding the changes in the tools/docker/Dockerfile, but the capsule files are not being created in the CI run
<sng> is there a specific dockerfile which is being used for the CI runs?
sng has quit [Remote host closed the connection]
sng has joined #u-boot
<sjg1> Sng Tartarus I thought that was it?
frieder_ has joined #u-boot
jaganteki has joined #u-boot
frieder_ has quit [Ping timeout: 272 seconds]
sng has quit [Remote host closed the connection]
sng_ has joined #u-boot
sng_ has quit [Remote host closed the connection]
sng has joined #u-boot
sng_ has joined #u-boot
sng has quit [Read error: Connection reset by peer]
sng_ is now known as sng
<sjg1> sng: Oh you need to change the tag at the top of .gitllab file for it to use your new one
<sng> sjg1: okay. i am running the github CI which i believe uses .azure file. there should be a similar tag required for azure as well. i will check. thanks!
slobodan_ has joined #u-boot
frieder_ has joined #u-boot
mmu_man has quit [Ping timeout: 245 seconds]
mmu_man has joined #u-boot
frieder_ has quit [Ping timeout: 272 seconds]
jaganteki has quit [Quit: Client closed]
sng has quit [Remote host closed the connection]
jaganteki has joined #u-boot
sng has joined #u-boot
vagrantc has joined #u-boot
sng has quit [Remote host closed the connection]
sng has joined #u-boot
rvalue has quit [Ping timeout: 272 seconds]
qqq has quit [Quit: Lost terminal]
frieder_ has joined #u-boot
rvalue has joined #u-boot
qqq has joined #u-boot
jaganteki has quit [Quit: Client closed]
prabhakar has joined #u-boot
prabhakarlad has joined #u-boot
naoki has quit [Quit: naoki]
frieder_ has quit [Ping timeout: 272 seconds]
sng has quit [Ping timeout: 245 seconds]
goliath has quit [Quit: SIGSEGV]
sng has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
Adrian___ has quit [Read error: Connection reset by peer]
prabhakarlad has quit [Quit: Client closed]
frieder_ has joined #u-boot
mmu_man has quit [Ping timeout: 246 seconds]
monstr has quit [Remote host closed the connection]
frieder_ has quit [Remote host closed the connection]
mmu_man has joined #u-boot
jaganteki has joined #u-boot
sng_ has joined #u-boot
sng has quit [Read error: Connection reset by peer]
sng_ has quit [Remote host closed the connection]
<Tartarus> .azure-pipelines.yml: ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20230308-04Apr2023
<Tartarus> $ grep trini/ .azure-pipelines.yml .gitlab-ci.yml
<Tartarus> .gitlab-ci.yml:image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20230308-04Apr2023
<Tartarus> is how it's controlled
<Tartarus> (my docker hub namespace and then tag is based on the upstream ubuntu tag then when I built it)
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
sng has joined #u-boot
mckoan is now known as mckoan|away
sng has quit [Ping timeout: 246 seconds]
vagrantc has quit [Quit: leaving]
qqq has quit [Remote host closed the connection]
<JPEW> Pardon my ignorance, but I sent some patches to the u-boot ML a few weeks ago, and haven't seen them land anywhere.... is there some other staging repo I need to look at or just wait because it's the wrong time in the release cycle for that?
GNUtoo has quit [Remote host closed the connection]
Manouchehri____ has quit []
GNUtoo has joined #u-boot
Manouchehri has joined #u-boot
<Tartarus> JPEW: They're in my queue to grab soon'ish now, with the release out
<JPEW> Tartarus: Excellent. Thanks
<JPEW> Never sure how that goes in different projects :)
goliath has joined #u-boot
mmu_man has quit [Ping timeout: 245 seconds]
jaganteki has quit [Quit: Client closed]
mmu_man has joined #u-boot
sng has joined #u-boot
sng has quit [Remote host closed the connection]
sng has joined #u-boot
sng has quit [Ping timeout: 240 seconds]
__ad has quit [Changing host]
__ad has joined #u-boot
sng has joined #u-boot
___nick___ has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
rvalue has quit [Ping timeout: 250 seconds]
sng_ has joined #u-boot
sng has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
sng_ has quit [Remote host closed the connection]
urja has quit [Read error: Connection reset by peer]
urja has joined #u-boot
<Tartarus> JPEW: I'll get digging shortly if you don't see it, but I think https://source.denx.de/u-boot/u-boot/-/jobs/657628 is your series
___nick___ has quit [Ping timeout: 272 seconds]
vagrantc has joined #u-boot
<Tartarus> Date: Mon Jul 3 08:39:55 2023 -0500
<Tartarus> Author: Joshua Watt <jpewhacker@gmail.com>
<Tartarus> dm: test: Add test for part_get_info_by_type
<Tartarus> JPEW: OK, this is an easy enough one for me to fix, it's gotta get enabled in all the sandbox configs, not just the main one, I'll deal with it
<JPEW> Tartarus: Ah, sorry. I wasn't aware there was more than one
goliath has quit [Quit: SIGSEGV]
slobodan_ has quit [Read error: Connection reset by peer]
slobodan_ has joined #u-boot
urja has quit [Read error: Connection reset by peer]
urja has joined #u-boot
slobodan_ has quit [Ping timeout: 246 seconds]
mncheck has quit [Ping timeout: 240 seconds]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
redbrain has quit [Ping timeout: 240 seconds]
redbrain has joined #u-boot
naoki has joined #u-boot