Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.10, v2024.01-rc3 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2024.01 is scheduled for 08 January 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
rvalue has quit [Ping timeout: 264 seconds]
rvalue has joined #u-boot
hanetzer has quit [Read error: Connection reset by peer]
hanetzer has joined #u-boot
mmu_man has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
mckoan|away has quit [Read error: Connection reset by peer]
mckoan|away has joined #u-boot
apritzel has quit [Ping timeout: 255 seconds]
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
hsv has joined #u-boot
hsv_ has quit [Ping timeout: 260 seconds]
mmu_man has quit [Ping timeout: 268 seconds]
vagrantc has quit [Quit: leaving]
scatterflower has quit [Quit: Client closed]
jclsn has quit [Ping timeout: 240 seconds]
jclsn has joined #u-boot
vigneshr has quit [Quit: Connection closed for inactivity]
manchaw has quit [Quit: Connection closed for inactivity]
devarsh has quit [Quit: Connection closed for inactivity]
ikarso has quit [Quit: Connection closed for inactivity]
andor has joined #u-boot
sukrutb__ has quit [Ping timeout: 260 seconds]
persmule has quit [Remote host closed the connection]
jaganteki has joined #u-boot
andor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
Mis012- has quit [Ping timeout: 240 seconds]
Mis012 has joined #u-boot
sukrutb has joined #u-boot
apritzel has joined #u-boot
apritzel has quit [Ping timeout: 245 seconds]
ikarso has joined #u-boot
mmu_man has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
goliath has joined #u-boot
Clamor has joined #u-boot
zsoltiv_ has quit [Ping timeout: 268 seconds]
slobodan has joined #u-boot
mmu_man has quit [Ping timeout: 260 seconds]
slobodan_ has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
mmu_man has joined #u-boot
apritzel has joined #u-boot
apritzel has quit [Ping timeout: 245 seconds]
dsimic has quit [Ping timeout: 256 seconds]
dsimic has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
norton has joined #u-boot
<norton> Hello. I installed linux-rt kernel on my ARM machine, how do I tell U-boot to boot rt kernel and not the standard one?
slobodan_ has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
<CounterPillow> Depends on how it currently boots your kernel. U-Boot has several ways to tell it how to load a kernel
<CounterPillow> On Debian systems, it's possible you're using a extlinux.conf file generated by u-boot-menu, but that's not a guarantee since you can also make Debian images that don't do that.
<CounterPillow> Easiest way to find out is to look at early boot output (usually over serial)
dhruvag2000 has joined #u-boot
<CounterPillow> Anything mainline and maintained will be using this bootflow now: https://docs.u-boot.org/en/latest/develop/bootstd.html
Mis012 has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
Mis012- has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
slobodan has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
slobodan has joined #u-boot
<norton> where is this bootflow file located?
<norton> this is my /boot directory https://0x0.st/HEY6.png
<norton> I guess I just need to change the symlink
<CounterPillow> Looks like you're using a boot.scr, which means it may do whatever; its boot behaviour is determined by that script
<CounterPillow> Also looks like you're using Armbian, so you're unlikely to be using mainline up-to-date u-boot anyway, and should ask Armbian for help
mmu_man has joined #u-boot
<norton> Yes, you're right, I should have asked Armbian. Anyway changing the symlink pointing location to rt kernel was the way! Thanks for the tips
goliath has quit [Quit: SIGSEGV]
<pivi> CounterPillow: I noticed that debian installer defaults to flash-kernel and not the extlinux.conf way of booting. do you know the reasoning there? maybe I should just ask vagrant ...
<CounterPillow> I have no clue honestly, I never use the Debian installer
<pivi> CounterPillow: for my curiosity how do you get debian installed? debootstrap?
<CounterPillow> I make images with debos usually, but I've used debootstrap before as well
<pivi> ok, looks like a "wrapper" around debootstrap
apritzel has joined #u-boot
Clamor has quit [Ping timeout: 252 seconds]
Clamor has joined #u-boot
f_ has quit [Ping timeout: 276 seconds]
apritzel has quit [Ping timeout: 245 seconds]
mmu_man has quit [Ping timeout: 252 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
mmu_man has joined #u-boot
<norton> Where do I write `nand erase.chip` command? https://source.denx.de/u-boot/u-boot/-/blob/master/board/sunxi/README.nand
<norton> In U-boot prompt and Linux terminal it can't find such command
<pivi> "On your board"
<pivi> if you do not have it in u-boot I would say the command is not compiled-in
pgreco_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
pgreco has joined #u-boot
persmule has joined #u-boot
slobodan has quit [Ping timeout: 264 seconds]
Stat_headcrabed has joined #u-boot
Clamor has quit [Ping timeout: 255 seconds]
Clamor has joined #u-boot
experemental has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
Stat_headcrabed has joined #u-boot
jan_V2 has quit [Quit: The Lounge - https://thelounge.chat]
jan_V2 has joined #u-boot
apritzel has joined #u-boot
jan_V2 has quit [Ping timeout: 260 seconds]
jan_V2 has joined #u-boot
jan_V2 has quit [Client Quit]
stefanro has quit [Quit: Leaving.]
f_ has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
Stat_headcrabed has joined #u-boot
<marex> pivi: I used multistrap
<norton> pivi: how do I enable it in `menuconfig`?
<marex> norton: make menuconfig [/] CMD_NAND (1) Y Ctrl-C Yes
<pivi> marex: seems be orphaned in favor of mmdebstrap
<marex> pivi: uhhhhh ... hum
<pivi> marex: your answer makes me wonder if you have chatGPT integrated into an irssi plugin
<pivi> ;-)
<marex> pivi: nope, why ?
<marex> pivi: I wanted to write "its like yesterday when I last used it", but I guess I keep updating those ancient debian nfsroots over time and its been a while
<f_> marex: how old is your debian install? :)
jan_V2 has joined #u-boot
jan_V2 has quit [Ping timeout: 268 seconds]
<pivi> marex: I was just kidding for the very precise answer on how to use the menuconfig
<pivi> we should start inheriting debian installation. like it was an aged scotch
<Forty-Bot> mmdebstrap is nice, since you don't need to be root
<marex> pivi: more like brewing lambic beer, where all kinds of stuff falls into it over time :)
<marex> f_: hmmmm, well it has been a while for those nfsroots
<f_> ;)
<pivi> marex: well, maybe. anyway I prefer lambic over whiskey, so that's fine for me ;-)
Stat_headcrabed has quit [Quit: Stat_headcrabed]
sakman has quit [Ping timeout: 246 seconds]
pivi has quit [Quit: leaving]
pivi has joined #u-boot
pivi has quit [Client Quit]
pivi has joined #u-boot
pivi has quit [Client Quit]
pivi has joined #u-boot
Hypfer has quit [Quit: Ping timeout (120 seconds)]
Hypfer has joined #u-boot
sakman has joined #u-boot
pivi has quit [Quit: leaving]
pivi has joined #u-boot
jan_V2 has joined #u-boot
jan_V2 has quit [Client Quit]
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
sakman has quit [Ping timeout: 264 seconds]
sakman has joined #u-boot
jaganteki has quit [Quit: Client closed]
Clamor has quit [Read error: Connection reset by peer]
Stat_headcrabed has joined #u-boot
experemental has quit [Ping timeout: 255 seconds]
mmu_man has quit [Ping timeout: 256 seconds]
ikarso has joined #u-boot
mmu_man has joined #u-boot
<sjg1> Hi, re FIT support in Linux, would anyone like to review this? https://lore.kernel.org/lkml/20231202035511.487946-1-sjg@chromium.org/
<sjg1> It might help it move forward
Stat_headcrabed has quit [Quit: Stat_headcrabed]
zkrx has quit []
zkrx has joined #u-boot
zkrx has quit [Ping timeout: 260 seconds]
goliath has joined #u-boot
slobodan has joined #u-boot
haritz has quit [Remote host closed the connection]
haritz has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
jan_V2 has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
slobodan has joined #u-boot
mmu_man has quit [Ping timeout: 246 seconds]
<Forty-Bot> sjg1: maybe you should ping masahiro?
<Forty-Bot> ah, looks like you replied to him
mmu_man has joined #u-boot
dhruvag2000 has quit [Quit: Connection closed for inactivity]
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
Clamor has joined #u-boot
<pivi> any pointer to documentation on passing down the dtb to the Linux kernel when booting over EFI on arm64? from what I can tell whithout doing anything I get the U-Boot built-in, but this is not what I want/need
<mps> pivi: iirc devicetree, but not sure it works
<Tartarus> 2nd arg to bootefi
Clamor has quit [Read error: Connection reset by peer]
<mps> pivi: sorry, I thought you ask for grub
<pivi> Tartarus: is there any integration in distroboot/stdboot that would allow loading it from fdtfile? I am trying to figure out how this could work with a smooth out of the box experience with a generic distro
<Tartarus> Step one is just have U-Boot have the right dtb
<pivi> thinking at the traditional boot.scr approach that's easy, everything is done by the distro
experemental has joined #u-boot
<Tartarus> But yes, pbrobinson and apalos have been talking about it and have an idea
<pivi> that would mean that there is nothing implemented at the moment ? it's either manual integration or having the right DTB from the very beginning
<Tartarus> Well, first choice is to have the right dtb, so that everything just works and distros don't have to worry
<Tartarus> But for the EFI case, yes, pbrobinson and apalos have been talking about how to fix this with Fedora as an examplee
sakman has quit [Ping timeout: 264 seconds]
<pivi> pbrobinson apalos: if you happen to be willing to share some ideas I am available. I was lately playing around with Debian and this is one of 2 pain points I noticed
slobodan has quit [Ping timeout: 255 seconds]
norton has quit [Ping timeout: 246 seconds]
zkrx has joined #u-boot
<pivi> well, FWIW the current distroboot scripts are smart enough to pass ${fdt_addr_r}, if it points to a valid fdt. a preboot cmd does the trick. with the downside that u-boot cannot know the dtb path in the distro rootfs ...
<pivi> and for Debian is something like `/usr/lib/linux-image-6.1.0-16-arm64/`, e.g. it changes all the time.
prabhakarlad has joined #u-boot
Mis012- has quit [Remote host closed the connection]
Mis012 has joined #u-boot