HERIC has quit [Read error: Connection reset by peer]
AntoniAloyTorrens[m]1 has quit []
MatrixTravelerbot[m] has quit []
apritzel has quit [Ping timeout: 480 seconds]
psydroid[m] has quit []
aedancullen has quit []
vagrantc has quit [Quit: leaving]
cmeerw[m] has quit []
DanielakaCyReVolt[m] has quit []
aperezdc has quit [Quit: Client limit exceeded: 20000]
junari has joined #linux-sunxi
dickenhobelix[m] has quit []
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
exkc has quit []
exkcmoeadmin[m] has quit []
JohnDoe_71Rus has joined #linux-sunxi
junari has quit [Remote host closed the connection]
arti has quit [Quit: No Ping reply in 180 seconds.]
arti has joined #linux-sunxi
arti_ has joined #linux-sunxi
arti has quit [Ping timeout: 480 seconds]
arti_ has quit [Remote host closed the connection]
arti has joined #linux-sunxi
warpme has joined #linux-sunxi
Daanct12 has joined #linux-sunxi
Daanct12 has quit [Quit: WeeChat 4.1.1]
Daanct12 has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
mripard has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
rsglobal[m] has quit []
apritzel has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
dsimic is now known as Guest6826
dsimic has joined #linux-sunxi
Guest6826 has quit [Ping timeout: 480 seconds]
warpme has quit []
sunshavi_ has joined #linux-sunxi
warpme has joined #linux-sunxi
KNULLNoNeAll[m] has quit []
bauen1 has joined #linux-sunxi
Daanct12 has quit [Quit: WeeChat 4.1.1]
JohnDoe_71Rus has quit []
warpme has quit []
MAV_ has joined #linux-sunxi
warpme has joined #linux-sunxi
<MAV_>
Hi everybody! Somebody please help me to build Debian with video acceleration on Olimex A20-SOM board. Any help appreciated!
MAV_ has quit [Read error: No route to host]
mripard has quit [Quit: mripard]
MAV_ has joined #linux-sunxi
mripard has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
mripard1 has quit []
warpme has quit []
kuba2k2 has joined #linux-sunxi
<Jookia>
has anyone managed to get SPL_DM working with a sunxi board like the t113?
<Jookia>
I needed SPL_DM_SERIAL off!
<Jookia>
for CONFIG_SPL_SYS_NS16550_SERIAL
vagrantc has joined #linux-sunxi
<apritzel>
Jookia: smaeul has SPL_DM enabled for his D1 port, AFAIK, but it's a bit more involved than just enabling some Kconfig options, I believe
<Jookia>
yeah i'm slogging through it
<apritzel>
Jookia: why do you need it, exactly?
<Jookia>
i'm trying to boot from UBI on NAND
<Jookia>
I want to make an attempt to get the mainline NAND stuff working
<apritzel>
Jookia: have you checked whether it's easier to port UBI to non-DM?
<Jookia>
isn't DM the future of uboot?
<Jookia>
it looks like the sunxi nand driver is incompatible with the simple nand code that ubi uses
<Jookia>
nand_spl_simple seems to be a bit broken
<Jookia>
ok yeah i'm going to give up on UBI for now, i don't think it's possible to use the sunxi nand driver in spl. it kind of seems broken in general
<Jookia>
i might see if i can just hack the ubi driver to work with the out of tree sunxi nand spl patch
kuba2k2 has quit [Ping timeout: 480 seconds]
<apritzel>
I think SPL (raw) NAND hasn't been used in ages, and it's probably not well tested. IIUC the only really supported platform is that C.H.I.P. board, with SLC NAND?
<apritzel>
Jookia: do you need raw NAND, or SPI NAND?
<Jookia>
SPI NAND. isn't that what sunxi-nand is for?
<apritzel>
no, sunxi-nand is for "parallel" NAND, using the sunxi NAND controller on the SoC
<apritzel>
MoeIcenowy sent patches to support SPI NAND in our existing SPL SPI NOR driver
<apritzel>
I admittedly procrastinated reviewing this, partly because I couldn't test it. I have some F1C200 board with SPI NAND, but believe the flash is broken there, as neither Linux nor U-Boot proper detect anything
warpme has joined #linux-sunxi
<Jookia>
yes, i am using those patches
<Jookia>
the spinand driver seems to work okay too