<DarkNeutrino>
Ah yea. Well i guess we can only wait
kilobyte1 has quit [Ping timeout: 480 seconds]
kilobyte1 has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
PizDOS_6-22 has quit [Ping timeout: 480 seconds]
Daanct12 has joined #linux-sunxi
Danct12 has quit [Ping timeout: 480 seconds]
kilobyte1 has quit [Ping timeout: 480 seconds]
kilobyte1 has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
PizDOS_6-22 has joined #linux-sunxi
apritzel has joined #linux-sunxi
warpme has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
warpme has quit []
warpme has joined #linux-sunxi
DarkNeutrino has quit [Ping timeout: 480 seconds]
DarkNeutrino has joined #linux-sunxi
macromorgan has quit [Ping timeout: 480 seconds]
rajkosto has quit [Read error: Connection reset by peer]
bauen1 has quit [Ping timeout: 480 seconds]
macromorgan has joined #linux-sunxi
macromorgan is now known as Guest917
macromorgan has joined #linux-sunxi
Guest917 has quit [Ping timeout: 480 seconds]
hlauer has joined #linux-sunxi
bauen1 has joined #linux-sunxi
apritzel has joined #linux-sunxi
junari has joined #linux-sunxi
junari_ has joined #linux-sunxi
junari has quit [Ping timeout: 480 seconds]
warpme has quit []
bauen1 has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
bauen1 has joined #linux-sunxi
stipa is now known as Guest931
stipa has joined #linux-sunxi
Guest931 has quit [Ping timeout: 480 seconds]
junari_ has quit [Ping timeout: 480 seconds]
PizDOS_6-22 has quit [Remote host closed the connection]
PizDOS_6-22 has joined #linux-sunxi
<DarkNeutrino>
apritzel: i guess we just have to wait for now right ?
Khexe[m] has quit []
bauen1 has quit [Ping timeout: 480 seconds]
bauen1 has joined #linux-sunxi
junari_ has joined #linux-sunxi
Daanct12 has quit [Remote host closed the connection]
Daanct12 has joined #linux-sunxi
Daaanct12 has joined #linux-sunxi
Daanct12 has quit [Ping timeout: 480 seconds]
Daanct12 has joined #linux-sunxi
Daaanct12 has quit [Ping timeout: 480 seconds]
bauen1 has quit [Ping timeout: 480 seconds]
hlauer has quit [Remote host closed the connection]
Daanct12 is now known as Danct12
junari_ has quit [Ping timeout: 480 seconds]
bauen1 has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
hlauer has joined #linux-sunxi
vagrantc has joined #linux-sunxi
DarkNeutrino_ has joined #linux-sunxi
DarkNeutrino is now known as Guest958
DarkNeutrino_ is now known as DarkNeutrino
<DarkNeutrino>
I have an issue im trying to debug. So i have u-boot that can boot to Manjaro just fine. The issue is that the initramfs they provide is in initramfs-linux.img format. And when i try to give this to uboot it tells me that it has no idea what that is "Wrong Ramdisk Image Format. Ramdisk image is corrupt or invalid". As it would be kind of a massive pain to parse every initramfs file trough their mkimage utility i want to know i
apritzel has joined #linux-sunxi
<DarkNeutrino>
Updating the system would become also pain :)
<DarkNeutrino>
The u-boot version is U-Boot 2021.10
<DarkNeutrino>
Quite old im aware. But it gets me to boot every time instead of the 1 i made which would be rolling a dice haha
<DarkNeutrino>
jernej: With the introduction of the DRAM settings in U-Boot. How should one go about finding the right values ? :)
Daanct12 has joined #linux-sunxi
Danct12 has quit [Ping timeout: 480 seconds]
<jernej>
DarkNeutrino: you mean new H616 & co. DRAM settings?
<jernej>
those values can be obtained from vendor image
<DarkNeutrino>
yeaaaaaa so the issue. BTT decided to use u-boot with spl. And the orangepi zero 2 dt
<DarkNeutrino>
I have no idea why they thought that the 2021 release was the way to go. I guess thats what was in BSP
JohnDoe_71Rus has quit []
<apritzel>
DarkNeutrino: regarding the initramfs: what is your booti line? For a U-Boot legacy image wrapped initrd, you would just give the start address
<apritzel>
but for a raw image, you also need to specify the length, after a ':'
<apritzel>
so: booti $kernel_addr_r $ramdisk_addr_r:$filesize $fdtcontroladdr