leowt changed the topic of #linux-rockchip to: Rockchip development discussion | http://linux-rockchip.info | http://irclog.whitequark.org/linux-rockchip
avRoogh3 has quit [Ping timeout: 252 seconds]
eebrah has quit [Ping timeout: 272 seconds]
eebrah has joined #linux-rockchip
hipboi has quit [Ping timeout: 272 seconds]
hipboi has joined #linux-rockchip
hipboi has quit [Read error: Connection reset by peer]
hipboi has joined #linux-rockchip
deweydb has joined #linux-rockchip
<deweydb> does anyone here have any advice on how to get linux to recognize my mk802 iv when i do: adb devices
<deweydb> it just shows an empty list.
<deweydb> i have added the following to /etc/udev/rules.d/51-android.rules
<deweydb> SUBSYSTEM=="usb", ATTR{idVendor}=="2207", MODE="0666"
<deweydb> which seems to match the vendor id, when i: lsusb
<deweydb> i should mention i'm trying to adb over usb.
eebrah has quit [Ping timeout: 240 seconds]
<deweydb> wooo! ok figured it out. i had to add the device id to ~/.android/adb_usb.ini
eebrah has joined #linux-rockchip
eebrah has quit [Ping timeout: 245 seconds]
eebrah has joined #linux-rockchip
hipboi has quit [Quit: Leaving]
hipboi has joined #linux-rockchip
<deweydb> anyone around?
<deweydb> i'm following this guide: http://home.g8.net/index.php/14-sample-data-articles/85-picuntu-4-4-3-released but got a little bit stuck. In step 6 it just says now boot from the usb stick you just made. but i have no clue how to make my mk802 do that. it just boots right into the regular android
FreezingCold has quit [Ping timeout: 246 seconds]
FreezingCold has joined #linux-rockchip
hipboi has quit [Ping timeout: 240 seconds]
hipboi has joined #linux-rockchip
FreezingCold has quit [Ping timeout: 252 seconds]
hipboi has quit [Ping timeout: 265 seconds]
ncrmnt has joined #linux-rockchip
eebrah has quit [Quit: Lost terminal]
_massi_ has joined #linux-rockchip
avRoogh3 has joined #linux-rockchip
deviker has joined #linux-rockchip
avRoogh3 has quit [Ping timeout: 240 seconds]
mosquito520 has quit [Ping timeout: 246 seconds]
mosquito520 has joined #linux-rockchip
tonikasch has joined #linux-rockchip
tonikasch has quit [Quit: Bye!]
rellla has joined #linux-rockchip
ganbold_ has joined #linux-rockchip
nighty-_ has joined #linux-rockchip
deviker has quit [Ping timeout: 252 seconds]
deviker has joined #linux-rockchip
<ncrmnt> Is it just me, or there's no sources for mali_drm, ump and mali kernel modules?
jcarlos has joined #linux-rockchip
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
FreezingCold has joined #linux-rockchip
akatik has quit [Ping timeout: 245 seconds]
deviker has quit [Ping timeout: 246 seconds]
_massi_ has quit [Remote host closed the connection]
JochenKauz has joined #linux-rockchip
<ncrmnt> achievement unlocked: https://www.linux.org.ru/gallery/9890161.jpg
<ncrmnt> although fbdev is damn laggy with loads of artifacts...
<deweydb> nice
nighty-_ has quit [Quit: Disappears in a puff of smoke]
<ncrmnt> Btw, what about 2d acceleration under X.org on rk3188? Did anyone manage to get that working?
FreezingCold has quit [Ping timeout: 246 seconds]
JochenKauz has quit [Quit: Leaving.]
avRoogh3 has joined #linux-rockchip
ganbold_ has quit [Remote host closed the connection]
avRoogh3 has quit [Ping timeout: 246 seconds]
avRoogh3 has joined #linux-rockchip
ncrmnt has quit [Ping timeout: 260 seconds]
<deweydb> when flashing with linux rkflashktool, and i have a parm.bin dump like: CMDLINE: initrd=0x62000000,0x00800000 init=/sbin/init root=/dev/mtdblock2 mtdparts=rk29xxnand:0x00008000@0x00002000(boot),0x00008000@0x0000A000(kernel),-@0x00012000(system)
<deweydb> what do i use for the offset and size ?
<deweydb> since it has '-' as one of those parameters in the dump, so i am confused.
naobsd has joined #linux-rockchip
<naobsd> deweydb: unit of offset/size is 512byte. "-" is remaining area
<naobsd> rkflashtool uses unit (not byte) as unit for offset/size
<deweydb> so how do i specify that? ./rkflashtool w 0x12000 0xFFFFFFFFF < system.img ?
<deweydb> or maybe i did do it right just now
<deweydb> i took the size of the system.img
<deweydb> divided by 512
<deweydb> and converted to hex
<deweydb> like so: ./rkflashtool w 0x12000 0x2423F0 < ../picuntu/system.img
<naobsd> size of source file divided by 512 should be enough
<deweydb> oh, don't convert to hex?
<naobsd> hex is ok too
<deweydb> ok good. thanks!
<naobsd> reading/writing will be rounded up to 16KiB, but basically no need to care about it
<deweydb> w0000000oooo0o0o0o0o0o0o0o
<deweydb> holy crap
<deweydb> it booted
<deweydb> i have been working on this for 24 hours
<deweydb> i was going to lose my mind
<deweydb> weird, so i guess i wasn't doing anything wrong, it was just that the rkandroidtool.exe in windows kinda blows
<deweydb> thanks for your help