<mmind00>
naobsd: nice ... thanks for finding this :-) ... I don't monitor the uboot list so closely and it's really cool that Rockchip seems to also migrate to mainline uboot
levd has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 240 seconds]
levd1 is now known as levd
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: 264 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 244 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
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 260 seconds]
levd1 is now known as levd
em|biketron has quit [Ping timeout: 268 seconds]
levd1 has joined #linux-rockchip
em|biketron has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
levd has quit [Ping timeout: 250 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 240 seconds]
levd1 is now known as levd
naobsd has quit [Read error: Connection reset by peer]
naobsd has joined #linux-rockchip
naobsd has quit [Client Quit]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 244 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 244 seconds]
levd1 is now known as levd
levd has quit [Ping timeout: 264 seconds]
levd has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 244 seconds]
levd1 is now known as levd
levd has quit [Ping timeout: 244 seconds]
levd has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 244 seconds]
levd1 is now known as levd
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: 264 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 244 seconds]
levd1 is now known as levd
levd has quit [Ping timeout: 244 seconds]
levd has joined #linux-rockchip
naobsd has joined #linux-rockchip
naobsd has quit [Remote host closed the connection]
<naobsd>
sjoerd: I'm not sure status of latest patches... probably not yet
<sjoerd>
ugh that's really unhappy
<sjoerd>
haven't seen that before
<sjoerd>
would be worthwhile if you could try with another card to see if it's specific to the card or
<naobsd>
yup
<naobsd>
I have some unreliable uSD cards
<naobsd>
but I'm not sure which one is it ;)
<naobsd>
I'll try another cards
<naobsd>
btw size of ram is not correct. it should be 4GB
<sjoerd>
Nod i noticed last week
<naobsd>
I should check u-boot
<sjoerd>
I thought i got the 2G model, but turned out i have the 4G one indeed :p
<sjoerd>
Please
<naobsd>
oh :)
<sjoerd>
Would be good to know if the SPL determines the amount of ram right or not
<mmind00>
sjoerd: tuning is in next ... but normally this would get enabled per-board (mmc caps and also possible voltages)
<sjoerd>
ah right
<sjoerd>
so that won't be naobsd's issue ;)
<naobsd>
ah, thanks :)
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 240 seconds]
levd1 is now known as levd
levd has quit [Ping timeout: 244 seconds]
levd has joined #linux-rockchip
naobsd has quit [Quit: naobsd]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 250 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Read error: Connection reset by peer]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 240 seconds]
levd1 is now known as levd
jas-hacks has joined #linux-rockchip
levd has quit [Ping timeout: 240 seconds]
levd has joined #linux-rockchip
nashpa has quit [Ping timeout: 250 seconds]
jas-hacks has left #linux-rockchip [#linux-rockchip]
jas-hacks has joined #linux-rockchip
ssvb has joined #linux-rockchip
jas-hacks has left #linux-rockchip [#linux-rockchip]
nashpa has joined #linux-rockchip
ssvb has quit [Ping timeout: 272 seconds]
naobsd has joined #linux-rockchip
levd has quit [Ping timeout: 240 seconds]
levd has joined #linux-rockchip
levd has quit [Ping timeout: 250 seconds]
JohnDoe_71Rus has joined #linux-rockchip
cnxsoft has quit [Quit: cnxsoft]
tnn has quit [Quit: quit]
tnn has joined #linux-rockchip
cristian_c has joined #linux-rockchip
ssvb has joined #linux-rockchip
chris__ has joined #linux-rockchip
<chris__>
Hi all, curious if anyone has ever tried dual-booting in nand by making a parameter file that points to partitions in alternate places
<chris__>
I'm trying to port clean sources to an unsupported rk3128 board, and while it mostly works I'm doing a lot of swapping back and forth with the original
<chris__>
flashing all of which (and then letting art optimize everything on boot, etc) takes a while. I don't want to use an sdcard because on the rk3128 that is exclusive of serial
<sjoerd>
naobsd: oh that reminds me now that you're playing with upstream u-boot, I'd love to be able to load upstream u-boot in maskrom mode.. Seems sjg got it as far as uploading the SPL but doesn't know how to trigger the rom support code to e.g. download the second stage loader
<chris__>
I was thinking if I could split the 8g nand in half I could have two systems, and just quickly rockusb-flash the param file pointing to whichever one I want
<chris__>
It seems to be working - a few gotchas such as uboot only handling 19 partitions or so therefore I don't list all the alternate ones in the parameter file
<chris__>
And somehow the last partition seems to grow to the size of the nand
<chris__>
had to manually reformat the user_data and user partitions
<chris__>
but in theory it looks like flashing alternate parameter files will be a quick way to dual boot for A/B testing
<chris__>
Putting the switch in u-boot would be the next step...
jas-hacks has joined #linux-rockchip
<chris__>
and have to manually format the cache and userdata partitions
gb_master has joined #linux-rockchip
GriefNorth has joined #linux-rockchip
<chris__>
...and can't have two copies of uboot because that partition is accessed by location not by name
jas-hacks has left #linux-rockchip [#linux-rockchip]
premoboss has joined #linux-rockchip
<chris__>
It turns out you can decompress a kernel 'piggy'; patch it; build a similar tree; copy your patched version over arch/arm/boot/Image; touch it ; make zImage ; flash the result and have it work! Now I just have to dump the data from the calls I'm intercepting in the binary kernel...