<naobsd>
Fighter19: at least you need to enable kernel config option. I cannot remember detail but there might be a bug which causes crash while booting with it
<naobsd>
Fighter19: btw did you solve Android boot problem?
<Fighter19>
Not really I just found out that my device does not like to boot an init script and wants an executable
<Fighter19>
I just found out that the problem why I don't get adbd running is probably that the device is not in OTG mode when adbd is started.
<Fighter19>
But I don't know yet how to set it into OTG mode.
<Fighter19>
I think another reason might me a kernel panic, but if that's the case I'd wonder why my device wouldn't restart. But it's the only thing explaining why adbd does not start ._.
nighty has joined #linux-rockchip
<Fighter19>
However getting adbd to run early is what I'm trying to do. If that works I can just cat /proc/kmesg and everything should be fine.
<Fighter19>
naobsd, I've read that as well somewhere today. I've also read in in combination with reading it via the serial port.
<Fighter19>
But I'm not 100% sure anymore.
<naobsd>
Fighter19: initial OTG state depends on hardware(ID pin) wiring and kernel configuration(HOST/DEVICE/ID pin).
jacob_ has quit [Ping timeout: 264 seconds]
<naobsd>
Fighter19: if you can use serial console, you can get more detail easily...
<Fighter19>
Yeah I just read a little through the kernel source and it looks like I can write an integer representing the Mode to force my device to disable the host.
<zzarr>
I can't see an option related to HDMI anywhere in the config (using make xconfig)
<zzarr>
I know that some times VGA do not mean the physical 15 pin D-SUB
<zzarr>
Frame buffer hardware drivers is permanently checked (no box in front of)
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 265 seconds]
levd1 is now known as levd
paulk-aldrin has joined #linux-rockchip
<zzarr>
the device is at home and I can't do anything about it now, but I know how to connect the serial debug port I have so I will debug the device when I come home
<zzarr>
there might be a kernel panic or some other stuff happening
levd1 has joined #linux-rockchip
<zzarr>
I just realized that I never changed the kernel boot parameters
<zzarr>
it might be nice to check if the device even boots the kernel (might be stuck in u-boot)
levd has quit [Ping timeout: 265 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 250 seconds]
levd1 is now known as levd
cosm has quit [Remote host closed the connection]
cosm has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 264 seconds]
levd1 is now known as levd
<stdint>
zzarr, HDMI does name HDMI
levd1 has joined #linux-rockchip
<stdint>
there is nothing to do with VGA output, it is connected to mipi interface in my memory
<zzarr>
I lost you there, is MIPI the same as RGB?
levd has quit [Ping timeout: 252 seconds]
levd1 is now known as levd
<zzarr>
in any way, as I wrote, it might not even get past u-boot
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 264 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 255 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
nighty has quit [Quit: Disappears in a puff of smoke]
<Fighter19>
naobsd, I just posted a thread in a forum about making custom ROMs for RK devices. They also have done a ROM for my device once, so I hope they can help me.