<bashintosh>
amstan: sorry to drop in - no luck with the archlinux toolchain :( Exactly the same error: https://paste.fedoraproject.org/244441/ Definitely not a toolchain issue at this point. I can try to add the prototypes for those functions and see what happens but I feel like it should just build as it is.. Mmh, strange really.
naobsd has joined #linux-rockchip
levd has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 240 seconds]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 246 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 248 seconds]
robogoat has quit [Ping timeout: 246 seconds]
robogoat has joined #linux-rockchip
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 248 seconds]
lerc_ has quit [Quit: No Ping reply in 180 seconds.]
lerc has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 255 seconds]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 264 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 240 seconds]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 256 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 256 seconds]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 246 seconds]
markm has quit [Ping timeout: 256 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 250 seconds]
premoboss has quit [Remote host closed the connection]
sjoerd has joined #linux-rockchip
<rperier>
hi all
cristian_c has joined #linux-rockchip
premoboss has joined #linux-rockchip
<rperier>
mhhh veyron based boards are already in mainline... very interesting... I will work on adding a dts for rk3288-speedy in mainline, I think (I will need one to work on wifi)
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 264 seconds]
dlezcano has quit [Ping timeout: 240 seconds]
markm has joined #linux-rockchip
dlezcano has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 248 seconds]
<mmind00>
rperier: didn't you have the hisense chromebook? [jerry]
<cristian_c>
hello
<cristian_c>
I've tried gpiodump. I loaded the kernel module and I've checked all the pins, in three modes but I'd like to know what to do in order to make things working. Any ideas?
<rperier>
mmind00: no, It was not possible for me to buy one, so I bought an asus c201 (speedy) , which is very nice too
<mmind00>
great then ... spreading different machines helps testing :-)
<cristian_c>
another question
<cristian_c>
I'd like to access to mount user readable/writable nand partition (i.e. /sdcard)
<cristian_c>
I think loop* block files are related to mtd partitions and I think I could mount /system or /sdcard , mtdblock8 and mtdblock9, respectively (they are ext4 the first one and vfat the second one). So, I'd like to know if maybe I've to enable some CONFIG options in the kernel configuration file or to something else. Any ideas?
<rperier>
mmind00: exactly !
<rperier>
in the future days, I should send an dts for speedy and for the radxa rock 2 , I have received my rock 2 too :)
<naobsd>
is there rk3288 chromebook "product name <-> code name" info?
<rperier>
unfortunately, that's not documented in doc/dt-bindings/arm/rockchip.txt in the chromeos kernel :/
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 256 seconds]
wildea01 has joined #linux-rockchip
<cristian_c>
another question
<cristian_c>
if I connect usb optical drive and I put a disc into it, it's partially mounted: its labelbappears in my file manager
<cristian_c>
and I can also eject it from my file manager
naobsd has quit [Quit: naobsd]
<rperier>
amstan: hi, do you know if there is a mapping somewhere for "product name" <-> "code name" ?
<rperier>
that's not written in dts files in chromeos kernel or documented in doc/dt-bindings/arm/rockchip.txt
<cristian_c>
but if I try to mount the media i get an error message windows, that says: Error mounting /dev/sr0 at /media...
<cristian_c>
Command line mount -t iso9660 -o uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500 /dev/sr0 /media
hipboi_ has joined #linux-rockchip
<cristian_c>
exited with non-zero exit status 32: mount: block device /dev/sr0 is write-protected, mounting read-only
levd has quit [Remote host closed the connection]
levd has joined #linux-rockchip
<cristian_c>
mount: wrong fs type, bad option bad superblock on /dev/sr0, missing codepage or helper program, or other error
<cristian_c>
In some cases useful info is found in syslog - try dmesg | tail or so
hipboi has quit [Ping timeout: 265 seconds]
<cristian_c>
I've looked at dmesg
<cristian_c>
but it seems there is no useful info
<cristian_c>
How can I mount properly the media disc? Any ideas?
levd1 has joined #linux-rockchip
<cristian_c>
I should enable some additional options in kernel .config file?