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
ftg has quit [Read error: Connection reset by peer]
apritzel_ has quit [Ping timeout: 480 seconds]
electricworry has joined #linux-sunxi
montjoie_ has joined #linux-sunxi
montjoie has quit [Ping timeout: 480 seconds]
nickAA has quit []
KREYREN_oftc has quit [Remote host closed the connection]
hexdump0815 has joined #linux-sunxi
hexdump01 has quit [Ping timeout: 480 seconds]
diego71 has quit [Ping timeout: 480 seconds]
KREYREN_oftc has joined #linux-sunxi
<KREYREN_oftc> fraolt, https://dpaste.org/UyeHy/raw sorry for the delay I was reworking my nixos-config and had to work out few things to be able to deploy the kernel
<KREYREN_oftc> it works without any visible issues on 6.6.32
diego71 has joined #linux-sunxi
KREYREN_oftc has quit [Remote host closed the connection]
KREYREN_oftc has joined #linux-sunxi
colinsane has quit [Ping timeout: 480 seconds]
KREYREN_oftc has quit [Remote host closed the connection]
KREYREN_oftc has joined #linux-sunxi
KREYREN_oftc has quit [Remote host closed the connection]
colinsane has joined #linux-sunxi
ity has quit [Remote host closed the connection]
ity has joined #linux-sunxi
JohnDoe_8 has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
apritzel_ has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
warpme has joined #linux-sunxi
apritzel_ has quit [Ping timeout: 480 seconds]
electricworry has quit [Ping timeout: 480 seconds]
warpme has quit []
warpme has joined #linux-sunxi
megi1 has joined #linux-sunxi
megi has quit [Ping timeout: 480 seconds]
<fraolt> KREYREN_oftc: No worries. The clk_summary looks good to me. Assuming it's the summary from 6.6.32, could you please also send the summary for 6.9.3 for comparison? Thanks. That being said, I do, however, assume the issue does not lie in the clocks and you need to bisect it.
warpme has quit []
nashpa has joined #linux-sunxi
dliviu has quit [Ping timeout: 480 seconds]
mripard_ is now known as mripard
sunshavi_ has joined #linux-sunxi
sunshavi has quit [Ping timeout: 480 seconds]
tnovotny has joined #linux-sunxi
colinsane has quit []
colinsane has joined #linux-sunxi
colinsane has quit []
colinsane has joined #linux-sunxi
tnovotny has quit [Ping timeout: 480 seconds]
colinsane has quit [Ping timeout: 480 seconds]
tnovotny has joined #linux-sunxi
tnovotny_ has joined #linux-sunxi
colinsane has joined #linux-sunxi
colinsane has quit []
dsimic is now known as Guest8462
dsimic has joined #linux-sunxi
Guest8462 has quit [Ping timeout: 480 seconds]
tnovotny has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
warpme has quit []
aggi_ has joined #linux-sunxi
JohnDoe_8 has quit []
aggi has quit [Ping timeout: 480 seconds]
bauen1 has quit [Ping timeout: 480 seconds]
<wens> apritzel: if you know of lingering patches, could you send them my way?
<apritzel> well, I don't *remember* any atm, but that doesn't mean much: I forgot about this one as well ;-)
<apritzel> wens: and thanks for picking up the LRADC patch, btw!
JohnDoe_71Rus has joined #linux-sunxi
bauen1 has joined #linux-sunxi
warpme has joined #linux-sunxi
<Jookia> tokyovigilante: congrats on the merge!
tnovotny_ has quit [Remote host closed the connection]
colinsane has joined #linux-sunxi
warpme has quit []
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
wasutton- has joined #linux-sunxi
wasutton3 has quit [Ping timeout: 480 seconds]
tlwoerner_ has quit []
bauen1 has quit [Ping timeout: 480 seconds]
tlwoerner has joined #linux-sunxi
electricworry has joined #linux-sunxi
vpeter has quit [Remote host closed the connection]
vpeter has joined #linux-sunxi
ftg has joined #linux-sunxi
bauen1 has joined #linux-sunxi
<diego71> fraolt: 6.9.3 works here on teres, but I got a lot of messages, and it slows during boot
apritzel has quit [Ping timeout: 480 seconds]
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
<fraolt> IIUC the problem lies in ccu_is_better_rate. Maybe it's the call to clk_hw_get_rate_range() that's causing problems now, though I don't understand why it's problematic in 6.9 but not in 6.6. 🤔
<fraolt> diego71: Do you have any idea why the issue occurs 80 seconds after boot? That seems like a long time.
apritzel has joined #linux-sunxi
halal-beef has joined #linux-sunxi
halal-beef has quit [Remote host closed the connection]
halal-beef has joined #linux-sunxi
<halal-beef> hi, im going to get an orangepi zero3 sbc in ~2weeks and i noticed that the board has alot of development done for it already (mainline uboot and linux) i'd like to know how i can enable simplefb in uboot for me to leverage off on other projects
<apritzel> halal-beef: simplefb would require to have graphics support in U-Boot, which we don't have at the moment
<apritzel> and the kernel support is getting closer, so it's probably not worthwhile to go down this road
<halal-beef> ah, damn rip
<halal-beef> can i end up writing to the uart by just directly writing to an addr then? would be nice atleast
JohnDoe_71Rus has quit [Quit: KVIrc 5.2.2 Quasar http://www.kvirc.net/]
<apritzel> from what? some bare metal code, run directly from the SD card (or loaded via FEL)?
<halal-beef> yeah baremetal code
<halal-beef> ran directly from sd
<apritzel> if you do a 32-bit wide write to 0x5000000 that should be send out
<halal-beef> ty :)
<apritzel> but first you need to initialise the UART, and set the baudrate
<halal-beef> uhh would i have to init it if i ran the baremetal code after uboot
<apritzel> and if you write more than a handful characters, you would need to check the FIFO status first, to not overwrite previous characters
<apritzel> U-Boot sets those things up, so you can indeed skip this then
<halal-beef> alright, thanks for the info
vagrantc has joined #linux-sunxi
<apritzel> halal-beef: if you really want to run directly after reset, there is actually more to do (clocks and pinmux), see https://github.com/linux-sunxi/sunxi-tools/blob/master/uart0-helloworld-sdboot.c
<halal-beef> oh nice, thanks for the source example too as well
<diego71> fraolt: this INFO block it's just one of many
<diego71> but you're right, i look at the log file and it's start at 79s and stop at 84s, so there is something strange. I'll make some more test tomorrow evening
electricworry has quit [Ping timeout: 480 seconds]
vagrantc has quit [Quit: leaving]
<tokyovigilante> Jookia: thanks!
ftg has quit [Read error: Connection reset by peer]
hentai has quit [Quit: SIGTERM]
Schimsalabim has quit [Read error: Connection reset by peer]