<cristian_c>
AstralixNB, Have I to substitute rk30xxnand_ko files with rk30_mirroring files?
mrcan has quit [Ping timeout: 245 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
cristian_c has quit [Quit: Sto andando via]
Soopaman has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
mrcan has joined #linux-rockchip
mrcan has quit [Changing host]
mrcan has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
mrcan has quit [Read error: Connection timed out]
mrcan has joined #linux-rockchip
akaizen has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
akaizen has quit [Ping timeout: 272 seconds]
GriefNorth has quit [Ping timeout: 244 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
akaizen has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
akaizen has quit [Ping timeout: 245 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
karlp has quit [Quit: leaving]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
karlp has joined #linux-rockchip
karlp has quit [Client Quit]
karlp has joined #linux-rockchip
karlp has quit [Client Quit]
karlp has joined #linux-rockchip
karlp has quit [Client Quit]
karlp has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
akaizen has joined #linux-rockchip
<userx____>
probably it is not rockchip specific, but when you develop 3rd party touchscreen driver how you should configure/post input ? With ABSX, ABSY cursor move relative from last position, staring from screen center (android).
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
akaizen has quit [Ping timeout: 272 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
<c0d3z3r0>
mmind00: do you have a more or less working kernel config? i compiled the devel/workbench branch but it isn't starting at all
<mmind00>
c0d3z3r0: devel/workbench should contain two defconfigs (rk30_rk31_defconfig and rk3288_defconfig) which I use all the time
<c0d3z3r0>
ah yeah I've been looking for radxa* all the time… thanks :)
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
<mmind00>
c0d3z3r0: you might need to kill the initramfs source under "General settings" in the kernel config of course
<c0d3z3r0>
ok
FreezingCold has quit [Ping timeout: 258 seconds]
akaizen has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
akaizen has quit [Ping timeout: 260 seconds]
<c0d3z3r0>
mmind00: do I need the DTB?
<mmind00>
of course
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
<c0d3z3r0>
mmind00: why wasn't it needed with rockchips 3.0 kernel?
<c0d3z3r0>
s/wasn't/isn't/
RayFlower has quit [Read error: Connection reset by peer]
FreezingCold has joined #linux-rockchip
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
<karlp>
because they hardcoded everything into the kernel, instead of having a slim board file (.c) and separate .dtbs
<karlp>
hence why not all the 3.0.x kernels are compatible for different devices
<mmind00>
devicetree on arm is a somewhat new development ... on 3.0 many in-kernel architectures where not even using devicetree and forked vendor trees are ignoring mainline-practices most of the time anyway
akaizen has joined #linux-rockchip
ganbold_ has quit [Ping timeout: 245 seconds]
<c0d3z3r0>
karlp: mmind00: thanks for the explanation. what would happen if I disabled "Use appended device tree blob to zImage"? would it be compiled into the kernel itself or would the kernel just don't work?
<karlp>
sort of depends on your bootloader
<mmind00>
c0d3z3r0: it won't work
<karlp>
if your bootloader can tell the kernel a partition/location to find the dtb things might work.
<mmind00>
in general the appended dtb is a hack, as normally the bootloader is expected to provide the hardware-specific devicetree