Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2025.04, v2025.07-rc3 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2025.07 is scheduled for 07 July 2025 / Channel archives at https://libera.irclog.whitequark.org/u-boot
vagrantc has quit [Quit: leaving]
levitating has joined #u-boot
qschulz has quit [Read error: Connection reset by peer]
qschulz has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
mmu_man has quit [Ping timeout: 276 seconds]
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #u-boot
mmu_man has joined #u-boot
sbach has joined #u-boot
sbach has quit [Ping timeout: 252 seconds]
mmu_man has quit [Ping timeout: 252 seconds]
persmule has quit [Quit: Leaving]
persmule has joined #u-boot
sbach has joined #u-boot
clamor has joined #u-boot
teejay has joined #u-boot
sbach has quit [Ping timeout: 245 seconds]
tlwoerner_ has quit [Quit: Leaving]
tlwoerner has joined #u-boot
vigneshr has joined #u-boot
vardhan has joined #u-boot
jfsimon1981a has joined #u-boot
jfsimon has quit [Ping timeout: 248 seconds]
vardhan_ has joined #u-boot
vardhan has quit [Ping timeout: 252 seconds]
vardhan_ has quit [Ping timeout: 268 seconds]
sbach has joined #u-boot
monstr has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
sbach has quit [Ping timeout: 268 seconds]
haritz has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
goliath has joined #u-boot
helene has joined #u-boot
RoganDawes has joined #u-boot
sakman has quit [Ping timeout: 252 seconds]
ikarso has joined #u-boot
sakman has joined #u-boot
ldevulder has joined #u-boot
sszy has joined #u-boot
vardhan_ has joined #u-boot
<RoganDawes> Can anyone suggest how I can get debug output for the i.MX6ULL NAND controller, so I can try to figure out why it is not working?
sbach has joined #u-boot
vardhan_ has quit [Ping timeout: 245 seconds]
sbach has quit [Ping timeout: 248 seconds]
clamor has quit [Read error: Connection reset by peer]
clamor has joined #u-boot
RoganDawes has quit [Quit: Client closed]
sbach has joined #u-boot
KREYREN has joined #u-boot
gsz has joined #u-boot
mmu_man has joined #u-boot
sbach has quit [Ping timeout: 276 seconds]
LainIwakura has joined #u-boot
<marex> well ... maybe ...
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #u-boot
sbach has joined #u-boot
<Rutherther> hi, where do patches get applied to? I sent a patch and got reply that it was applied, but I can't seem to find it in the git repository. I looked in master and next branches
vardhan_ has joined #u-boot
frieder has joined #u-boot
<apalos> err who replied it got applied?
<apalos> ah that's on the AMD/Xilinx tree tree,
<apalos> Michal will send a Pull request against -master in a few days
<Rutherther> where can I see the amd/xilinx tree?
sbach has quit [Ping timeout: 276 seconds]
<f_> Rutherther: I think one of these https://source.denx.de/u-boot/custodians
<Rutherther> aah I didn't know custodians had their own trees like that
<Rutherther> that's nice. Thanks
<Rutherther> on the other hand, I don't really understand why those aren't branches in the main repo instead
<apalos> because you cant have 100 people with access to the main repo
ldevulder has quit [Ping timeout: 260 seconds]
LainIwakura has quit [Quit: Client closed]
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
ldevulder has joined #u-boot
clamor has quit [Ping timeout: 265 seconds]
clamor has joined #u-boot
levitating has quit [Quit: levitating]
zkrx has quit [Killed (NickServ (GHOST command used by zkrx_))]
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #u-boot
montjoie has quit [Ping timeout: 268 seconds]
warpme has joined #u-boot
zkrx has joined #u-boot
naoki has quit [Quit: naoki]
sbach has joined #u-boot
Guest313 has joined #u-boot
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #u-boot
gsz has quit [Ping timeout: 248 seconds]
sbach has quit [Ping timeout: 245 seconds]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
KREYREN has quit [Remote host closed the connection]
Tyaku has joined #u-boot
<Tyaku> Hello, I have some issue with FIT images, (I try to setup this). I don't know where is my mistake:
<Tyaku> 1. The DDR start at 0x4000'0000, but 128MBytes reserved, so we considere it starting at 0x4800'0000. The end is 0x6000'0000 (1Gbyte)
<Tyaku> 2. From U-Boot, I load the fitImage from the flash to the RAM at 0x4800'0000, and then I boot using this same address: ext4load mmc 0:${mmcpart} 0x48000000 boot/fitImage; bootm 0x48000000:#conf-renesas_CT03000201-3.0.dtb
<Tyaku> During the build of FIT image I have set: FIT_ADDRESS_CELLS = "2"; UBOOT_FIT_ADDRESS_CELLS = "2"; UBOOT_ENTRYPOINT = "0x0 0x49000000"; UBOOT_LOADADDRESS = "0x0 0x49000000";
<Tyaku> 0x4900'0000 is 16 Mbytes after the begin of where I put the fitImage, the fitimage is 7.1Mbytes. As I understand this address is where U-Boot uncompress the 'KERNEL' from fitImage (fitimage contains kernel + dtb),
<Tyaku> Questions:
<Tyaku> 1. It's not clear to me why there are two variables UBOOT_ENTRYPOINT (address where to start the kernel) UBOOT_LOADADDRESS (address where is stored the kernel in RAM uncompressed). For me it's always the same address (?!)
<Tyaku> 2. When I boot, I get positive logs that display the content of fitimage (kernel + dtb) then 'Uncompressing Kernel Image' and then '"Synchronous Abort" handler, esr 0x96000010', did someone have any ideas about this error ? I am on RZG2UL.
<Tyaku> The variables UBOOT_ are from Yocto, but the terminology entry point and such seems common.
gsz has joined #u-boot
swiftgeek has quit [Ping timeout: 245 seconds]
swiftgeek has joined #u-boot
zkrx has quit [Ping timeout: 268 seconds]
Poltawer has joined #u-boot
Guest313 has quit [Quit: Client closed]
zkrx has joined #u-boot
Stalevar has quit [Read error: Connection reset by peer]
KREYREN has joined #u-boot
dsimic has quit [Ping timeout: 248 seconds]
dsimic has joined #u-boot
Stalevar has joined #u-boot
vagrantc has joined #u-boot
sbach has joined #u-boot
mmu_man has quit [Ping timeout: 276 seconds]
sbach has quit [Ping timeout: 244 seconds]
sbach has joined #u-boot
npcomp has quit [Ping timeout: 244 seconds]
sbach has quit [Ping timeout: 252 seconds]
sbach has joined #u-boot
ldevulder has quit [Quit: Leaving]
levitating has joined #u-boot
KREYREN has quit [Ping timeout: 264 seconds]
vardhan_ has quit [Ping timeout: 248 seconds]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
npcomp has joined #u-boot
frieder has quit [Remote host closed the connection]
gsz has quit [Ping timeout: 276 seconds]
gsz has joined #u-boot
rvalue- has joined #u-boot
rvalue has quit [Ping timeout: 244 seconds]
clamor has quit [Ping timeout: 276 seconds]
rvalue- is now known as rvalue
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
eballetbo has quit [Quit: Connection closed for inactivity]
<Tartarus> The case of arch/*/dts/*.h was much better than include/dt-bindings to start with, and I'm down to 3 socfpga headers, 1 TI K3 header and 1 IMXRT header
<Tartarus> The K3 header is in turn used by binman, FWIW
<marex> Tyaku: are you doing that stuff on renesas hardware ?
<marex> oh ...
<marex> Tyaku: please use 'load' and forget 'ext4load' and 'fatload' and other such non-generic goo exists
<marex> just use 'load' , that auto-detects filesystems
<marex> Tyaku: are you actually loading any DTOs ?
<marex> if not ...
<marex> mkimage -A arm64 -C none -e 0x50000000 -a 0x50000000 -f auto -d arch/arm64/boot/Image -b arch/arm64/boot/dts/renesas/r....dtb /tmp/fitImage
<marex> this will auto-generate fitImage which loads kernel to 0x50000000 , DT to the right place , and boots it
<marex> load it to somewhere that is not 0x50000000 obv , like 0x58000000 is a good choice
<marex> 0x40000000..0x48000000 is protected and reserved for other stuff, so avoid that, and avoid putting anything nearby which might stick its own stack before its first instructions there too ...
KREYREN has joined #u-boot
mckoan|away has quit [Quit: Quitting irssi IRC Client, bye.]
mckoan has joined #u-boot
mckoan is now known as mckoan|away
mmu_man has joined #u-boot
Poltawer has quit [Ping timeout: 245 seconds]
Poltawer has joined #u-boot
goliath has quit [Quit: SIGSEGV]
Poltawer has quit [Quit: WeeChat 4.6.3]
KREYREN has quit [Ping timeout: 264 seconds]
prabhakalad has quit [Read error: Connection reset by peer]
cambrian_invader has quit [Ping timeout: 272 seconds]
cambrian_invader has joined #u-boot
prabhakalad has joined #u-boot