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
<fpp> and also, i had to reboot the tablet to get the bootinfo and script files, and now it wont boot. On serial it gets stuck at Starting kernel
<fpp> I can see that when boot1 starts, it spits some information about the nand "log block" that i dont remember seeing before. here you can see those messages: https://pastebin.pl/view/a70d5da9
<fpp> I was able to boot the tablet, but the "FATAL: kernel too old
<fpp> " still appears when running meminfo. The tablet is running android 4.0.4, linux 3.0.8+
fpp has quit [Quit: Page closed]
apritzel has quit [Ping timeout: 480 seconds]
ftg has quit [Read error: Connection reset by peer]
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
chewitt has quit [Quit: Zzz..]
Danct12 has quit [Quit: What if we rewrite the code?]
Danct12 has joined #linux-sunxi
Daanct12 has joined #linux-sunxi
Danct12 has quit [Ping timeout: 480 seconds]
Danct12 has joined #linux-sunxi
Daanct12 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
Jookia has joined #linux-sunxi
<Jookia> just a question for anyone working on u-boot with the t113/d1: is SPI NAND support a WIP? is there a big obstacle to it? or is it just work that needs doing?
pg12 has quit [Ping timeout: 480 seconds]
pg12 has joined #linux-sunxi
DarkNeutrino has quit [Ping timeout: 480 seconds]
DarkNeutrino has joined #linux-sunxi
DarkNeutrino has quit [Read error: Connection reset by peer]
DarkNeutrino has joined #linux-sunxi
szemzoa has joined #linux-sunxi
junari_ has joined #linux-sunxi
DarkNeutrino is now known as Guest1218
DarkNeutrino has joined #linux-sunxi
pg12 has quit [Ping timeout: 480 seconds]
pg12 has joined #linux-sunxi
warpme has joined #linux-sunxi
gsz has joined #linux-sunxi
Daanct12 has joined #linux-sunxi
ndufresne has quit [Quit: Ping timeout (120 seconds)]
ndufresne has joined #linux-sunxi
junari__ has joined #linux-sunxi
Guest1218 has quit [Ping timeout: 480 seconds]
evgeny_boger has quit [Remote host closed the connection]
junari_ has quit [Ping timeout: 480 seconds]
warpme has quit []
apritzel has joined #linux-sunxi
evgeny_boger has joined #linux-sunxi
<apritzel> Jookia: there is https://patchwork.ozlabs.org/project/uboot/list/?series=322733, which adds SPI NAND support in general
<Jookia> interesting! i'll try and glue it together
<Jookia> regarding the t113 patches with some work i got it booting
<apritzel> Jookia: I am almost there with a v2 series for the t113 ;-)
<Jookia> does it include psci? :D
<Jookia> i had to add some stuff for serial for the board i was using, uart3 is not ideal on the mango pi as it unsoldered
<apritzel> yes, it will include the PSCI patches
tnovotny has joined #linux-sunxi
warpme has joined #linux-sunxi
<apritzel> Jookia: so what's your UART, then?
<Jookia> apritzel: uart1 or uart2, haven't decided
<apritzel> does the BSP use one of them? typically boards tend to dedicate one particular UART for debug
<Jookia> apritzel: here's a diff if you're interested, it may have a fix https://paste.xogium.me/0j.txt
<Jookia> i'm not sure i've never used the BSP for it, but the uart2 is marked on the board
<apritzel> Jookia: you can send a patch with a last hunk and the pinmux setup change, the rest would be board specific and would need to come with a series adding support (DT) for your board
<Jookia> i won't worry about it for now
<szemzoa> I try to write a remoteproc driver for v85x, what is working more or less. (https://pastebin.com/brX2Ndkj). But I've to ioremap one gate/reset register in the driver, becose it has some reset bits, but the upper 16 bits in this register is a fixed keyword. Is there any way to use it with standard reset api?
bauen1 has quit [Ping timeout: 480 seconds]
rsglobal[m] has quit []
evgeny_boger has quit [Ping timeout: 480 seconds]
pg12_ has joined #linux-sunxi
pg12 has quit [Ping timeout: 480 seconds]
evgeny_boger has joined #linux-sunxi
pg12_ has quit [Ping timeout: 480 seconds]
pg12 has joined #linux-sunxi
dsimic_ has joined #linux-sunxi
dsimic has quit [Ping timeout: 480 seconds]
dsimic_ has quit []
dsimic has joined #linux-sunxi
warpme has quit []
junari__ has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
bauen1 has joined #linux-sunxi
Daanct12 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has quit []
warpme has quit []
warpme has joined #linux-sunxi
pmp-p is now known as Guest1265
pmp-p has joined #linux-sunxi
Guest1265 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
warpme has quit []
evgeny_boger has quit [Quit: evgeny_boger]
evgeny_boger has joined #linux-sunxi
warpme has joined #linux-sunxi
macromorgan has quit [Quit: Leaving]
macromorgan has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
chewitt has joined #linux-sunxi
warpme has quit []
tnovotny has quit [Remote host closed the connection]
warpme has joined #linux-sunxi
chewitt has quit [Quit: Zzz..]
warpme has quit []
apritzel has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
wasutton3 has joined #linux-sunxi
warpme has quit []
wasutton- has quit [Ping timeout: 480 seconds]
wasutton- has joined #linux-sunxi
wasutton3 has quit [Ping timeout: 480 seconds]
<smaeul> szemzoa: are you ioremapping part of the CCU space? or is it a separate MMIO space for the E907?
<smaeul> for the CCU, you could add a flag in `struct ccu_reset_map` (drivers/clk/sunxi-ng/ccu_reset.h) and add logic to set the key field in ccu_reset_assert()/ccu_reset_deassert()
<smaeul> we already have this for clocks as CCU_FEATURE_KEY_FIELD
warpme has joined #linux-sunxi
evgeny_boger1 has joined #linux-sunxi
wasutton3 has joined #linux-sunxi
evgeny_boger has quit [Ping timeout: 480 seconds]
wasutton- has quit [Ping timeout: 480 seconds]
evgeny_boger1 has quit [Ping timeout: 480 seconds]
warpme has quit []
JohnDoe_71Rus has quit []
apritzel has joined #linux-sunxi
vagrantc has joined #linux-sunxi
DarkNeutrino has quit [Quit: 403. You dont have permissions to see the reason]
pgwipeout[m] has quit []
DarkNeutrino has joined #linux-sunxi
DarkNeutrino has quit [Read error: Connection reset by peer]
DarkNeutrino has joined #linux-sunxi
wasutton3 has quit [Ping timeout: 480 seconds]
gsz has quit [Ping timeout: 480 seconds]
Danct12 has quit [Ping timeout: 480 seconds]
bauen1 has joined #linux-sunxi