ChanServ changed the topic of #linux-sunxi to: Allwinner/sunxi development - Did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait for an answer! - This channel is logged at https://oftc.irclog.whitequark.org/linux-sunxi
norton has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
bauen1 has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
cp-- has joined #linux-sunxi
cp- has quit [Ping timeout: 480 seconds]
ctag has quit [Quit: WeeChat 4.1.1]
ctag has joined #linux-sunxi
machinehum1 has joined #linux-sunxi
machinehum has quit [Ping timeout: 480 seconds]
Daanct12 has joined #linux-sunxi
<wens> long way downhill :)
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
chewitt has joined #linux-sunxi
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
norton has joined #linux-sunxi
tnovotny has joined #linux-sunxi
<paulk> jkm: hehe yeah I have a talk in the works
<paulk> will be about h264 encoding
<paulk> must remember to submit before the deadline though
<gamiee> Hey paulk . Great to hear you will have presentation about h264 encoding. Will definitely want to see it. Also, I saw your email, just I was quite busy, I will try to reply you ASAP.
<paulk> gamiee: neat! sorry I will need more context, I sent too many emails :)
<paulk> (to know which discussion you're referring to)
<paulk> maybe encoding support on A64?
evgeny_boger has joined #linux-sunxi
<gamiee> paulk: sorry, context: I was working on RE H264 cedarx blobs for S3 in 2022, you asked if I encountered with some specific part of encoder (sorry, don't remember exactly which one, I am phone)
<paulk> oh yeah yeah I see!
<paulk> no hurry anyways
indy_ is now known as e-ndy
e-ndy is now known as indy
kuba2k2 has joined #linux-sunxi
kuba2k3 has joined #linux-sunxi
apritzel has joined #linux-sunxi
kuba2k2 has quit [Ping timeout: 480 seconds]
dsimic is now known as Guest8646
dsimic has joined #linux-sunxi
Guest8646 has quit [Ping timeout: 480 seconds]
Net147 has quit [Ping timeout: 480 seconds]
Net147 has joined #linux-sunxi
warpme has joined #linux-sunxi
utsweetyfish has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
gsz has joined #linux-sunxi
ungeskriptet has quit [Quit: The Lounge - https://thelounge.chat]
Daanct12 has quit [Quit: WeeChat 4.1.1]
JohnDoe_71Rus has quit []
kuba2k3 has quit [Ping timeout: 480 seconds]
evgeny_boger1 has joined #linux-sunxi
utsweetyfish has joined #linux-sunxi
evgeny_boger has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
macromorgan_ has quit []
macromorgan_ has joined #linux-sunxi
macromorgan_ has quit []
macromorgan has joined #linux-sunxi
libv has quit [Ping timeout: 480 seconds]
Jookia has quit [Read error: Connection reset by peer]
Jookia has joined #linux-sunxi
libv has joined #linux-sunxi
jkm has quit [Quit: leaving]
warpme has quit []
koty0f has joined #linux-sunxi
koty0f has quit [Quit: Konversation terminated!]
gsz has quit [Ping timeout: 480 seconds]
shaktaexe has joined #linux-sunxi
warpme has joined #linux-sunxi
tnovotny has quit [Remote host closed the connection]
colinsane1 has joined #linux-sunxi
warpme has quit []
colinsane has quit [Ping timeout: 480 seconds]
jkm has joined #linux-sunxi
<jkm> smaeul: are you able to boot mainline 6.6.y on MangoPi MQ-R (T113-S3)?
<jkm> unfortunately I'm not :/
<jkm> however, 6.1.y with your patch works just fine
<jkm> I'm getting "Starting kernel ..." from U-Boot and that's it
<jkm> I have changed uart3 to uart0 with <&uart0_pe2_pins> but still no output so far...
<Jookia> jkm: hello there, i have 6. something on t113-s3 mq-r. let me check
<Jookia> it's linux-next 20231020
<Jookia> what's your boot system? it can hang if you're not using psci and don't specify mem
chewitt has quit [Quit: Zzz..]
vagrantc has joined #linux-sunxi
<apritzel> jkm: no output smells like either a UART problem or you have overwritten the DT?
<apritzel> the load addresses for this 128MB config might not be well tested
<apritzel> try: "setenv fdt_high 0xffffffff"
ftg has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
ungeskriptet has joined #linux-sunxi
kuba2k2 has joined #linux-sunxi
evgeny_boger1 has quit [Ping timeout: 480 seconds]
gsz has joined #linux-sunxi
apritzel has joined #linux-sunxi
warpme has joined #linux-sunxi
JohnDoe_71Rus has quit []
<jkm> Jookia: I have enable-method = "psci"; in every cpu node
<jkm> and CONFIG_ARM_PSCI=y ofc
<Jookia> do you have the psci patches?
<jkm> Where? In Linux tree or U-Boot?
<Jookia> u-boot
<jkm> PSCI worked for me in 6.1.y
<Jookia> the t113 psci support is not in git yet i don't think
<jkm> I use fex firmware for now until U-Boot v2024.01 is out
<Jookia> i will be publishing my u-boot+kernel for the project i'm helping with sometime next week
<jkm> Jookia: Great, can't wait to test it
<Jookia> did you want me to ping you?
<jkm> Sure, it would be great
<jkm> I will test with U-Boot v2024.01-rc3 over the weekend
<Jookia> did you try adding mem=128M to bootargs?
<jkm> Sure
<Jookia> i'm also loading my kernel at 0x4300000 or something, default loadaddr is 0x42 something
<jkm> bootargs = "mem=128M cma=64M root=/dev/mmcblk0p2 init=/sbin/init rootwait console=tty0 console=ttyS0,115200"
<Jookia> is that in the dt or u-boot?
<jkm> dt
<Jookia> u-boot can override those i think
<jkm> printenv in U-Boot does not return bootargs
<jkm> so I guess I should be fine
<jkm> anyway
<jkm> I'll test and report later on
<Jookia> i'm using uart1 for my board
<Jookia> i've had a lot of issues with uart in u-boot but not in the kernel
<jkm> What U-Boot version do you use?
<Jookia> it's based on t113s-v2 branch of the https://source.denx.de/u-boot/custodians/u-boot-sunxi
<jkm> oh, thank you
<jkm> I'll test it
<jkm> hopefully these patches will find its way to v2024.01
<Jookia> most my work has been on getting SPI NAND working on this board
<Jookia> hopefully tomorrow i will finish this nightmare code-wise :)
warpme has quit []
warpme has joined #linux-sunxi
<jkm> What SPI NAND?
<jkm> Windbond W25N01GVZEIG?
<jkm> I ask because I would also design my own PCB (based on T113-S3), so it would be helpful to know some details :)
<jkm> would like*
<Jookia> Oh! Uh
<Jookia> I'm using TC58CVG1S3HRAIG
<Jookia> but adding your own NAND should work
<Jookia> there is a sunxi SPI NAND patch for another board that i have ported to the T113-S3, but i am also working on using UBI to hold u-boot second stage to compensate for bad blocks
<Jookia> i'm going to clean this up next week and put it online hopefully then see what i can do to make it in to patches
qwestion has joined #linux-sunxi
<Jookia> i have to patch the UBI SPL loader to load fit images, since i'm trying to use fit instead of old timey images
<Jookia> I will be writing a brief wiki page to explain all this and the state of things too
evgeny_boger has joined #linux-sunxi
<Jookia> gotta sleep. night
<jkm> sure, thanks for all info
gsz has quit [Ping timeout: 480 seconds]
warpme has quit []
apritzel has left #linux-sunxi [Leaving]
apritzel has joined #linux-sunxi
<apritzel> everything for T113 U-Boot that was lurking around somewhere is upstream, including PSCI, so just use U-Boot master
<apritzel> (minus SPI NAND, that is)
<apritzel> jkm, Jookia ^^^^ so yes it will be in 2024.01, but please don't wait, instead test it now, so that any bugs can be fixed *before* the release
norton has quit [Ping timeout: 480 seconds]
kuba2k2 has quit []
Jjjjjjjj has joined #linux-sunxi
Jjjjjjjj has quit [Remote host closed the connection]
<jkm> apritzel: just tested U-Boot SPL 2024.01-rc3 and it works like a charm so far - including DRAM init!
<jkm> thank you!
<apritzel> jkm: that's great to hear, thanks for testing!
apritzel_ has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
apritzel_ has left #linux-sunxi [#linux-sunxi]
apritzel has joined #linux-sunxi