ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion | Wiki at http://linux-rockchip.info | Logs at http://irclog.whitequark.org/linux-rockchip | ML at http://groups.google.com/group/linux-rockchip
gb_master has joined #linux-rockchip
levd has joined #linux-rockchip
gb_master has quit [Quit: Leaving]
<norris> mmind00: fyi, that tree isn't working for jaq
<norris> for one, it doesn't hook up the backlight regulator
<norris> but once I do that, I'm still only getting a white screen; still debugging, but I probably won't finish today
robogoat has joined #linux-rockchip
<naobsd> oh rock2 square dts doesn't enable usb_host1/otg yet
<naobsd> oops
<naobsd> enabling dwc2 as built-in in multi_v7_defconfig by sjoerd was dropped, and enabling dwc2 as _module_ was merged?
cnxsoft has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 244 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 244 seconds]
levd1 is now known as levd
hipboi has joined #linux-rockchip
hipboi has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
hipboi has quit [Remote host closed the connection]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 250 seconds]
levd1 is now known as levd
hipboi has joined #linux-rockchip
levd has quit [Ping timeout: 260 seconds]
GriefNorth has joined #linux-rockchip
naobsd has quit [Remote host closed the connection]
hipboi has quit [Remote host closed the connection]
cnxsoft has quit [Remote host closed the connection]
cnxsoft has joined #linux-rockchip
cnxsoft has quit [Client Quit]
cnxsoft has joined #linux-rockchip
hipboi has joined #linux-rockchip
hipboi has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
hipboi has quit [Remote host closed the connection]
markm has quit [Ping timeout: 240 seconds]
markm has joined #linux-rockchip
hipboi has joined #linux-rockchip
hipboi has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 255 seconds]
hipboi has joined #linux-rockchip
hipboi has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
hipboi has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
hipboi has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
premoboss has quit [Ping timeout: 246 seconds]
premoboss has joined #linux-rockchip
hipboi has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
cosm has quit [Quit: Leaving]
hipboi has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 256 seconds]
gb_master has joined #linux-rockchip
gb_master has quit [Client Quit]
<mmind00> norris: ok ... you may need some of the Jerry changes from there (analogix,need-force-hpd and maybe even the panel-regulator delay if you see AUX CH failures) ... although I had hoped the hotplug would work on jaq
yeoldefarte has joined #linux-rockchip
kubast2 has joined #linux-rockchip
<kubast2> Hey ,isit possible to make a full nand backup?
cnxsoft has quit [Remote host closed the connection]
kubast2 has quit [Quit: Ok]
kubast2 has joined #linux-rockchip
jas-hacks has joined #linux-rockchip
wajdi has joined #linux-rockchip
kubast2 has quit [Quit: Ok]
yeoldefarte has quit [Ping timeout: 240 seconds]
test_ has joined #linux-rockchip
<test_> Hey ,I have typed in "adb reboot bootloader" out of curiocity ,the screen is black ,and my device is identified as 2207:310B
<test_> ok so now I know how to boot into flash mode
<test_> oh ok I had to click reset+unplug ac power
<test_> *dc
test_ has quit [Read error: Connection reset by peer]
test_ has joined #linux-rockchip
test_ has quit [Remote host closed the connection]
wajdi has quit [Quit: Page closed]
markm has quit [Ping timeout: 255 seconds]
kubast2 has joined #linux-rockchip
premoboss has quit [Read error: No route to host]
premoboss has joined #linux-rockchip
JohnDoe_71Rus has joined #linux-rockchip
<kubast2> Hey I want to create bootable linux(armhf ubuntu core from sdcard) ,I dumped some partions from the tablet ,while android was running: boot.img ,recovery.img and backup.img. I have extracted some files from backup image: http://dpaste.com/0C97NFG . I also have following files extracted from proprietary bootloader: 3188_LPDDR2_300Mhz_.bin FlashBoot.bin FlashData.bin rk30usbplug.bin .What I'm missing at the moment is[http://linux-rockchip.info/mw/inde
<kubast2> x.php?title=Creating_bootable_SD_card]: proprietary_sd_header_65, sd_header_64.rc4, header, code and I don-t have u-boot at the moment;.
<kubast2> note I haven't compiled linux kernel ,I only have list of devices connected to i2c+wifi card chip name
dianders has quit [Ping timeout: 240 seconds]
dlezcano has quit [Ping timeout: 240 seconds]
ojn has quit [Ping timeout: 240 seconds]
dlezcano has joined #linux-rockchip
chris2 has quit [Ping timeout: 240 seconds]
ojn has joined #linux-rockchip
dianders has joined #linux-rockchip
chris2 has joined #linux-rockchip
chris__ has joined #linux-rockchip
<chris__> kubast2 Try cracking it open and getting at the console serial port which is usually marked on an rdk3188 tablet
<chris__> (if it's actually an RK3128 it will be on the SD card connector instead)
<chris__> Try to get into the rockusb mode and use rkflashtool to pull the actual partitions
<chris__> push a modified boot.img (traditional cpio initrd, only prefixed rkcrc in rkflashtool package) so you can get root
<chris__> on console or adb
<chris__> use that to grab /proc/kmsg 10 or so seconds after boot and see what your drivers are up to
<chris__> With an rk3188 you probably won't have a device tree kernel so it won't be real easy to figure everything out
<chris__> but the boot log will help. Also enable full /proc/kallsyms and look at that to see what is compiled in
<kubast2> rockusb mode should return "2207:310B" on lsusb ?
<chris__> Yes, for one of the chips - get the rkflashtool package and it will tell the different SOCs apart by the PID
<chris__> 310B is an RK3188 or possibly RK3188T (lower speed grade)
kubast2 has quit [Remote host closed the connection]
kubast2 has joined #linux-rockchip
<chris__> Not sure if you missed that - 310B is an RK3188 or possibly RK3188T (lower speed grade)
<kubast2> chris__ I didn't missed that
<chris__> Basically you'll accomplish more interacting with a running system than by trying to analyze pulled files - the latter has a role but it's more of a pain
<chris__> The gpio dump utility on the linux rockchip site is clever
chris__ has quit [Ping timeout: 246 seconds]
kubast2 has quit [Remote host closed the connection]
kubast2 has joined #linux-rockchip
<norris> mmind00: I'll check on Monday
test_ has joined #linux-rockchip
kubast2 has quit [Disconnected by services]
test_ is now known as kubast2
cristian_c has joined #linux-rockchip
kubast2 has quit [Quit: Leaving]
test has joined #linux-rockchip
test is now known as kubast2
<kubast2> "libusb-1.0/libusb.h: No such file oro directory compilation terminated."
<kubast2> ok I had to install libusb-1.0-dev instead of libusb-dev
<kubast2> *libusb-dev didn't left any kind of .h file
kubast2 has quit [Remote host closed the connection]
utente_ has joined #linux-rockchip
utente_ has quit [Client Quit]
premoboss has quit [Read error: No route to host]
premoboss has joined #linux-rockchip
jas-hacks has left #linux-rockchip [#linux-rockchip]
GriefNorth has quit [Ping timeout: 250 seconds]
chris____ has joined #linux-rockchip
<chris____> legacy libusb and libusb-1.0 have different APIs and so differently named headers in different places. On debian style systems each has its own -dev pacakge
test_ has joined #linux-rockchip
test_ is now known as kubast2
test_ has joined #linux-rockchip
kubast2 has quit [Disconnected by services]
test_ is now known as kubast2
<kubast2> ok so I just got the parm ,backup ,boot and recovery from rockchip usb mode
<kubast2> *and yeah the files seem slightlly bigger this time xd
kubast2 has quit [Read error: Connection reset by peer]
JohnDoe_71Rus has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
jas-hacks has joined #linux-rockchip
jas-hacks has quit [Ping timeout: 260 seconds]
jas-hacks has joined #linux-rockchip
jas-hacks has left #linux-rockchip [#linux-rockchip]
cristian_c has quit [Quit: Bye]
<rperier> Hi, Assuming that I want to integrate mainline uboot for rk3288 devices in yocto (meta-rockchip), which link should I use ? the one from denx.de (aka official project site) or the one from collabora ?
naobsd has joined #linux-rockchip
<mmind00> rperier: the collabora one is probably only sjoerd 's work-repo ... Simon seems to be maintaining stuff currently (if that didn't change meanwhile) ... so I guess best would be mainline uboot ... or maybe http://git.denx.de/?p=u-boot/u-boot-rockchip.git if you want bleeding edge stuff