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
dianders has quit [Read error: Connection reset by peer]
dianders has joined #linux-rockchip
Ueno_Otoko has joined #linux-rockchip
hipboi has joined #linux-rockchip
hipboi has quit [Quit: This computer has gone to sleep]
cnxsoft has joined #linux-rockchip
cnxsoft has quit [Remote host closed the connection]
cnxsoft has joined #linux-rockchip
hipboi has joined #linux-rockchip
c0d3z3r0 has quit [Ping timeout: 240 seconds]
c0d3z3r0 has joined #linux-rockchip
hipboi has quit [Quit: This computer has gone to sleep]
cnxsoft has quit [Quit: cnxsoft]
cnxsoft has joined #linux-rockchip
Ueno_Otoko has quit [Ping timeout: 250 seconds]
naobsd has joined #linux-rockchip
cyteen has quit [Ping timeout: 240 seconds]
sunilmohan has quit [Quit: No Ping reply in 180 seconds.]
sunilmohan has joined #linux-rockchip
xming has joined #linux-rockchip
xming has joined #linux-rockchip
diego71 has joined #linux-rockchip
rperier_ has joined #linux-rockchip
VargaD_ has joined #linux-rockchip
tizbac_ has joined #linux-rockchip
diego71_ has quit [*.net *.split]
VargaD_ is now known as VargaD
tizbac_ is now known as tizbac
_junghans_ has joined #linux-rockchip
johnnyr has joined #linux-rockchip
maz_ has joined #linux-rockchip
_junghans_ is now known as _jungh4ns
rperier_ is now known as rperier
rperier has quit [Changing host]
rperier has joined #linux-rockchip
premoboss has quit [Ping timeout: 272 seconds]
<sjoerd> naobsd: which version are you using ?
<naobsd> sjoerd: up-to-date mainline
<naobsd> sjoerd: I commented out configure_emmc() as same as rock2, then I could get smaller(valid) spl.bin
<sjoerd> hmm, guess master grew again
<sjoerd> :/
<naobsd> well
<naobsd> maybe
<naobsd> sjoerd: can I try your "load u-boot by mask rom" for rk3288?
wadim_ has joined #linux-rockchip
<sjoerd> you can try :)
<naobsd> well, is there any code/branch for it?
<naobsd> or you just try current u-boot binary with stock spl(ddr init blob)?
robogoat has joined #linux-rockchip
<sjoerd> https://git.collabora.com/cgit/user/sjoerd/u-boot.git/log/?h=topic/rockchip-back-to-maskrom but it's really a wip hack
<naobsd> I see, thanks
<sjoerd> biggest blocker i have is that linux will fail to boot properly with it :/
matthias_bgg has joined #linux-rockchip
matthias_bgg has quit [Read error: Connection reset by peer]
sunilmohan has quit [Ping timeout: 272 seconds]
sunilmohan has joined #linux-rockchip
sunilmohan has joined #linux-rockchip
dlezcano has quit [Remote host closed the connection]
naobsd has quit [Quit: naobsd]
lerc_ has quit [Remote host closed the connection]
lerc has joined #linux-rockchip
apritzel has joined #linux-rockchip
matthias_bgg has joined #linux-rockchip
sunilmohan has quit [Ping timeout: 240 seconds]
sunilmohan has joined #linux-rockchip
sunilmohan has joined #linux-rockchip
mac_l1 has joined #linux-rockchip
cyteen has joined #linux-rockchip
lerc has quit [Quit: No Ping reply in 180 seconds.]
lerc has joined #linux-rockchip
tyler-baker has quit [Quit: Shazbot]
naobsd has joined #linux-rockchip
afaerber has joined #linux-rockchip
cnxsoft has quit [Quit: cnxsoft]
<naobsd> oh interesting
<naobsd> external USB ports are working on u-boot on rock2 by just enabling EHCI and some common USB options
<naobsd> well
<naobsd> host power need to be turned on e.g. gpio toggle A14
<naobsd> usb keyboard support can be added easily?
<naobsd> oops
<naobsd> in dts, there is no relation between ehci/usbphy and gpio0_14
<naobsd> and generic-ehci handles only clk...
<naobsd> so rk specific ehci driver is required to handle power/phy/etc...
maz_ is now known as maz
<sjoerd> naobsd: it's done as a trick in the dts
<sjoerd> there is a rough note on my backlog to add a proper thing for it
<naobsd> oh
premoboss has joined #linux-rockchip
JohnDoe_71Rus has joined #linux-rockchip
maz has quit [Quit: Leaving]
maz has joined #linux-rockchip
wadim_ has quit [Quit: Leaving.]
sunilmohan has quit [Quit: No Ping reply in 180 seconds.]
sunilmohan has joined #linux-rockchip
sunilmohan has joined #linux-rockchip
premoboss has quit [Remote host closed the connection]
enkoder_ has joined #linux-rockchip
rory096 has joined #linux-rockchip
rory096 has joined #linux-rockchip
rory096 has quit [Ping timeout: 265 seconds]
mac_l1 has quit [Ping timeout: 252 seconds]
dlezcano has joined #linux-rockchip
matthias_bgg has left #linux-rockchip ["Leaving"]
apritzel has quit [Ping timeout: 248 seconds]
cosm has joined #linux-rockchip
afaerber has quit [Quit: Ex-Chat]
<sjg1> sjoerd: It would be great if we could figure out how to use the boot ROM to load from MMC (without it then jumping to the loaded image)
<naobsd> sjg1: I guess save_boot_params/back_to_bootrom works
cosm has quit [Ping timeout: 272 seconds]
cosm has joined #linux-rockchip
<sjg1> But then we cannot tell it what to load, nor verify what it loaded
cosm has quit [Client Quit]
cosm has joined #linux-rockchip
<naobsd> well?
<naobsd> well
<naobsd> maskrom refers header(64th sector on emmc/sd, idb sector 0) to get offset to read sram/dram code
<naobsd> For evb_rk3036 board:
<naobsd> ./evb-rk3036/tools/mkimage -n rk3036 -T rksd -d evb-rk3036/spl/u-boot-spl.bin out && \
<naobsd> cat evb-rk3036/u-boot-dtb.bin >> out && \
<naobsd> sudo dd if=out of=/dev/sdc seek=64
<naobsd> this should work
<naobsd> u-boot(-dtb).bin should be loaded at beginning of physical dram space
cosm has quit [Ping timeout: 245 seconds]
<naobsd> well
<naobsd> "-n rk3036" will not good for rk3288 spl
<naobsd> I just said put u-boot.bin just after spl.bin will work
cosm has joined #linux-rockchip
gb_master has joined #linux-rockchip
cosm has quit [Ping timeout: 260 seconds]
cosm has joined #linux-rockchip
JohnDoe_71Rus has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
<sjoerd> sjg1: Yeah having more controlover the maskrom would be nice
<sjg1> naobsd: But it doesn't just read from MMC. It also jumps to the code!
<sjg1> sjoerd: Hoping we can figure something out here with Rockchip's help
<sjoerd> sjg1: but atm i'd be happy if someone would figure out why why linux doesn't get timer interrupts letting maskrom load u-boot..
<sjoerd> sjg1: lets hope :)
gb_master has quit [Quit: Leaving]
cosm has quit [Ping timeout: 272 seconds]
cosm has joined #linux-rockchip
enkoder_ has quit [Ping timeout: 250 seconds]
enkoder_ has joined #linux-rockchip
Apocx has joined #linux-rockchip
Kruppe has joined #linux-rockchip
czerny has joined #linux-rockchip
cosm has quit [Ping timeout: 276 seconds]
cosm has joined #linux-rockchip
cosm has quit [Ping timeout: 252 seconds]
tyler-baker has joined #linux-rockchip
robogoat has quit [Ping timeout: 256 seconds]
robogoat has joined #linux-rockchip
<bashintosh> hi folks, can I boot ubuntu-core from a working initramfs (kernel 4.0.0-rc1) on RK3288 or I must use miniroot?