tllim has quit [Read error: Connection reset by peer]
tllim has joined #linux-rockchip
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
lkcl has quit [Ping timeout: 260 seconds]
lkcl has joined #linux-rockchip
tllim has quit [Read error: Connection reset by peer]
aalm has joined #linux-rockchip
nasugagusan has quit [Ping timeout: 240 seconds]
cnxsoft1 has joined #linux-rockchip
cnxsoft has quit [Ping timeout: 260 seconds]
cnxsoft1 is now known as cnxsoft
aalm has quit [Quit: xyz 1.9.1]
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #linux-rockchip
aalm has joined #linux-rockchip
nighty-- has joined #linux-rockchip
wzyy2 has quit [Quit: Konversation terminated!]
wzyy2 has joined #linux-rockchip
tllim has joined #linux-rockchip
kaspter has quit [Quit: kaspter]
kaspter has joined #linux-rockchip
vstehle has joined #linux-rockchip
tl_lim has joined #linux-rockchip
tllim has quit [Ping timeout: 246 seconds]
kaspter1 has joined #linux-rockchip
kaspter has quit [Ping timeout: 240 seconds]
kaspter1 is now known as kaspter
tl_lim has quit [Quit: Leaving]
aalm has quit [Ping timeout: 255 seconds]
aalm has joined #linux-rockchip
wzyy2 has quit [Remote host closed the connection]
wzyy2 has joined #linux-rockchip
wzyy2 has quit [Remote host closed the connection]
wzyy2 has joined #linux-rockchip
maz has joined #linux-rockchip
wzyy2 has quit [Remote host closed the connection]
wzyy2 has joined #linux-rockchip
nighty-__ has quit [Ping timeout: 246 seconds]
nighty-_ has joined #linux-rockchip
<ramcq>
Ke: I didn't compile anything, I just copied the chromeOS kernel and signed it, then put that onto a USB (and SD card) to boot, and got a black screen
susedv has joined #linux-rockchip
<susedv>
Hello, is there a RK3399 Android SDK available anywhere?
matthias_bgg has joined #linux-rockchip
stdint has quit [Quit: F*ck CCP]
stdint has joined #linux-rockchip
wzyy2 has quit [Remote host closed the connection]
wzyy2 has joined #linux-rockchip
<phh>
susedv: where, there is firefly's
<Ke>
ramcq: did you have some userland, I am not sure you get anything on the screen without CONFIG_VT
<phh>
erf, s/where/well/
<ramcq>
Ke: oh... CONFIG_VT means no TTY?
* ramcq
thought it meant no multiple terminals, not, no terminal at all :)
<Ke>
ramcq: that's how I understood it, never tried without
<susedv>
pph: yes I know about firefly, but I've got a TV box and I thought maybe there is a general SDK like 3288 but for 3399
wzyy2 has quit [Remote host closed the connection]
<susedv>
What I actually want to change: I've got several TV boxes that boot only on power button, I don't know what to change to make them boot automatically when plugged
wzyy2 has joined #linux-rockchip
<phh>
susedv: uh? there is a general sdk available for 3288?
<phh>
susedv: well, that's in the bootloader
<ramcq>
maybe should reprioritise building a kernel then :D
<phh>
susedv: on rockchip platforms, the u-boot is board independant, so you can just build firefly's u-boot and it should work, or https://github.com/rockchip-linux/u-boot/tree/rkproduct that should be mostly the same thing
<susedv>
phh: I thought the RK3288 SDK in this community is general (made by Rockchip/this community)
<Ke>
yeah, typically it's better when noone knows about SDK, because everything is supported upstream
<phh>
Ke: not for android, and I'm not aware of a clean upstream (probably yocto?) to generate full images
<Ke>
sure, if you want android
<Ke>
AOSP?
<phh>
Ke: AOSP doesn't have hardware decode, or mali support
<phh>
and again, doesn't generate full images
<Ke>
yeah, I guess ideally it would =o)
<phh>
it doesn't seem to be in the spirit of Google, even for dev boards, AOSP doesn't generate full images
<phh>
I'd guess that when producing Pixel phones, the OEM first flashes their own firmware, and then fastboot flash Google's firmware...
<susedv>
phh: I've built an image of linux-rockchip RK3288 SDK for my RK3288 box and it works fine but what I'm trying to understand is how to make it boot without the power button, you said its in the bootloader, good, I'll look there.