00:15
sunshavi has quit [Remote host closed the connection]
00:16
matthias_bgg has quit [Quit: Leaving]
00:27
iyzsong has joined #linux-sunxi
00:40
sunshavi has joined #linux-sunxi
00:43
ChriChri_ has joined #linux-sunxi
00:45
wasutton3 has joined #linux-sunxi
00:46
ChriChri has quit [Ping timeout: 258 seconds]
00:46
ChriChri_ is now known as ChriChri
01:00
yann|work has quit [Ping timeout: 260 seconds]
01:37
suprothunderbolt has joined #linux-sunxi
02:00
ldevulder_ has quit [Read error: Connection reset by peer]
02:01
ldevulder_ has joined #linux-sunxi
02:02
iyzsong has joined #linux-sunxi
02:08
ganbold has joined #linux-sunxi
02:22
cnxsoft has joined #linux-sunxi
02:25
aloo_shu has quit [Quit: aloo_shu]
02:35
Benjojo has quit [Ping timeout: 256 seconds]
02:40
ullbeking has quit [Ping timeout: 260 seconds]
02:45
Benjojo has joined #linux-sunxi
02:54
Benjojo has quit [Ping timeout: 256 seconds]
03:19
ullbeking has joined #linux-sunxi
03:23
Benjojo has joined #linux-sunxi
03:50
ullbeking has quit [Ping timeout: 256 seconds]
03:53
ullbeking has joined #linux-sunxi
03:55
JohnDoe_71Rus has joined #linux-sunxi
03:55
Benjojo has quit [Ping timeout: 256 seconds]
03:57
[7] has quit [Disconnected by services]
03:57
TheSeven has joined #linux-sunxi
03:57
ullbeking has quit [Max SendQ exceeded]
04:05
gaston1980 has quit [Quit: Konversation terminated!]
04:08
ullbeking has joined #linux-sunxi
04:08
ullbeking has quit [Max SendQ exceeded]
04:16
ullbeking has joined #linux-sunxi
04:20
Benjojo has joined #linux-sunxi
05:36
s3b0 has joined #linux-sunxi
05:45
_whitelogger has joined #linux-sunxi
05:49
wiley has joined #linux-sunxi
05:54
<
wiley >
so I'm working on an A64 use where I want to use the AR100 as a realtime coprocessor to drive some GPIO hardware that needs precise timings
05:56
<
wiley >
my best guess is that GPIO refers to the CPUx-PORT controller in section 3.21 that owns ports B-H and R_GPIO refers to the CPUs-PORT controller in section 3.22 that owns port L?
05:56
<
wiley >
Does that seem sane or is there something totally different going on?
05:57
<
wiley >
and/or is there any documentation for the AR100 itself?
06:03
JohnDoe_71Rus has quit [Ping timeout: 256 seconds]
06:05
JohnDoe_71Rus has joined #linux-sunxi
06:12
<
montjoie >
mru: how to use ?
06:13
<
montjoie >
ok found it
06:16
luke-jr has joined #linux-sunxi
06:24
s3b0 has quit [Read error: Connection reset by peer]
06:24
s3b0 has joined #linux-sunxi
06:29
wiley has quit [Quit: Leaving]
06:30
wiley has joined #linux-sunxi
06:37
camus1 has joined #linux-sunxi
06:38
kaspter has quit [Ping timeout: 265 seconds]
06:38
camus1 is now known as kaspter
07:03
AneoX has joined #linux-sunxi
07:36
dddddd has quit [Ping timeout: 246 seconds]
07:44
s3b0 has quit [Ping timeout: 246 seconds]
08:03
tllim has quit [Read error: Connection reset by peer]
08:04
ldevulder has joined #linux-sunxi
08:05
ldevulder_ has quit [Ping timeout: 246 seconds]
08:19
<
damex >
does allwinner b288 have upstream support? considering getting a ebook and it has that soc. i just want to have full control of my device :)
08:36
suprothunderbolt has quit [Ping timeout: 256 seconds]
08:50
yann|work has joined #linux-sunxi
09:00
<
mru >
gediz0x539: does your kernel have CONFIG_STACKPROTECTOR enabled?
09:27
AneoX has quit [Ping timeout: 260 seconds]
09:27
Ixnus has joined #linux-sunxi
09:29
AneoX has joined #linux-sunxi
09:32
<
Ixnus >
damex: ezdiy: ChriChri: had it
09:37
<
damex >
thanks, checking sunxi wiki about supported pocketbook devices
09:39
Ixnus has quit [Ping timeout: 245 seconds]
09:41
Ixnus has joined #linux-sunxi
09:43
<
Ixnus >
damex: PB Touch Lux 3 is the only one uptream supported BUT PB Touch lux 2 is probably identical just not tested
09:44
<
damex >
Ixnus: it does not seem like you can buy touch lux3 anymore (we have lots of other pocketbooks)
09:44
<
damex >
i checked local KZ and RU stores
09:44
<
Ixnus >
damex: early model models has SD card as internal memory ewer revision replace it with mmc
09:45
<
Ixnus >
well ebay or some local retail stores depending where you live :)
09:45
Ixnus has quit [Remote host closed the connection]
10:01
aloo_shu has joined #linux-sunxi
10:06
iyzsong has joined #linux-sunxi
10:09
warpme_ has joined #linux-sunxi
10:10
<
gediz0x539 >
mru: yep
10:12
Mangy_Dog has joined #linux-sunxi
10:14
<
mru >
gediz0x539: well, it doesn't look like you ran it against a device with a large value in the first byte
10:14
<
mru >
btw, I updated the test with some error checks
10:19
<
gediz0x539 >
i get "ioctl: I2C_SMBUS: Input/output error" on current revision of the test script
10:22
<
mru >
ok, I've updated it again
10:24
<
mru >
based on the i2cget results, you should be able to trigger the problem with "i2cbug /dev/i2c-1 0x68 0x12"
10:27
<
mru >
good, I'm not imagining things
10:27
aloo_shu has quit [Quit: aloo_shu]
10:27
<
gediz0x539 >
so it's not a bug about an older version of busybox?
10:27
<
mru >
well, it's two kernel bugs and one busybox bug
10:28
<
mru >
the busybox bug made it use the wrong i2c command
10:28
<
mru >
the i2c bus driver doesn't handle that command properly and returns garbage which makes the i2c core overflow the stack
10:34
<
gediz0x539 >
doesnt sound good
10:34
aloo_shu has joined #linux-sunxi
10:38
<
mru >
patch added to gist
10:40
<
mru >
now I'm afraid the maintainers will ask me to fix all the drivers instead
10:41
<
gediz0x539 >
i do not know a quick way to patch the kernel easily then compile on armbian but i'll give it a try when i have time, if you want
10:41
<
mru >
the patch fixes it here
10:43
<
gediz0x539 >
oh, its great then
10:43
<
mru >
well, it fixes the crash
10:44
ganbold_ has joined #linux-sunxi
10:44
<
mru >
it still doesn't do what the user probably expects
10:45
<
gediz0x539 >
still better than kernel crash
10:45
<
mru >
that's what I thought too
10:46
<
mru >
let's see what the maintainers say
10:46
ganbold has quit [Ping timeout: 258 seconds]
11:50
iyzsong has joined #linux-sunxi
12:11
aloo_shu has quit [Ping timeout: 260 seconds]
12:13
warpme_ has quit [Quit: Connection closed for inactivity]
12:22
aloo_shu has joined #linux-sunxi
12:22
reinforce has joined #linux-sunxi
12:43
DrFrankensteinUK has quit [Read error: Connection reset by peer]
12:44
DrFrankensteinUK has joined #linux-sunxi
12:44
DrFrankensteinUK has quit [Read error: Connection reset by peer]
12:44
DrFrankensteinUK has joined #linux-sunxi
12:48
doppo has joined #linux-sunxi
12:55
dddddd has joined #linux-sunxi
13:16
suprothunderbolt has joined #linux-sunxi
13:44
<
diego71 >
hello, do you know some good guide for using lima on a A64 cpu?
13:57
mauz555 has joined #linux-sunxi
14:08
cnxsoft has quit [Quit: cnxsoft]
14:20
iyzsong has joined #linux-sunxi
14:25
mauz555 has quit []
14:41
gaston1980 has joined #linux-sunxi
14:53
andy25225 has quit [Ping timeout: 246 seconds]
15:05
andy25225 has joined #linux-sunxi
15:11
<
willmore >
mru no rest for the wicked.
15:11
<
mru >
or is that no wicks for the rested?
15:13
<
willmore >
Why would a well rested person need candles? Those are for the poorly rested.
15:19
<
willmore >
I have a new web commic...
16:04
ganbold_ has quit [Read error: Connection reset by peer]
16:06
ganbold has joined #linux-sunxi
16:32
RichardG867 has quit [Ping timeout: 272 seconds]
16:54
tbueno has joined #linux-sunxi
16:57
RichardG867 has joined #linux-sunxi
17:29
macc24 has joined #linux-sunxi
18:03
macc24 has quit [Quit: WeeChat 2.8]
18:31
anarsoul is now known as anarsoul|2
20:03
lurchi__ is now known as lurchi_
20:12
netlynx has joined #linux-sunxi
20:12
netlynx has quit [Changing host]
20:12
netlynx has joined #linux-sunxi
20:20
tllim has joined #linux-sunxi
20:51
reinforce has quit [Quit: Leaving.]
21:01
lurchi_ has quit [Quit: Konversation terminated!]
21:01
lurchi_ has joined #linux-sunxi
21:04
andy25225 has quit [Ping timeout: 256 seconds]
21:15
andy25225 has joined #linux-sunxi
21:29
afaerber_ has quit [Remote host closed the connection]
22:07
anarsoul|2 has quit [Ping timeout: 272 seconds]
22:23
anarsoul has joined #linux-sunxi
22:26
afaerber has joined #linux-sunxi
22:26
anarsoul has quit [Remote host closed the connection]
22:27
anarsoul has joined #linux-sunxi
22:27
anarsoul has quit [Remote host closed the connection]
22:28
anarsoul has joined #linux-sunxi
22:28
anarsoul has quit [Remote host closed the connection]
22:32
qschulz has quit [Remote host closed the connection]
22:35
qschulz has joined #linux-sunxi
22:51
anarsoul has joined #linux-sunxi
23:25
Mangy_Dog has quit [Ping timeout: 256 seconds]
23:26
lurchi_ is now known as lurchi__
23:57
yann|work has quit [Ping timeout: 260 seconds]