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