Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2022.07 is OUT / Merge Window is OPEN, -next is CLOSED / Release v2022.10 is scheduled for 3 October 2022 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
mrnuke has joined #u-boot
mrnuke has quit [Read error: Connection reset by peer]
littlebobeep has quit [Remote host closed the connection]
mrnuke has joined #u-boot
mrnuke has quit [Read error: Connection reset by peer]
mrnuke has joined #u-boot
mrnuke has quit [Read error: Connection reset by peer]
mrnuke has joined #u-boot
persmule has quit [Quit: Leaving]
persmule has joined #u-boot
mrnuke has quit [Read error: Connection reset by peer]
mrnuke has joined #u-boot
mrnuke has quit [Read error: Connection reset by peer]
mrnuke has joined #u-boot
mrnuke has quit [Read error: Connection reset by peer]
mrnuke has joined #u-boot
mrnuke has quit [Read error: Connection reset by peer]
mrnuke has joined #u-boot
persmule has quit [Ping timeout: 268 seconds]
persmule has joined #u-boot
srk- has joined #u-boot
srk has quit [Ping timeout: 252 seconds]
srk- is now known as srk
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
littlebobeep has joined #u-boot
thopiekar has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
littlebobeep has quit [Remote host closed the connection]
littlebobeep has joined #u-boot
LeSpocky has quit [Ping timeout: 255 seconds]
LeSpocky has joined #u-boot
macromorgan has quit [Quit: Leaving]
tsraoien has quit [Ping timeout: 252 seconds]
macromorgan has joined #u-boot
lucascastro has quit [Remote host closed the connection]
littlebobeep has quit [Remote host closed the connection]
hays has quit []
hays has joined #u-boot
mrnuke has quit [Read error: Connection reset by peer]
mrnuke has joined #u-boot
hays has quit []
hays has joined #u-boot
littlebobeep has joined #u-boot
EdSwarthout has quit [Ping timeout: 268 seconds]
littlebobeep has quit [Ping timeout: 268 seconds]
EdSwarthout has joined #u-boot
littlebobeep has joined #u-boot
EdSwarthout has quit [Ping timeout: 268 seconds]
Xeroine has joined #u-boot
EdSwarthout has joined #u-boot
tsraoien has joined #u-boot
tsraoien has quit [Ping timeout: 245 seconds]
jagan has quit [Ping timeout: 244 seconds]
monstr has joined #u-boot
sszy has joined #u-boot
Xeroine has quit [Ping timeout: 268 seconds]
apritzel has joined #u-boot
mmu_man has joined #u-boot
akaWolf has quit [Ping timeout: 252 seconds]
Xeroine has joined #u-boot
akaWolf has joined #u-boot
littlebobeep has quit [Remote host closed the connection]
rvalue has quit [Remote host closed the connection]
rvalue has joined #u-boot
eloi1 has joined #u-boot
eloi1 has quit [Client Quit]
eloi1 has joined #u-boot
matthias_bgg has joined #u-boot
sicelo has quit [Ping timeout: 272 seconds]
sicelo has joined #u-boot
sicelo has joined #u-boot
littlebobeep has joined #u-boot
littlebobeep has quit [Remote host closed the connection]
eloi1 has quit [Quit: WeeChat 3.5]
littlebobeep has joined #u-boot
Xeroine has quit [Ping timeout: 252 seconds]
mmu_man has quit [Ping timeout: 252 seconds]
glembo has joined #u-boot
Xeroine has joined #u-boot
<glembo> Hi, anybody familiar with imx8m's HAB? Is there an user-space implementation similar to this code https://github.com/u-boot/u-boot/blob/master/arch/arm/mach-imx/hab.c#L603 for checking image signature?
glembo has quit [Quit: Client closed]
mmu_man has joined #u-boot
glembo has joined #u-boot
littlebobeep has quit [Ping timeout: 268 seconds]
mmu_man has quit [Quit: leaving]
littlebobeep has joined #u-boot
GNUtoo has quit [Ping timeout: 268 seconds]
persmule has quit [Ping timeout: 268 seconds]
GNUtoo has joined #u-boot
Xeroine has quit [Remote host closed the connection]
Xeroine has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
GNUtoo has quit [Remote host closed the connection]
littlebobeep has quit [Remote host closed the connection]
davlefou has joined #u-boot
glembo has quit [Quit: Client closed]
littlebobeep has joined #u-boot
littlebobeep has quit [Remote host closed the connection]
persmule has joined #u-boot
<mps> does u-boot have something like kernel scripts/config
prabhakarlad has quit [Quit: Client closed]
mmu_man has joined #u-boot
<hramrach> probably, there are KConfig configs
littlebobeep has joined #u-boot
torez has joined #u-boot
<mps> hramrach: so copying config from kernel scripts should work
<hramrach> if it's the same version of KConfig ..
<hramrach> I suppose there is some lag with adding new features
prabhakarlad has joined #u-boot
<mps> well, will try and see
chron0 has joined #u-boot
<chron0> booti docs say that if you use it and dont want to use initrd you should pass just - right?
<chron0> so basically like: booti ${kernel_addr_r} - ${fdt_addr_r} ?
<chron0> unfortunately petitboot doesnt pick that up as bootable medium anymore when I make that change
<hramrach> pick what as bootable medium?
<chron0> the device where that boot.scr is on the first (boot) partition
<chron0> for reference: https://a.uguu.se/vaHeUMtg.png
<hramrach> in general you should complain to petitiboot people that defined that something that is documented as valid is not parsed by their loader
<hramrach> but in this specific case it would make more sense to hust not load a device tree
<hramrach> if you are running petitiboot it means you are running Linux and that means you have a working devicetree, just pass it on
<chron0> I'd love to optimize this, but this is my first time dealing with petitbootand a kernel that relies heavily on device tree
<chron0> odroid m1
<chron0> ok, finally got it to boot
<chron0> i have to use the "working" example but in the final booti i just passed - instead of initrd and that went around the initrd and got me to my gentoo prompt
<chron0> if you have any tips to streamline and lean down/optimize this further I'd appreciate it very much - yes linux - gentoo linux running on the box, for no NO initrd needed
<chron0> i fear I dont fully understand that whole device tree business
<chron0> they have a boot.ini where hardkernel is defining "overlays" for specific hw parts of the SoC
<chron0> like: overlays = "i2c0 can0"
<hramrach> basically to boot petitboot you shuld have a device tree already
<hramrach> so ask the petitboot people how to boot a kernel with that
GNUtoo has joined #u-boot
<chron0> check
<hramrach> maybe just do a syslinux config, that does not support devicetree, so hopefully petitboot will use its own
<hramrach> that however means that to update the devicetree you will need to use whatever means petitboot provides for that - probably rebuild and update petitboot
mmu_man has quit [Ping timeout: 240 seconds]
<hramrach> this is totally offtopic here and unfortunately I don't know about petitboot, and even where to get to know something about petitboot
<chron0> understand, thx for the hints anyways, much appreciated
<chron0> as long as i still havent really grokked all this dtb business I'm still gonna be at a loss where to place and how to pass what exactly :/ will dive into it, thx again
<hramrach> on platforms that use petitboot the standard way to boot is to use a config for x86 that does nto support devicetree (grub.cfg or syslinux.conf), and the device tree is embedded into petitboot
<hramrach> but I have no idea about odriod's use
<hramrach> that's where u-boot is heading as well - on many platfroms the device tree needs to be modified by the bootloader, and loading static device tree binary from the disk is in general not a very good idea
<chron0> i see, maybe just "bad timing" during this kind of transition and everything is trying to find its proper place again
tsraoien has joined #u-boot
lucascastro has joined #u-boot
mmu_man has joined #u-boot
littlebobeep has quit [Remote host closed the connection]
<LetoThe2nd> potentially stupid question: whats the recommended way of going "back to source" from a boot.scr? only thing I could easily spot on google is some dd magic.
Xeroine has quit [Ping timeout: 252 seconds]
<Tartarus> LetoThe2nd: Well, what do you mean exactly? That dd trick is to strip the mkimage header off the text, but boot.scr is just a header on top of text
<Tartarus> dumpimage might also do the trick I suppose
<Tartarus> Yeah, dumpimage does it too
<LetoThe2nd> Tartarus: ah i see, thanks!
<chron0> LetoThe2nd: i just did the dd thing a couple of hours ago
<LetoThe2nd> chron0: hi5
<chron0> dd if=boot.scr of=boot.script bs=72 skip=1
matthias_bgg has quit [Ping timeout: 268 seconds]
Xeroine has joined #u-boot
vagrantc has joined #u-boot
persmule has quit [Ping timeout: 268 seconds]
prabhakarlad has quit [Quit: Client closed]
matthias_bgg has joined #u-boot
persmule has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
prabhakarlad has joined #u-boot
thopiekar has quit [Quit: Likely restarting quassel...]
matthias_bgg has quit [Ping timeout: 252 seconds]
lucascastro has quit [Quit: Leaving]
thopiekar has joined #u-boot
apritzel has quit [Ping timeout: 252 seconds]
matthias_bgg has joined #u-boot
mps has quit [Remote host closed the connection]
___nick___ has joined #u-boot
mps has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
matthias_bgg has quit [Quit: Leaving]
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
monstr has quit [Remote host closed the connection]
prabhakarlad has quit [Quit: Client closed]
umbramalison has quit [Quit: %So long and thanks for all the fish%]
umbramalison has joined #u-boot
lucascastro has joined #u-boot
umbramalison has quit [Ping timeout: 245 seconds]
umbramalison has joined #u-boot
camus has quit [Remote host closed the connection]
camus has joined #u-boot
_whitelogger has joined #u-boot
Gravis has quit [Read error: Connection reset by peer]
Gravis has joined #u-boot
mmu_man has joined #u-boot
zibolo has quit [Ping timeout: 244 seconds]
alan_o_ has joined #u-boot
alan_o_ has quit [Client Quit]
___nick___ has quit [Ping timeout: 252 seconds]
alan_o has quit [Read error: Connection reset by peer]
astroid has quit [Ping timeout: 240 seconds]
alan_o has joined #u-boot
alan_o has quit [Remote host closed the connection]
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
aggi_ has joined #u-boot
astroid has joined #u-boot
astroid has quit [Changing host]
astroid has joined #u-boot
akaWolf has quit [Ping timeout: 268 seconds]
alan_o has joined #u-boot
Xeroine has quit [Ping timeout: 272 seconds]
akaWolf has joined #u-boot
torez has quit [Quit: torez]
aggi_ is now known as aggi
aggi has quit [Quit: connection closed.]
GNUtoo has quit [Ping timeout: 268 seconds]
GNUtoo has joined #u-boot
ldevulder_ has joined #u-boot
ldevulder has quit [Ping timeout: 240 seconds]
vagrantc has quit [Quit: leaving]
GNUtoo has quit [Remote host closed the connection]