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
jkstrick has quit [Read error: Connection reset by peer]
jkstrick has joined #linux-rockchip
jkstrick has quit [Read error: Connection reset by peer]
jkstrick has joined #linux-rockchip
<naobsd> fullstop: you can unpack/repack kernel.img with rkunpack/rkcrc. you can ignore -symbol file if you don't need it.
cnxsoft has joined #linux-rockchip
jkstrick_ has joined #linux-rockchip
jkstrick has quit [Read error: Connection reset by peer]
cnxsoft has quit [Ping timeout: 244 seconds]
cnxsoft has joined #linux-rockchip
GTRsdk has joined #linux-rockchip
JohnDoe_71Rus has joined #linux-rockchip
jkstrick_ has quit [Read error: Connection reset by peer]
jkstrick has joined #linux-rockchip
jkstrick_ has joined #linux-rockchip
jkstrick has quit [Read error: Connection reset by peer]
erc has joined #linux-rockchip
GTRsdk has quit [Ping timeout: 244 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
cnxsoft has quit [Ping timeout: 244 seconds]
jkstrick_ has quit [Read error: Connection reset by peer]
jkstrick has joined #linux-rockchip
sunilmohan has quit [Quit: No Ping reply in 180 seconds.]
sunilmohan has joined #linux-rockchip
sunilmohan has quit [Changing host]
sunilmohan has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
premoboss has joined #linux-rockchip
premoboss has quit [Remote host closed the connection]
erc has quit []
Aussie_matt has joined #linux-rockchip
jkstrick has quit [Read error: Connection reset by peer]
jkstrick has joined #linux-rockchip
GTRsdk has joined #linux-rockchip
GTRsdk has quit [Ping timeout: 240 seconds]
libv_ is now known as libv
fireglow has quit [Ping timeout: 260 seconds]
fireglow has joined #linux-rockchip
aalm has joined #linux-rockchip
Aussie_matt has quit [Remote host closed the connection]
paulk-collins has joined #linux-rockchip
JohnDoe_71Rus has joined #linux-rockchip
jkstrick_ has joined #linux-rockchip
jkstrick has quit [Read error: Connection reset by peer]
jkstrick_ has quit [Ping timeout: 250 seconds]
jkstrick has joined #linux-rockchip
cnxsoft has quit [Ping timeout: 265 seconds]
aalm has quit [Quit: reboot]
libv_ has joined #linux-rockchip
libv has quit [Ping timeout: 264 seconds]
npl has joined #linux-rockchip
<npl> mmind00: got my kernel working now, even though I now use 4.7 instead of 4.8rc1. I also started using multi_v7_defconfig instead of a old defconfig from radxa
<mmind00> npl: great ... although you shouldn't see to much difference between 4.7 and 4.8-rc1 (4.8-rc1 should in theory just work the same)
<npl> out of curiosity, and because I might start hacking at adding it to a recent version,... why wasnt the u-boot rk3288 ethernet branch not mergerd back?
<npl> yeah, I just figured that I can just start with the current WIP version
<npl> not like I can afford much spare time right now, 4.8 will be done much earlier than my hacks
jkstrick has quit [Read error: Connection reset by peer]
jkstrick_ has joined #linux-rockchip
<npl> mmind00: Is this the best source for mali userpace right now (firefly rk3288): http://malideveloper.arm.com/resources/drivers/arm-mali-midgard-gpu-user-space-drivers/ ? I noted you have a binary packet yourself
<npl> Generally thanks for your help (and putting everything in mainline linux).
libv_ is now known as libv
<mmind00> npl: the uboot ethernet stuff was still work in progress (I guess with outstanding comments) and probably the project it was used for got finished or there wasn't any time yet to respin that
<mmind00> so I guess it really it simply waiting for someone to pick it up and upstream it
jkstrick_ has quit [Ping timeout: 260 seconds]
jkstrick has joined #linux-rockchip
<npl> Ok, might ask in the U-Boot ML about that. Seems to be a simple stub over an already existing driver
<mmind00> npl: more to the point, try to find the old thread in the mailinglist archives and see what changes were requested
<npl> Merging the old codebase is rather challenging though, the patch must`ve really bitrotten
<npl> K, found something, not really promising because its been idle since January, but still =)
<npl> About the Mali stuff, I am going to build the DRM Stub from Arm`s website and see if it works. The reason there`s nothing in the Linux Device-tree is NDA`s I suppose?
<npl> I mean I see the reason for potecting/hiding code, but I thought ateals the register and it mappings could be described
vagrantc has joined #linux-rockchip
sunilmohan has quit [Remote host closed the connection]
<vagrantc> hi folks ... i've been working booting a mainline kernel with veyron-speedy (a.k.a. ASUS C201)
<vagrantc> using v4.8-rc2 of linux, it mostly works, although the eMMC sometimes fails to detect at boot ...
sunilmohan has joined #linux-rockchip
<vagrantc> also, trying to get it to load an initrd, but i get the impression the bootloader isn't actually loading it or passing the correct arguments to the kernel
<vagrantc> using libreboot for the coreboot and depthcharge ...
<vagrantc> overall, thanks to the folks who've gotten it this far ... if i can resolve the initrd issue, i can work on adding support in Debian's kernel
<vagrantc> another unrelated issue is recent versions of mainline u-boot fail to load a kernel on the firefly-rk3288 ... no serial console output or anything ... just nothing ... reverting to u-boot v2016.03 fixes the issue ... git bisecting is hard because there's a bug introduced between v2016.03 and v2016.05 that ends up requiring a reflashing the firmware
<vagrantc> curious if there are any patches floating around to resolve the eMMC issue on veyron-speedy
<npl> vagrantc: I found a thread about the u-boot issue: http://lists.denx.de/pipermail/u-boot/2016-April/250410.html
<npl> but also some threads that would imply the issue is (somewhat) fixed
GTRsdk has joined #linux-rockchip
erc has joined #linux-rockchip
<vagrantc> npl: hmmm... that does seem suspiciously similar, but in my case v2016.03 work fine, it's later versions where it's broken ... but maybe the same bug was reintroduced
<npl> did you try disabling CONFIG_EFI_LOADER? I built a fresh u-boot last week and it runs on rk3288.
<npl> only changed the config and added a line in arch/arm/cpu/armv7/cpu.c:46 : "ISB;"
<npl> I really dont know if it did anything, as I had a different problem booting the kernel
twink0r_ has joined #linux-rockchip
<twink0r_> Hey , i have a RK3229 in a TV BOX is this possible to run a standart linux ?
<vagrantc> npl: u-boot runs fine, it just didn't boot a kernel :/
<vagrantc> npl: but i'll try disabling CONFIG_EFI_LOADER
dlezcano has quit [Ping timeout: 250 seconds]
premoboss has joined #linux-rockchip
dlezcano has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
GTRsdk has quit [Ping timeout: 265 seconds]
dlezcano has quit [Ping timeout: 260 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
aalm has joined #linux-rockchip
premoboss has quit [Ping timeout: 250 seconds]
jkstrick_ has joined #linux-rockchip
dlezcano has joined #linux-rockchip
jkstrick has quit [Ping timeout: 250 seconds]
npl has quit [Quit: Page closed]
premoboss has joined #linux-rockchip
paulk-collins has quit [Quit: Leaving]
premoboss has quit [Ping timeout: 265 seconds]
nighty has quit [Quit: Disappears in a puff of smoke]