ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion | IRC log http://irclog.whitequark.org/linux-rockchip | Community GH https://github.com/linux-rockchip | Rockchip GH https://github.com/rockchip-linux | ML https://groups.google.com/group/linux-rockchip
vstehle has quit [Ping timeout: 264 seconds]
kaspter has joined #linux-rockchip
lurchi_ is now known as lurchi__
nighty- has joined #linux-rockchip
cyteen_ has quit [Ping timeout: 256 seconds]
cnxsoft has joined #linux-rockchip
cyteen_ has joined #linux-rockchip
alyssa_ has quit [Quit: leaving]
cnxsoft has quit [Ping timeout: 248 seconds]
kaspter has quit [Ping timeout: 240 seconds]
cnxsoft has joined #linux-rockchip
anarsoul|2 has quit [Ping timeout: 260 seconds]
kaspter has joined #linux-rockchip
kloczek has quit [Remote host closed the connection]
kloczek has joined #linux-rockchip
cnxsoft has quit [Quit: cnxsoft]
cnxsoft has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
niggaggold has joined #linux-rockchip
<niggaggold> VOISE 2018 baby, the battle continues!!!!!!!!!!!!!!!!!!!!!
<niggaggold> livecoin.net
<niggaggold> best exchange, great service, intuitive interface, trustworthy, secure
<niggaggold> go BTC to VOISE
<niggaggold> As the drillers don't stop drilling until they strike black gold
<niggaggold> in the streets of America
<niggaggold> I'm out with the Boozie Badazz - Wake Up!
<niggaggold> my niggaz!
<niggaggold> my savagez!
<niggaggold> fsf for life
<niggaggold> gnu mothabitches
<niggaggold> linux mothabitches
niggaggold has left #linux-rockchip [#linux-rockchip]
lurchi_ has joined #linux-rockchip
lurchi__ has quit [Ping timeout: 268 seconds]
wzyy2 has joined #linux-rockchip
vstehle has joined #linux-rockchip
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-rockchip
muvlon has quit [Ping timeout: 276 seconds]
muvlon has joined #linux-rockchip
hipboi__ has joined #linux-rockchip
hipboi has quit [Ping timeout: 265 seconds]
cnxsoft has quit [Ping timeout: 264 seconds]
cnxsoft has joined #linux-rockchip
sunxi_fan has quit [Remote host closed the connection]
Omegamoon has joined #linux-rockchip
matthias_bgg has joined #linux-rockchip
<Pix> hi guys, quick question, i've flashed my kernel using rkdeveloptool on my 3399 ( rkbin/tools/rkdeveloptool wl 0x8000 out/boot.img )
<Pix> how does this 0x8000 offset "translates" in the uboot env ?
<Pix> (i.e. how to now load it from uboot ?)
<beeble> 0x8000 is the mmc block offset, so mmc read takes the same argument
<Pix> oh
<Pix> ok :)
<beeble> but uboot is able to read from filesystems
<beeble> makes it a bit more comfortable
<Pix> yep, i just want to load the kernel to boot a nfs filesystem
<Pix> and from there reformat the emmc and use the ext4 support from uboot to load next kernels
<Pix> (and therefore be able to update my kernel from userland like a normal distro)
<beeble> you can load the kernel via network :)
<Pix> looks like i can't, right now
<beeble> ah no ethernetsupport on sapphire?
<Pix> it should
<Pix> but even if the mac is up, dhcp won't work, and static ip too
<Pix> i've had a bug like this on giga ethernet on other HWs, i'll try with a 100mb switch
<beeble> and don't forget, the sapphire has a sd card slot too :) but if you only have the core board then it's a bit harder to miss then if it's mounted on the excavator
<Pix> i only have the core board, and i just flipped it
<Pix> ok, i have a sd card reader
<Pix> :D
<Pix> hm maybe easier to directly load the kernel from an ext4 partition there indeed
<Pix> i'll read the (huge...) uboot env to see how the device tree is loaded, and try that
<Pix> thank you :)
<beeble> for your convenience
<beeble> load mmc 1:0 $fdt_addr_r rk3399-sapphire-excavator-linux.dtb && load mmc 1:0 $kernel_addr_r kg/Image && booti $kernel_addr_r - $fdt_addr_r
<rtp> Pix: if you're testing stuff, loading the kernel from the sd will be easier imho. If you're using mainline uboot, make sure that you have CONFIG_MMC_DW_ROCKCHIP=y in your .config
<Pix> beeble, rtp, ok and thank you
<Pix> well as you are here
<Pix> i'm gonna use the board as a pure headless server
<Pix> and i guess some buffers are reserved for graphics and a/v decode
<Pix> is this mapping defined in the device tree ? ( coz i'm gonna have to change it if so)
JohnDoe_71Rus has joined #linux-rockchip
amstan has quit [Ping timeout: 256 seconds]
amstan has joined #linux-rockchip
amstan has quit [Changing host]
amstan has joined #linux-rockchip
<beeble> you should be fine if you have the vopb/vopl disabled i think
<Pix> ok
kaspter has quit [Quit: kaspter]
gab has joined #linux-rockchip
BenG83 has quit [Ping timeout: 240 seconds]
<Pix> hmm is there a max size for the kernel Image file ?
<Pix> => ext4load usb 0:1 $kernel_addr_r Image
<Pix> Unexpected XHCI event TRB, skipping... (f5f216f0 00000000 13000000 01008401)
<Pix> WARN halted endpoint, queueing URB anyway.
<Pix> coz loading the kernel over usb ( i don't have a micro sd card handy) makes the board reset after some reading
<Pix> mine is 18MB
BenG83 has joined #linux-rockchip
<beeble> Pix: mainline?
<beeble> and current?
<Pix> beeble, i think so, it's what was cloned by repo
<Pix> i'm trying another device
<Pix> maybe my usb drive is somehow faulty
<beeble> there are some relevant patches from november that fixes loading files over 4mb over xhci
<Pix> hmm git log in u-boot tree says latest commit is from december, 14
<beeble> and btw, http://opensource.rock-chips.com/ (not sure how they relate, but i think that one is more recent. maybe someone else can clarify that)
<Pix> ah indeed
wzyy2 has quit [Ping timeout: 248 seconds]
<ayufan> how to send a patch to linux-rockchip mainline? can someone point to?
<beeble> cc: linux-rockchip@lists.infradead.org + get_maintainer.pl
<beeble> ayufan: you did mean mainline and not the rockchip-linux github repo?
kaspter has joined #linux-rockchip
<ayufan> mainline
wzyy2 has joined #linux-rockchip
<Pix> ok i managed to boot the kernel from the emmc ( the gpt partition needed to be written to the emmc)
<Pix> but the kernel hangs after some console init
<Pix> is this an issue you already know about ?
<Pix> oooh
<Pix> i see
<Pix> console=ttyS2,115200n8 wrong baud
<Pix> the provided extlinux.conf is not correct for the 3399
wzyy2 has quit [Remote host closed the connection]
wzyy2 has joined #linux-rockchip
<Pix> better :)
Aussie_matt has joined #linux-rockchip
inode has joined #linux-rockchip
wzyy2 has quit [Remote host closed the connection]
wzyy2 has joined #linux-rockchip
nighty- has quit [Quit: Disappears in a puff of smoke]
<Pix> yey, centos 7 installed on the internal emmc
matthias_bgg has quit [Read error: Connection reset by peer]
matthias_bgg 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
sunxi_fan has joined #linux-rockchip
nighty- has joined #linux-rockchip
nighty- has quit [Max SendQ exceeded]
Aussie_matt has quit [Remote host closed the connection]
cnxsoft has quit [Quit: cnxsoft]
nighty- has joined #linux-rockchip
inode has quit [Quit: ]
adj__ has joined #linux-rockchip
Ke has quit [Ping timeout: 248 seconds]
gnufan has quit [Ping timeout: 240 seconds]
gnufan has joined #linux-rockchip
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-rockchip
rperier has joined #linux-rockchip
mrutland has quit [*.net *.split]
leming has quit [*.net *.split]
leming has joined #linux-rockchip
rperier has quit [Changing host]
rperier has joined #linux-rockchip
mrutland has joined #linux-rockchip
Easyfab has joined #linux-rockchip
matthias_bgg has quit [Ping timeout: 268 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/]
tllim has joined #linux-rockchip
anarsoul|2 has joined #linux-rockchip
libv_ has joined #linux-rockchip
libv has quit [Ping timeout: 260 seconds]
libv_ has quit [Read error: Connection reset by peer]
libv has joined #linux-rockchip
libv_ has joined #linux-rockchip
libv has quit [Ping timeout: 260 seconds]
matthias_bgg has joined #linux-rockchip
afaerber has quit [Quit: Leaving]
libv_ is now known as libv
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-rockchip
aalm has quit [Ping timeout: 260 seconds]
ayufan has quit [Remote host closed the connection]
ayufan has joined #linux-rockchip
aalm has joined #linux-rockchip
BenG83 has quit [Ping timeout: 256 seconds]
BenG83 has joined #linux-rockchip
BenG83 has quit [Quit: Leaving]
BenG83 has joined #linux-rockchip
ayufan has quit [Remote host closed the connection]
ayufan has joined #linux-rockchip
ayufan1 has joined #linux-rockchip
ayufan has quit [Read error: Connection reset by peer]
ayufan1 has quit [Remote host closed the connection]
ayufan has joined #linux-rockchip
matthias_bgg has quit [Ping timeout: 256 seconds]
Easyfab has quit [Quit: Leaving]
BenG83 has quit [Quit: Leaving]
BenG83 has joined #linux-rockchip
wzyy2 has quit [Ping timeout: 268 seconds]
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-rockchip
cyteen_ has quit [Ping timeout: 240 seconds]
cyteen_ has joined #linux-rockchip
Omegamoon has quit [Ping timeout: 252 seconds]