mnemoc changed the topic of #linux-sunxi to: Allwinner/sunxi development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi
jmcneill has joined #linux-sunxi
cosm has quit [Ping timeout: 255 seconds]
petr has quit [Ping timeout: 255 seconds]
sleeply4cat has joined #linux-sunxi
<sleeply4cat> hello
<sleeply4cat> I have a problem.
<Seppoz> who doesnt xD
<sleeply4cat> I'm compiling a kernel :C
<sleeply4cat> It is a big problem %)
<Seppoz> why?
<Seppoz> and when you say "a" kernel can you be more specific plz
<sleeply4cat> So, I can't find /output/lib/modules/3.4.XXX/ after compilation.
<Seppoz> did you compile the modules?
<sleeply4cat> sunxi-3.4
<sleeply4cat> Mmm.. I think so
<Seppoz> make modules O=kernel_bin
<Seppoz> make INSTALL_MOD_PATH=MODULES modules_install O=kernel_bin
<Seppoz> make INSTALL_MOD_PATH=MODULES firmware_install O=kernel_bin
<Seppoz> you might wanna drop the O=
<sleeply4cat> *PANIC*
<Seppoz> did you do that?
<Seppoz> just type make modules
petr has joined #linux-sunxi
<Seppoz> and
<Seppoz> make INSTALL_MOD_PATH=MODULES
<Seppoz> make INSTALL_MOD_PATH=MODULES
cosm has joined #linux-sunxi
<Seppoz> and you should get a MODULES folder with the modules
<sleeply4cat> I.. I just tried to excecute > make -j8 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- modules
<Seppoz> so?
<sleeply4cat> From the guide ._.
<sleeply4cat> So..
<Seppoz> is it compiling?
<sleeply4cat> yes. I guess.
<Seppoz> you also want to run the INSTALL ones
<Seppoz> after compiling
<Seppoz> and i also recommend to allways export the arch and cross cc
<sleeply4cat> ewwww.. )
<Seppoz> thats what you want
<sleeply4cat> I feel so stupid ..
<Seppoz> why?
<sleeply4cat> Because it's about 4 a.m. >_<
<sleeply4cat> sun4i
<Seppoz> best time to do that xD might wanna opena bottle of wine while youa t it xD
<sleeply4cat> what is 4?
<Seppoz> thats the arch
<sleeply4cat> And what is 5?
<Seppoz> sunXi
<sleeply4cat> whew.
<Seppoz> 5 stands for the version
<Seppoz> i mean X
<Seppoz> a10 is sun 4i
<sleeply4cat> <_>
<Seppoz> Comparison table
<sleeply4cat> Yay.
<sleeply4cat> I added sun5i:DIGMA_IDJ7N into boards.cfg for A13.
<sleeply4cat> Am I right?
<Seppoz> yes
<sleeply4cat> ^_^
<Seppoz> tho shouldnt matter much for uboot
<Seppoz> afaik 13 and a10 boot procedure is the same
<Seppoz> only reason to modify the boards.conf is if you want to change the settings (lix axp and so on)
<Seppoz> i migth be wrong tho
Faisal_ has joined #linux-sunxi
Faisal has quit [Ping timeout: 255 seconds]
<sleeply4cat> idk) I just followed new-device-howto
<Seppoz> unless your device has something very special you might as well use any a13 config that suits
<Seppoz> unless you bored xD
<sleeply4cat> I'm so clever (facepalm)
<Seppoz> its not useless work tho
<Seppoz> so no worries
<Seppoz> did the modules compile btw?
<sleeply4cat> eww..
<sleeply4cat> > MODPOST 33 modules
<Seppoz> ok
<Seppoz> sounds right?
<sleeply4cat> ...yes?
<sleeply4cat> x)
<Seppoz> make INSTALL_MOD_PATH=MODULES now and cp on the distro
<Seppoz> also i recommend make INSTALL_MOD_PATH=MODULES firmware_install O=kernel_bin
<sleeply4cat> > Kernel compression mode
<sleeply4cat> Is it importrant? =\
<Seppoz> you make uImage anways
<Seppoz> it depends
<Seppoz> uboot has to support the mode
<Seppoz> just use default
<sleeply4cat> Does uImage contain modules?
<Seppoz> no, modules are like drivers that ar eloded on runtime
<sleeply4cat> ok
<Seppoz> uimage conrains all drivers you add with *
<Seppoz> modules are [M]
<sleeply4cat> mmm..
<Seppoz> make sure to have all modules you require to boot into the distro as *
<sleeply4cat> I dropped this stage)
<Seppoz> like FS and stuff
<sleeply4cat> Should I change smth?
<Seppoz> no idea depends on your setup
<Seppoz> you probably wand ext 3/4 or whatever built in
<sleeply4cat> I.. I WANT TO BOOT SOMETHING :DD
<Seppoz> xD
<sleeply4cat> I really don't know)
<Seppoz> its hard to tell from here really
<Seppoz> depends on so much
<sleeply4cat> So, will the kernel with default choice of modules boot from sd?
<sleeply4cat> hm.
<Seppoz> if you tell it to
<Seppoz> also the kernel dont boot form sd
<Seppoz> uboot boots the kernel from sd
<sleeply4cat> yup.
<Seppoz> and srom loads the uboot from sd if added correct
<Seppoz> the kernel can then load the rootfs from sd
<Seppoz> or boot into
<Seppoz> if you have your boot params right and the kenrel have mmc + correct fs support
<sleeply4cat> Thousands of conditions. %)
<Seppoz> its not so hard tho
<sleeply4cat> ...what am I doing?
<Seppoz> dafuq is that?
<sleeply4cat> > make INSTALL_MOD_PATH=MODULES
<Seppoz> you miss
<Seppoz> make INSTALL_MOD_PATH=MODULES modules_install
<sleeply4cat> lol 0o
<sleeply4cat> > make clean =_=
<sleeply4cat> Idk what just happend.
<Seppoz> well if you make clean you also want to make mrproper and then rebuild like everything
<Seppoz> xD
<sleeply4cat> Eeyup.
<sleeply4cat> Compiled.
<sleeply4cat> > make sun4i_defconfig O=kernel_bin
<sleeply4cat> sun5i ?
<sleeply4cat> for A13
<Seppoz> ye
<sleeply4cat> ohh. Config. Again -_-
<Seppoz> what do you need the moduls for in firts place now
<Seppoz> if you are still getting it to boot
petr has quit [Ping timeout: 250 seconds]
<sleeply4cat> eww.. Sorry, can't correctly translate this phrase.
<sleeply4cat> ok, fxd.
<Seppoz> anything you need for booting
<Seppoz> needs to be built n
<Seppoz> *in
protoCall7 has quit [Quit: protoCall7]
<sleeply4cat> lol. I have no idea what am I need)
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
<Seppoz> what fs type you have?
<sleeply4cat> fat, I think?
<Seppoz> naaw you cant have fat for the rootfs
<Seppoz> you have fat for the kernel
<sleeply4cat> then.. extFS. yay.
<Seppoz> you are killing me lol
<sleeply4cat> yes)
<sleeply4cat> I have no idea)
<sleeply4cat> And I want to change everything in this config =\
<Seppoz> you should follow the guild on sunxi
<Seppoz> it shows you exactly how to boot from sd
<sleeply4cat> +
<sleeply4cat> But I have no /output/ folder =\
<Seppoz> send me the link to the guid plz
<Seppoz> did you do
<Seppoz> make -j4 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules
<Seppoz> first
<Seppoz> otherwise make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=output modules_install will fail
<Seppoz> libv: ping
<sleeply4cat> pong
<Seppoz> :P
<sleeply4cat> Yes, I compiled it first.
petr has joined #linux-sunxi
<Seppoz> well then either you have nothhing selected as module
<Seppoz> or you did something wrong
<Seppoz> what does MODPOST say?
<Seppoz> after compiling the modules
<sleeply4cat> 33
<Seppoz> so what happen sif you run make -j4 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules
<sleeply4cat> After clean?
<Seppoz> no after you compiled the kenrel and the modules
Faisal_ has quit [Ping timeout: 264 seconds]
wenbin has joined #linux-sunxi
Vanfanel has quit [Ping timeout: 244 seconds]
<sleeply4cat> I think, it's time to go to bed. =\
<sleeply4cat> Tnx.
Faisal has joined #linux-sunxi
kroylar has left #linux-sunxi [#linux-sunxi]
tomboy64 has quit [Ping timeout: 250 seconds]
sleeply4cat has quit [Ping timeout: 246 seconds]
tomboy64 has joined #linux-sunxi
naobsd has quit [Quit: Page closed]
jmcneill has quit [Quit: Leaving]
tomboy65 has joined #linux-sunxi
tomboy64 has quit [Ping timeout: 250 seconds]
popolon has quit [Quit: WeeChat 1.0.1]
petr has quit [Ping timeout: 265 seconds]
Andy-D has quit [Ping timeout: 264 seconds]
Andy-D has joined #linux-sunxi
viccuad has quit [Read error: Connection reset by peer]
ninolein has quit [Ping timeout: 244 seconds]
ninolein has joined #linux-sunxi
petr has joined #linux-sunxi
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
kroylar has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
protoCall7 has joined #linux-sunxi
protoCall7 has quit [Quit: protoCall7]
naobsd has joined #linux-sunxi
xinj has quit [Ping timeout: 240 seconds]
n0wl_ has joined #linux-sunxi
n0wl__ has quit [Ping timeout: 250 seconds]
TheSeven has quit [Disconnected by services]
[7] has joined #linux-sunxi
nicksydney has quit [Quit: No Ping reply in 180 seconds.]
nicksydney has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
[7] has quit [Remote host closed the connection]
TheSeven has joined #linux-sunxi
Zboonet has joined #linux-sunxi
pwhalen has quit [Ping timeout: 255 seconds]
Black_Horseman has quit [Ping timeout: 258 seconds]
pwhalen has joined #linux-sunxi
Gerwin_J_ has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 250 seconds]
Gerwin_J_ is now known as Gerwin_J
<libv> Seppoz: ?
codekipper has joined #linux-sunxi
<codekipper> Hi all
<codekipper> has anybody successfully read the fex from an A31/A31s device?
<codekipper> I'll confess now that the one that I uploaded was extracted from an sdcard update image for the Mele I7
<wens> you can dump the memory at 0x43000000
melonipoika has joined #linux-sunxi
<codekipper> wens: thanks....will I see it as a fat partition or will I just be dumping raw data?
<codekipper> how did you get to know this magic number?...I'll quickly scan the wiki
naobsd has quit [Ping timeout: 246 seconds]
<wens> raw data
<wens> 0x43000000 is where allwinner's bootloader loads the fex file, and where the kernel expects it to be
<codekipper> but can I extract the fex from the bootloader fex that I have from the file that updates the system?
<codekipper> I away from the setup at the mo but looking at bootloader.fex in ghex I can see that it's a fat partition.
domidumont has joined #linux-sunxi
domidumont has quit [Read error: Connection reset by peer]
cubear has joined #linux-sunxi
<codekipper> wens: I've mounted the bootloader.fex and I see exactly what I see if I mount nanda on the system.
<codekipper> just the battery images, some fonts and magic.fex
<codekipper> no script.bin
domidumont has joined #linux-sunxi
<wens> no idea
<wens> 0x43000000 should be the contents of script.bin
domidumont has quit [Remote host closed the connection]
domidumont has joined #linux-sunxi
<codekipper> It is usually but I've not seen it with any of my A31 boards
<codekipper> there is something fex like at the end of uboot_XXXX.fex
<codekipper> not sure if it's just the string pointers or the actual fex
<wens> with the newer SoCs, they no longer load the fex file from a fat partition
<wens> it is actually stored in some header of u-boot
<wens> i think
<wens> dumping from 0x43000000 is easier :p
<codekipper> that looks the case
<codekipper> I'm wondering now how the kernel uses it
naobsd has joined #linux-sunxi
<wens> i don't know if it reserves it
<wens> but the fex related functions assume it's there
<codekipper> it looks like it starts from an offset of 0xa8000
<codekipper> I'll compare it with another bin to see the raw format
sleeply4cat has joined #linux-sunxi
<codekipper> yeah it looks the same
<codekipper> I'll try and cut and paste it into a bin file and then run bin2fex
<codekipper> see what happens
rm has left #linux-sunxi [#linux-sunxi]
Faisal has quit [Ping timeout: 245 seconds]
sleeply4cat has quit [Ping timeout: 246 seconds]
nicksydney has quit [Quit: No Ping reply in 180 seconds.]
nicksydney has joined #linux-sunxi
petr has quit [Ping timeout: 264 seconds]
domidumont has quit [Remote host closed the connection]
domidumont has joined #linux-sunxi
Faisal has joined #linux-sunxi
petr has joined #linux-sunxi
_massi has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
sehraf has joined #linux-sunxi
deasy has joined #linux-sunxi
hansg has joined #linux-sunxi
awafaa has quit [Ping timeout: 244 seconds]
awafaa_ has joined #linux-sunxi
diego_r has joined #linux-sunxi
Andy-D has quit [Ping timeout: 272 seconds]
Andy-D has joined #linux-sunxi
notmart has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
lynxis has quit [Remote host closed the connection]
bluse has quit [Remote host closed the connection]
lynxis has joined #linux-sunxi
bluse has joined #linux-sunxi
imcsk8 has quit [Quit: Reconnecting]
imcsk8 has joined #linux-sunxi
ganbold_ has quit [Ping timeout: 255 seconds]
nicksydney has quit [Read error: Connection reset by peer]
lyric has joined #linux-sunxi
<lyric> hi,all
arend has joined #linux-sunxi
<lyric> now I run linux-sunxi kernel on cubieboard2,I can render video use disp and draw image use mali on fb0,how to realize blend?
<lyric> please help me.
popolon has joined #linux-sunxi
<codekipper> wens: It worked.....used dd if=uboot_sdcard.fex bs=1 skip=688128 count=49134 of=script.bin
<codekipper> ran it through bin2fex and bang....I've now got the fex for the vidon box
lyric has left #linux-sunxi [#linux-sunxi]
Gerwin_J has quit [Quit: Gerwin_J]
lyric_ has joined #linux-sunxi
<lyric_> hi,
domidumont has quit [Quit: Leaving.]
enrico_ has joined #linux-sunxi
naobsd has quit [Ping timeout: 246 seconds]
domidumont has joined #linux-sunxi
notmart has quit [Ping timeout: 264 seconds]
hansg has quit [Ping timeout: 272 seconds]
lyric_ has quit [Quit: Page closed]
domidumont has quit [Quit: Leaving.]
ganbold_ has joined #linux-sunxi
FR^2 has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
notmart has joined #linux-sunxi
vitorcarvalhoml has joined #linux-sunxi
petr has quit [Ping timeout: 244 seconds]
arend has quit [Remote host closed the connection]
domidumont has joined #linux-sunxi
petr has joined #linux-sunxi
cajg has quit [Ping timeout: 250 seconds]
wenbin has quit [Quit: Leaving]
cajg has joined #linux-sunxi
Faisal has quit [Read error: Connection reset by peer]
Faisal has joined #linux-sunxi
sehraf has quit [Read error: Connection reset by peer]
lerc has quit [Ping timeout: 240 seconds]
lerc has joined #linux-sunxi
petr has quit [Ping timeout: 265 seconds]
sehraf has joined #linux-sunxi
afaerber has joined #linux-sunxi
skaag has quit [Quit: Leaving.]
skaag has joined #linux-sunxi
petr has joined #linux-sunxi
andoma has joined #linux-sunxi
petr has quit [Ping timeout: 258 seconds]
skaag has quit [Quit: Leaving.]
skaag has joined #linux-sunxi
Faisal has quit [Ping timeout: 264 seconds]
Faisal has joined #linux-sunxi
petr has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
Quarx has joined #linux-sunxi
codekipper has quit [Quit: Page closed]
naobsd has joined #linux-sunxi
cubear has quit [Quit: Leaving]
maz has quit [Quit: Leaving]
<oliv3r> lo
pwhalen has quit [Ping timeout: 255 seconds]
Andy-D has quit [Ping timeout: 272 seconds]
pwhalen has joined #linux-sunxi
pwhalen has quit [Changing host]
pwhalen has joined #linux-sunxi
paavalan has joined #linux-sunxi
sleeply4cat has joined #linux-sunxi
xavia has joined #linux-sunxi
sleeply4cat has quit [Client Quit]
naobsd has quit [Ping timeout: 246 seconds]
notmart has quit [Ping timeout: 244 seconds]
FreezingCold has quit [Ping timeout: 250 seconds]
notmart has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
pwhalen has quit [Ping timeout: 245 seconds]
Faisal has quit [Read error: Connection reset by peer]
Faisal has joined #linux-sunxi
viccuad has joined #linux-sunxi
Faisal has quit [Remote host closed the connection]
pwhalen has joined #linux-sunxi
kaspter has joined #linux-sunxi
kaspter has quit [Client Quit]
kaspter has joined #linux-sunxi
FreezingCold has joined #linux-sunxi
mart has joined #linux-sunxi
notmart has quit [Ping timeout: 240 seconds]
pwhalen has quit [Ping timeout: 258 seconds]
petr has quit [Ping timeout: 258 seconds]
petr has joined #linux-sunxi
naobsd has joined #linux-sunxi
pwhalen has joined #linux-sunxi
FreezingCold has quit [Ping timeout: 255 seconds]
paavalan has quit [Ping timeout: 240 seconds]
domidumont has quit [Quit: Leaving.]
FreezingCold has joined #linux-sunxi
xavia has quit [Ping timeout: 264 seconds]
cubear has joined #linux-sunxi
focus has quit [Remote host closed the connection]
pwhalen has quit [Ping timeout: 255 seconds]
pwhalen has joined #linux-sunxi
mart has quit [Read error: Connection reset by peer]
sehraf has quit [Read error: Connection reset by peer]
mart has joined #linux-sunxi
bonbons has joined #linux-sunxi
sehraf has joined #linux-sunxi
pwhalen has quit [Ping timeout: 250 seconds]
pwhalen has joined #linux-sunxi
pwhalen has quit [Ping timeout: 272 seconds]
notmart_ has joined #linux-sunxi
mart has quit [Ping timeout: 264 seconds]
pwhalen has joined #linux-sunxi
_massi has quit [Remote host closed the connection]
bengal has joined #linux-sunxi
FreezingCold has quit [Ping timeout: 258 seconds]
enrico_ has quit [Quit: Bye]
petr has quit [Ping timeout: 256 seconds]
traeak1 has joined #linux-sunxi
traeak1 has left #linux-sunxi [#linux-sunxi]
petr has joined #linux-sunxi
FreezingCold has joined #linux-sunxi
FreezingCold has quit [Remote host closed the connection]
Nyuutwo has quit [Read error: Connection reset by peer]
Nyuutwo has joined #linux-sunxi
melonipoika has quit [Ping timeout: 255 seconds]
cin has joined #linux-sunxi
<cin> hello
notmart_ has quit [Read error: Connection reset by peer]
notmart has joined #linux-sunxi
physis has joined #linux-sunxi
kaspter has quit [Remote host closed the connection]
FR^2 has quit [Quit: Connection reset by peer]
notmart has quit [Quit: notmart terminated!]
<Seppoz> hi
diego_r has quit [Quit: Konversation terminated!]
<mrnuke> hell'o
<Seppoz> :)
<cin> can someone tell me why the a20 hw is not yet ready for xbmc?
pwhalen has quit [Ping timeout: 256 seconds]
pwhalen has joined #linux-sunxi
afaerber has quit [Quit: Verlassend]
mtr has quit [Ping timeout: 240 seconds]
mtr has joined #linux-sunxi
domidumont has joined #linux-sunxi
FreezingCold has joined #linux-sunxi
<ricardocrudo> is it possible to change the pin mode after boot, for example enable the function UART of pins that were GPIO?
<rellla> cin: who told you so?
<ricardocrudo> I meant, that was defined as GPIO on fex
Quarx has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
afaerber has joined #linux-sunxi
<cin> rellla: i compiled you xbmc on my cubietruck on archlinux but the most videos are slow
<cin> your
<rellla> cin: hw is capable, sw isn't.
adj_ has quit [Ping timeout: 244 seconds]
<rellla> not everything is hw accelerated, but something is ok. But still not useable on productive systems.
adj_ has joined #linux-sunxi
<Seppoz> ricardocrudo: you can allways hardcode the mux settings
<Seppoz> ricardocrudo: all the fex file does is its is beeing read by the modules which do the pin setup
<Seppoz> ricardocrudo: there is no reason why you shouldnt be able to do this manually
<ricardocrudo> Seppoz: hmm, I got it. thanks
FR^2 has joined #linux-sunxi
<cin> i can't understand this, what means hw is capable but sw is not, i mean raspberry for example is also an arm arch has cheaper hw but xbmc running very smoothly?
<Seppoz> its probably the lack of 3d accelleration support
<Seppoz> cin
<WarheadsSE> Mali is only a 3d gpu, not 2d.
<WarheadsSE> viola, derp solved.
<Seppoz> ah yes, then i mean the codec support
<Seppoz> which is completely propaitry afiak
<WarheadsSE> Also, perhaps cin , you should make sure you have CedarX support int..
<WarheadsSE> Since that is the VPU
<cin> ok thx i enabled the cedarx in vlc and xbmc but i can not view the most of my videos
skaag has quit [Quit: Leaving.]
skaag has joined #linux-sunxi
skaag has quit [Client Quit]
<cin> the cubietruck has a mali 400 mp
<cin> Mali-400 MP The world's first ... GPU provides 2D and 3D acceleration
<rellla> cin: it has nothing to do with mali. mali is 3d.
hramrach_ has quit [Ping timeout: 250 seconds]
pwhalen has quit [Ping timeout: 258 seconds]
domidumont has quit [Ping timeout: 264 seconds]
hramrach_ has joined #linux-sunxi
pwhalen has joined #linux-sunxi
FreezingCold has quit [Remote host closed the connection]
vitorcarvalhoml has quit [Remote host closed the connection]
FreezingCold has joined #linux-sunxi
ZZambia_ has joined #linux-sunxi
<cin> rellla: ok thanks. i read the ssvb blogposts. very interesting documentation also the sunxi wiki is really good to read
<rellla> at least one reads the wiki :p
FreezingCold has quit [Ping timeout: 264 seconds]
cin has quit [Ping timeout: 258 seconds]
<mnemoc> :D
ZZambia_ has quit [Ping timeout: 256 seconds]
Sutter_Cain has joined #linux-sunxi
viccuad has quit [Read error: Connection reset by peer]
skaag has joined #linux-sunxi
mrnuke__ has joined #linux-sunxi
viccuad has joined #linux-sunxi
mrnuke has quit [Ping timeout: 272 seconds]
bonbons has quit [Quit: Leaving]
Andy-D has joined #linux-sunxi
ricardocrudo has quit [Remote host closed the connection]
pwhalen has quit [Ping timeout: 265 seconds]
Zboonet has quit [Quit: Leaving]
jinzo has joined #linux-sunxi
cubear has quit [Quit: Leaving]
sleeply4cat has joined #linux-sunxi
pwhalen has joined #linux-sunxi
Andy-D has quit [Remote host closed the connection]
merbanan has quit [Ping timeout: 244 seconds]
<wens> mripard: did you get my reply on the sun6i ahb1 clock?
<mripard> wens: yep, that was on my tonight reply-list
<wens> :)
<wens> just checking, since you're sending out pull requests atm
<mripard> only the ARM ones
<mripard> and I'm open to sending a few more :)
<mrnuke__> mripard: hi
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
FR^2 has quit [Quit: Leaving]
<sleeply4cat> Yay.
<sleeply4cat> First test of Digma iDj7n tablet will be soon.
<sleeply4cat> Wish me luck)
deasy has joined #linux-sunxi
<mripard> mrnuke__: hi
Black_Horseman has joined #linux-sunxi
Black_Horseman has joined #linux-sunxi
<mrnuke__> mripard: any idea what happened to that SPI patch for sun4i I wrote at the beginning of the year?
<mripard> hmmm
<mripard> I have no idea what you're talking about :)
<mripard> would you care to give more context ? :)
<mrnuke__> lifted the FIFO_DEPTH limit on SPI transactions
<mrnuke__> My old machine blew up in sparks, so I can't get to all the old files
<mripard> link please
<mrnuke__> I'm looking for it
<mrnuke__> sorry for the vagueness. It has been a while since I had a chance to look at the matter
petr has quit [Ping timeout: 255 seconds]
awafaa_ is now known as awafaa
<mripard> I don't know, Mark Brown should have taken it
petr has joined #linux-sunxi
<mripard> he's usually pretty responsive
<mripard> so he probably just missed it
pwhalen has quit [Ping timeout: 240 seconds]
<mrnuke__> so, should I re-resend it?
<mripard> yes, please
<mrnuke__> okey dokey. Let me make sure it still applies cleanly
<mripard> and make sure it still works
<mrnuke__> That's gonna take a while until I set up my environment again
<mrnuke__> (couple of weeks at least)
<mripard> we can wait a few more weeks at that point
jinzo has quit [Quit: Leaving]
<mrnuke__> can't move any faster unfortunately. I'm still building a working machine: http://gtech.myftp.org/~mrnuke/nuclearis2_current%20state.jpg
<mrnuke__> But I did have some fun watching the paint dry on some copper pipes: https://www.youtube.com/watch?v=xWuDTj3XNj0
pwhalen has joined #linux-sunxi
ZZambia_ has joined #linux-sunxi
<mrnuke__> mripard: did you want everything tested on top of your sunxi-next from github?
sehraf has quit [Quit: www.miranda-fusion.de ... be part of it...]
petr has quit [Ping timeout: 250 seconds]
skaag has quit [Quit: Leaving.]
bengal has quit [Quit: Leaving]
ChanServ has quit [shutting down]
<sleeply4cat> hmm.
<sleeply4cat> Can someone tell me, what should I put into boot.cmd?
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
ChanServ has joined #linux-sunxi
FreezingCold has joined #linux-sunxi
Sutter_Cain has quit [Remote host closed the connection]
HeavyMetal has quit [Ping timeout: 258 seconds]
HeavyMetal has joined #linux-sunxi
<mripard> mrnuke__: yep
petr has joined #linux-sunxi
pwhalen has quit [Ping timeout: 240 seconds]