rellla 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 - *only registered users can talk*
sunshavi has quit [Remote host closed the connection]
matthias_bgg has quit [Quit: Leaving]
iyzsong has joined #linux-sunxi
sunshavi has joined #linux-sunxi
ChriChri_ has joined #linux-sunxi
wasutton3 has joined #linux-sunxi
ChriChri has quit [Ping timeout: 258 seconds]
ChriChri_ is now known as ChriChri
yann|work has quit [Ping timeout: 260 seconds]
suprothunderbolt has joined #linux-sunxi
ldevulder_ has quit [Read error: Connection reset by peer]
ldevulder_ has joined #linux-sunxi
iyzsong has quit [Quit: ZNC 1.8.0 - https://znc.in]
iyzsong has joined #linux-sunxi
ganbold has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
aloo_shu has quit [Quit: aloo_shu]
Benjojo has quit [Ping timeout: 256 seconds]
ullbeking has quit [Ping timeout: 260 seconds]
Benjojo has joined #linux-sunxi
Benjojo has quit [Ping timeout: 256 seconds]
ullbeking has joined #linux-sunxi
Benjojo has joined #linux-sunxi
ullbeking has quit [Ping timeout: 256 seconds]
ullbeking has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
Benjojo has quit [Ping timeout: 256 seconds]
[7] has quit [Disconnected by services]
TheSeven has joined #linux-sunxi
ullbeking has quit [Max SendQ exceeded]
gaston1980 has quit [Quit: Konversation terminated!]
ullbeking has joined #linux-sunxi
ullbeking has quit [Max SendQ exceeded]
ullbeking has joined #linux-sunxi
Benjojo has joined #linux-sunxi
s3b0 has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
wiley has joined #linux-sunxi
<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
<wiley> I'm scanning through the manual at http://files.pine64.org/doc/datasheet/pine64/Allwinner_A64_User_Manual_V1.0.pdf and trying to understand the difference between GPIO and R_GPIO in the block diagram on page 78
<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?
<wiley> Does that seem sane or is there something totally different going on?
<wiley> and/or is there any documentation for the AR100 itself?
JohnDoe_71Rus has quit [Ping timeout: 256 seconds]
JohnDoe_71Rus has joined #linux-sunxi
<montjoie> mru: how to use ?
<montjoie> ok found it
luke-jr has quit [Quit: ZNC - http://znc.sourceforge.net]
luke-jr has joined #linux-sunxi
s3b0 has quit [Read error: Connection reset by peer]
s3b0 has joined #linux-sunxi
wiley has quit [Quit: Leaving]
wiley has joined #linux-sunxi
camus1 has joined #linux-sunxi
kaspter has quit [Ping timeout: 265 seconds]
camus1 is now known as kaspter
AneoX has joined #linux-sunxi
dddddd has quit [Ping timeout: 246 seconds]
s3b0 has quit [Ping timeout: 246 seconds]
<gediz0x539> mru: tested on olimex a20 som with DS3231, https://pastebin.com/raw/u2mW7Ekf
tllim has quit [Read error: Connection reset by peer]
ldevulder has joined #linux-sunxi
ldevulder_ has quit [Ping timeout: 246 seconds]
<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 :)
suprothunderbolt has quit [Ping timeout: 256 seconds]
yann|work has joined #linux-sunxi
<mru> gediz0x539: does your kernel have CONFIG_STACKPROTECTOR enabled?
AneoX has quit [Ping timeout: 260 seconds]
Ixnus has joined #linux-sunxi
AneoX has joined #linux-sunxi
<damex> ohh :(
<Ixnus> damex: ezdiy: ChriChri: had it
<Ixnus> damex: http://linux-sunxi.org/PocketBook_Touch_Lux_has just gotten upstream support for everything except the eink display
<damex> thanks, checking sunxi wiki about supported pocketbook devices
Ixnus has quit [Ping timeout: 245 seconds]
Ixnus has joined #linux-sunxi
<damex> https://linux-sunxi.org/images/b/b4/PBTL3-board.jpeg is it... soldered microsd card? i just held by clips?
<Ixnus> damex: PB Touch Lux 3 is the only one uptream supported BUT PB Touch lux 2 is probably identical just not tested
<damex> Ixnus: it does not seem like you can buy touch lux3 anymore (we have lots of other pocketbooks)
<damex> i checked local KZ and RU stores
<Ixnus> damex: early model models has SD card as internal memory ewer revision replace it with mmc
<Ixnus> well ebay or some local retail stores depending where you live :)
Ixnus has quit [Remote host closed the connection]
aloo_shu has joined #linux-sunxi
iyzsong has quit [Quit: ZNC 1.8.0 - https://znc.in]
iyzsong has joined #linux-sunxi
warpme_ has joined #linux-sunxi
<gediz0x539> mru: yep
Mangy_Dog has joined #linux-sunxi
<mru> gediz0x539: well, it doesn't look like you ran it against a device with a large value in the first byte
<mru> btw, I updated the test with some error checks
<gediz0x539> i see
<gediz0x539> i get "ioctl: I2C_SMBUS: Input/output error" on current revision of the test script
<mru> ok, I've updated it again
<mru> based on the i2cget results, you should be able to trigger the problem with "i2cbug /dev/i2c-1 0x68 0x12"
<gediz0x539> right
<mru> there you go
<mru> good, I'm not imagining things
aloo_shu has quit [Quit: aloo_shu]
<gediz0x539> so it's not a bug about an older version of busybox?
<mru> well, it's two kernel bugs and one busybox bug
<mru> the busybox bug made it use the wrong i2c command
<mru> the i2c bus driver doesn't handle that command properly and returns garbage which makes the i2c core overflow the stack
<gediz0x539> doesnt sound good
<gediz0x539> :p
aloo_shu has joined #linux-sunxi
<mru> patch added to gist
<mru> now I'm afraid the maintainers will ask me to fix all the drivers instead
<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
<mru> the patch fixes it here
<gediz0x539> oh, its great then
<mru> well, it fixes the crash
ganbold_ has joined #linux-sunxi
<mru> it still doesn't do what the user probably expects
<gediz0x539> still better than kernel crash
<mru> that's what I thought too
<mru> let's see what the maintainers say
ganbold has quit [Ping timeout: 258 seconds]
iyzsong has quit [Quit: ZNC 1.8.0 - https://znc.in]
iyzsong has joined #linux-sunxi
aloo_shu has quit [Ping timeout: 260 seconds]
warpme_ has quit [Quit: Connection closed for inactivity]
aloo_shu has joined #linux-sunxi
reinforce has joined #linux-sunxi
DrFrankensteinUK has quit [Read error: Connection reset by peer]
DrFrankensteinUK has joined #linux-sunxi
DrFrankensteinUK has quit [Read error: Connection reset by peer]
DrFrankensteinUK has joined #linux-sunxi
doppo has joined #linux-sunxi
dddddd has joined #linux-sunxi
suprothunderbolt has joined #linux-sunxi
<diego71> hello, do you know some good guide for using lima on a A64 cpu?
mauz555 has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
iyzsong has quit [Quit: ZNC 1.8.0 - https://znc.in]
iyzsong has joined #linux-sunxi
mauz555 has quit []
iyzsong has quit [Quit: ZNC 1.8.0 - https://znc.in]
gaston1980 has joined #linux-sunxi
andy25225 has quit [Ping timeout: 246 seconds]
andy25225 has joined #linux-sunxi
<willmore> mru no rest for the wicked.
<mru> or is that no wicks for the rested?
<willmore> Why would a well rested person need candles? Those are for the poorly rested.
<willmore> I have a new web commic...
ganbold_ has quit [Read error: Connection reset by peer]
ganbold has joined #linux-sunxi
RichardG867 has quit [Ping timeout: 272 seconds]
tbueno_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
tbueno has joined #linux-sunxi
AneoX has quit [Quit: Textual IRC Client: www.textualapp.com]
RichardG867 has joined #linux-sunxi
macc24 has joined #linux-sunxi
macc24 has quit [Quit: WeeChat 2.8]
anarsoul is now known as anarsoul|2
lurchi__ is now known as lurchi_
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
netlynx has joined #linux-sunxi
tllim has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
reinforce has quit [Quit: Leaving.]
lurchi_ has quit [Quit: Konversation terminated!]
lurchi_ has joined #linux-sunxi
andy25225 has quit [Ping timeout: 256 seconds]
andy25225 has joined #linux-sunxi
afaerber_ has quit [Remote host closed the connection]
anarsoul|2 has quit [Ping timeout: 272 seconds]
anarsoul has joined #linux-sunxi
afaerber has joined #linux-sunxi
anarsoul has quit [Remote host closed the connection]
anarsoul has joined #linux-sunxi
anarsoul has quit [Remote host closed the connection]
anarsoul has joined #linux-sunxi
anarsoul has quit [Remote host closed the connection]
qschulz has quit [Remote host closed the connection]
qschulz has joined #linux-sunxi
anarsoul has joined #linux-sunxi
Mangy_Dog has quit [Ping timeout: 256 seconds]
lurchi_ is now known as lurchi__
yann|work has quit [Ping timeout: 260 seconds]