cnxsoft has quit [Read error: Connection reset by peer]
<pnill>
welp finally hit a wall in my journey, [ 11.763] no nand found !
<pnill>
apparently this code is produced by a sunxi compiled lib with source I don't have.
<pnill>
so I can't see what dtb config or etc it's referencing that could be failing
gnarface has quit [Ping timeout: 480 seconds]
cnxsoft has joined #linux-sunxi
gnarface has joined #linux-sunxi
hexdump0815 has joined #linux-sunxi
hexdump01 has quit [Ping timeout: 480 seconds]
<pnill>
[ 12.137]nand not support! channel 0 chip 0: ef f1 00 95 00 00 00 00
<pnill>
so that's fun to find.
chewitt has quit [Quit: Zzz..]
JohnDoe_71Rus has joined #linux-sunxi
<pnill>
Anyone know if I just replace an existing nand config in the nand table of the lib with the info from that one from another u-boot that has it statically compiled in
<pnill>
if it'll work or if I'd expect to see some code differences as well to support an additional nand and not just config changes?
<pnill>
BSP really sucks to deal with, why the hell do they do weird stuff like embed data in the headers of bins and such.
chewitt has joined #linux-sunxi
<pnill>
nvm, got past that part.
chewitt has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
Luke-Jr has quit [Ping timeout: 480 seconds]
Luke-Jr has joined #linux-sunxi
tnovotny has joined #linux-sunxi
<gamiee>
I wonder who's nickname on sunxi wiki is "Alldinner" :D :D
cnxsoft has quit [Read error: Connection reset by peer]
apritzel_ has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
apritzel_ has quit [Ping timeout: 480 seconds]
cnxsoft has quit []
JohnDoe_71Rus has joined #linux-sunxi
tnovotny has quit [Quit: Leaving]
macromorgan is now known as Guest7874
macromorgan has joined #linux-sunxi
Guest7874 has quit [Ping timeout: 480 seconds]
warpme___ has joined #linux-sunxi
linusw_ has quit []
linusw_ has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has quit []
wart_ has joined #linux-sunxi
<wart_>
hi folks. thanks for getting the wake-on-wifi (WOWLAN) stuff working. I've been playing around with it for a bit, and I had a couple questions. Hopefully I can get pointed in the right direction.
<wart_>
The biggest question I have is that the kernel seems to have set CONFIG_WAKEUP_TYPE = 0xf which appears to cause the pinephone to wake up quite often.
<wart_>
Peetz0r's original patch had it set to 0xd which seems a little better (disabling unicast).
<wart_>
Anyway, I wondered if there was a way via the iw interface to adjust this (other than a recompile of the kernel)?
<wart_>
Personally, I'd like to have it only wake up on 0x21 and 0x23 (magic packet and pattern match respectively).
prefixcactus has quit [Ping timeout: 480 seconds]
yann-kaelig has joined #linux-sunxi
<anarsoul>
mripard: yann-kaelig: yann-kaelig's issue isn't lima issue, it's generic stability issue with the board
<anarsoul>
lima works fine on A20, e.g. on cubieboard2
<anarsoul>
but it fails badly with unexplicable errors even with simplest workloads like kmscube on cubietruck
<yann-kaelig>
Hello. I can confirm, I have both of the boards cubieboard2 and cubietruck, only on cubietruck the issue occur where on cubieboard2 it works as expected
apritzel_ has joined #linux-sunxi
<yann-kaelig>
How can I get all the clocks value on the linux 3.4.61 ? There is no such file like /sys/kernel/debug/clk/clk_summary and /sys/kernel/debug/clk directory, DEBUG_FS is set and mounted
<yann-kaelig>
It's an old Ubuntu/Linaro distro with kernel 3.4.61 installed on the Nand of my cubietruck
tllim has joined #linux-sunxi
DarkSky has quit [Remote host closed the connection]
<pnill>
Anyone here evert dealt with the nand stuff before? I've hit a wall and don't really know where to go/what the problem is at this point
<pnill>
[ 12.171]can't find uboot head
<pnill>
[ 12.171]search nand structure: find a good block: 12, but no physic arch info.
<pnill>
the normal firmware when booting u-boot doesn't throw those two things, and I'm not sure what it's expecting or if the nand on the board is bad or timing is bad or what.
<pnill>
it does move past that but eventually goes into
<pnill>
[ 12.735][NE]boot but not data!
<pnill>
[ 12.743][NE]boot not find mbr table!!!!
<pnill>
until it eventually fails and halts the boot process as aresult