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
tlwoerner__ has quit [Ping timeout: 240 seconds]
tlwoerner__ has joined #linux-rockchip
nasuga has joined #linux-rockchip
tlwoerner has joined #linux-rockchip
tlwoerner__ has quit [Ping timeout: 245 seconds]
tlwoerner_ has joined #linux-rockchip
tlwoerner has quit [Ping timeout: 250 seconds]
nighty has joined #linux-rockchip
tlwoerner_ has quit [Ping timeout: 256 seconds]
tlwoerner_ has joined #linux-rockchip
lkcl has quit [Ping timeout: 250 seconds]
lkcl has joined #linux-rockchip
muvlon has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
lkcl has quit [Ping timeout: 256 seconds]
muvlon_ has joined #linux-rockchip
muvlon has quit [Ping timeout: 268 seconds]
lkcl has joined #linux-rockchip
muvlon_ has quit [Quit: Leaving]
rperier_ has joined #linux-rockchip
rperier has quit [Ping timeout: 260 seconds]
VargaD has quit [Ping timeout: 256 seconds]
VargaD has joined #linux-rockchip
nasuga has quit [Ping timeout: 268 seconds]
vagrantc has quit [Quit: leaving]
rperier_ is now known as rperier
rperier has quit [Changing host]
rperier has joined #linux-rockchip
muvlon has joined #linux-rockchip
matthias_bgg has joined #linux-rockchip
wadim_ has joined #linux-rockchip
dlezcano has quit [Remote host closed the connection]
paulk-collins has joined #linux-rockchip
dlezcano has joined #linux-rockchip
nighty has quit [Quit: Disappears in a puff of smoke]
matthias_bgg has quit [Quit: Leaving]
nighty has joined #linux-rockchip
matthias_bgg has joined #linux-rockchip
<lkcl> are there some instructions online on how to prepare a microsd card for boot on the rk3288?
<lkcl> ayaka: ping ^
<wadim_> see u-boot/doc/README.rockchip
<lkcl> wadim_: star.... on which website is that?
<wadim_> http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.rockchip;h=06ec80e523684c546c8f283eb3ba55e0854eaabc;hb=HEAD
<lkcl> ok so we're looking at... ah ha! awesome. http://www.barebox.org/doc/latest/boards/rk3288.html has something about it too
<lkcl> wadim_: thxman
<lkcl> okaaay.. okokok... building u-boot howto... tum te tum... :) ah ha! http://wiki.t-firefly.com/index.php/Firefly-RK3288/Mainline_Kernel/en
<lkcl> wadim_: do you happen to know who wrote this:
<lkcl> 260 The maximum size of u-boot-spl-dtb.bin which the boot ROM will read is 32KB,
<lkcl> 261 or 0x40 blocks. This is a severe and annoying limitation.
<lkcl> because, being honest, it's quite a dumb thing to write.
<lkcl> the SoC comes up with absolutely zero initialisation of DDR3 RAM
<lkcl> the only "memory" that's available is the 1st level cache
<lkcl> that's what the SPL bootloader is loaded directly into: the 1st level cache
<mmind00> lkcl: nope ... 1st stage loader gets loaded into the 32k sram on the chip
<lkcl> you're *supposed* to then probe and initialise the DDR3 RAM, PMIC and so on
<lkcl> mmind00: oh? huh. that's novel
<lkcl> and rather bizarre. and more expensive than just using the 1st level cache
<lkcl> ye f****g gods, git clone of u-boot @ 30k/sec because i'm in china.... faakin ell... :)
<lkcl> 73%... only another 20 minutes to go... come on, come oooonnn!
cnxsoft has quit [Quit: cnxsoft]
JohnDoe_71Rus has joined #linux-rockchip
vagrantc has joined #linux-rockchip
matthias_bgg has quit [Quit: Leaving]
matthias_bgg has joined #linux-rockchip
wadim_ has quit [Remote host closed the connection]
afaerber has quit [Quit: Ex-Chat]
afaerber has joined #linux-rockchip
afaerber has quit [Ping timeout: 258 seconds]
pulser has quit [*.net *.split]
hramrach has quit [*.net *.split]
_jungh4ns has quit [*.net *.split]
pulser has joined #linux-rockchip
hramrach has joined #linux-rockchip
_jungh4ns has joined #linux-rockchip
afaerber has joined #linux-rockchip
vagrantc has quit [Ping timeout: 250 seconds]
vagrantc has joined #linux-rockchip
chris2 has quit [Ping timeout: 240 seconds]
tlwoerner_ is now known as tlwoerner
chris2 has joined #linux-rockchip
nasuga has joined #linux-rockchip
dlezcano has quit [Remote host closed the connection]
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/]
dlezcano has joined #linux-rockchip
dlezcano has quit [Ping timeout: 256 seconds]
dlezcano has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
<lkcl> does anyone know where the kernel and dtb have to be loaded into memory by u-boot on mmc bootup?
<lkcl> for sunxi it was something like this:
<lkcl> boot_mmc=fatload mmc 0:1 0x43000000 script.bin && fatload mmc 0:1 0x48000000 boot/${kernel} && watchdog 0 && bootm 0x48000000
<lkcl> or this:
<lkcl> fatload mmc 1:1 0x46000000 ${kernel}; fatload mmc 1:1 0x49000000 ${fdtfile}; bootz 0x46000000 - 0x49000000
* lkcl is slowly tracking this down...
<lkcl> hmmmm.... assumption appears to be that there are multiple partitions, everything's dropped into specific areas, it's all "default"
<lkcl> hmmm....
afaerber has quit [Quit: Ex-Chat]
<lkcl> okaaaay i found interesting things like kernel_addr_r and so on, yay
nighty has quit [Quit: Disappears in a puff of smoke]
<paulk-collins> lkcl, yeah, include/configs/foo is what you want to look at
<paulk-collins> rksomething
paulk-collins has quit [Remote host closed the connection]
dlezcano has quit [Ping timeout: 260 seconds]
tlwoerner_ has joined #linux-rockchip
tlwoerner_ has quit [Changing host]
tlwoerner_ has joined #linux-rockchip
tlwoerner has quit [Ping timeout: 260 seconds]
lkcl has quit [Read error: Connection reset by peer]
lkcl has joined #linux-rockchip
lkcl has quit [Ping timeout: 248 seconds]
lkcl has joined #linux-rockchip