<mijk>
I found the zimage and made a kernel.img. I flashed it using twrp and now the tablet goes into a boot loop. Do I have to flash the storage with a root fs before anything works?
cnxsoft has joined #linux-rockchip
nighty has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
LongChair has quit [Quit: LongChair]
LongChair has joined #linux-rockchip
wadim_ has joined #linux-rockchip
matthias_bgg has joined #linux-rockchip
matthias_bgg has quit [Read error: Connection reset by peer]
mrjay has joined #linux-rockchip
mrjay has quit [Client Quit]
matthias_bgg has joined #linux-rockchip
paulk-blaze has joined #linux-rockchip
stdint has joined #linux-rockchip
<stdint>
finally, the bouncer has applied for this account
paulk-blaze has quit [Remote host closed the connection]
paulk-blaze has joined #linux-rockchip
lkcl has joined #linux-rockchip
nighty has quit [Quit: Disappears in a puff of smoke]
paulk-blaze has quit [Quit: Leaving]
paulk-collins has joined #linux-rockchip
nighty has joined #linux-rockchip
<rperier>
it's me or the pin used to control the earphone (PHONE_CTL) on the firefly-rk3288 is the same than tsadc ?
<phh>
i don't know about firefly itself, but that's something often done on rockchip PCB design yes
<phh>
this tsadc is then used to detect jack presence
<rperier>
errf, the problem is that there is a conflict with the pinctrl about this pin because tsadc/otg_gpio and the one I try to define for PHONE_CTL (GPIO0_B2) are the same
<mijk>
found the zimage and made a kernel.img. I flashed it using twrp and now the tablet goes into a boot loop. Do I have to flash the storage with a root fs before anything works?
<mmind00>
rperier: if the pin really goes to the tsadc, you should just override the pinctrl-0 property in the &tsadc node in your local board dts
cnxsoft has quit [Remote host closed the connection]
<rperier>
this is what I did already yes :) but I am wondering if I really use the right pins :/
<rperier>
mmind00: could you confirm that GPIO0_B2 should be gpio0 10 and GPIO7_B7 should be gpio7 15 ?