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
gb_master has quit [Remote host closed the connection]
levd has joined #linux-rockchip
ildar has quit [Ping timeout: 244 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 240 seconds]
naobsd has quit [Quit: Page closed]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 240 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 265 seconds]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 265 seconds]
Bludot has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 255 seconds]
naobsd has joined #linux-rockchip
Tony_ has joined #linux-rockchip
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 264 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 272 seconds]
ildar has joined #linux-rockchip
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 265 seconds]
_whitelogger_ has joined #linux-rockchip
rperier_ has joined #linux-rockchip
dianders_ has joined #linux-rockchip
Tony__ has joined #linux-rockchip
srao__ has quit [Ping timeout: 272 seconds]
rperier has quit [Ping timeout: 272 seconds]
_whitelogger has quit [Ping timeout: 272 seconds]
dianders has quit [Ping timeout: 272 seconds]
architekt has quit [Ping timeout: 272 seconds]
Tony_ has quit [Ping timeout: 272 seconds]
dianders_ is now known as dianders
Astralix has joined #linux-rockchip
Astralix1 has quit [Ping timeout: 250 seconds]
GriefNorth has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 244 seconds]
ildar has quit [Ping timeout: 265 seconds]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 245 seconds]
levd has quit [Ping timeout: 240 seconds]
Bludot has quit [Quit: Connection closed for inactivity]
ildar has joined #linux-rockchip
levd has joined #linux-rockchip
ildar has quit [Ping timeout: 240 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 264 seconds]
hyper has joined #linux-rockchip
hyper is now known as Guest28747
levd has joined #linux-rockchip
Guest28747 is now known as hypernewbie
<hypernewbie> hi everyone, I've followed the README instructions on http://androtab.info/rockchip/u-boot/ for rk3188-nand on a radxa rock pro
<hypernewbie> but uboot is giving me
<hypernewbie> In charging! ERROR: [fastboot_find_ptn]: partition(boot) not found, aborting
<hypernewbie> (then goes into trying to find the recovery partitions and fails into USB loader mode)
levd1 has quit [Ping timeout: 240 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 250 seconds]
RayFlower has joined #linux-rockchip
architekt has joined #linux-rockchip
<naobsd> hypernewbie: you got message == u-boot is working
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
<hypernewbie> naobsd: ok sweet, doesn't seem to sink into the 2nd level bootloader though
<naobsd> hypernewbie: did you prepare boot partition?
<hypernewbie> naobsd: I flashed the params from the site (as per instruction), and it seems to have a single uboot partition at 0x2000
<naobsd> hypernewbie: what I asked is you prepared or not, and your answer is no, right?
<hypernewbie> no
<naobsd> then u-boot just tells the fact, boot image was not found
<hypernewbie> hmm
<hypernewbie> what I'm really trying to do is boot an ELF off this thing
<naobsd> I think it needs some work
<hypernewbie> do I need the 2nd level bootloader for that?
<hypernewbie> the fastboot_find_ptn error message is coming from the 1st level uboot, is that right?
<naobsd> if you have 2nd(another) bootloader which can boot ELF, please use it
<naobsd> that error message is from u-boot
<hypernewbie> running as 1st level bootloader?
<naobsd> please define what is 1st level bootloader and what is 2nd level bootloader
<hypernewbie> I mean by 1st level the thing that's booted by the maskrom code
<hypernewbie> by 2nd level I mean the bootloader booted by the 1st level
<naobsd> configuration of u-boot-rk3188-nand (you're using) is, mask rom -> RK3188Loader_miniall -> u-boot
<naobsd> you can replace RK3188Loader_miniall and/or u-boot, and you can load another loader from u-boot
<naobsd> 3rd 4th 5th 6th ...
<naobsd> if you really want
<hypernewbie> right, but I'm seeing maskrom --> RK3188Loader_miniall --> error message then USB mode
<naobsd> no
<hypernewbie> I wrote "hello world" to the uboot parition on NAND
<hypernewbie> instead of uboot.img
<hypernewbie> :P
<hypernewbie> and still same behaviour
<naobsd> that error message is from u-boot, i.e. mask rom -> RK3188Loader_miniall -> u-boot
<naobsd> and I said u-boot can be replaced
AstralixNB has joined #linux-rockchip
<hypernewbie> oh, so it's not from uboot.img on the NAND partition at 0x2000?
<naobsd> what is "it"?
<hypernewbie> it = the error message
<naobsd> it's from u-boot
<hypernewbie> hmm
<naobsd> btw, what you want to know is "where error message come from?"?
<hypernewbie> yeah
<hypernewbie> I'm trying to boot the uboot.img
<hypernewbie> right now it's definitely not booting uboot.img cause there's "hello world" there where uboot.img should be
<naobsd> please post whole boot message
<naobsd> ...
<hypernewbie> miniall finds partition(uboot): offset=0x00002000, size=0x00002000, but doesn't seem to do anything with it
<naobsd> can you tell me what is displayed in first line?
<hypernewbie> oh oops I missed some text at the beginning sorry
<naobsd> (btw it's not _whole_ message what I asked. there should be some lines about DDR)
<naobsd> anyway, problem is solved
<hypernewbie> k, yeah I'll keep looking, thanks
<hypernewbie> just wierd that it tells me to flash a uboot.img that never gets used
<naobsd> it's used
<naobsd> you have to flash uboot.img
<hypernewbie> mm, wierd
<hypernewbie> ok I'll figure this out, thanks for the help!
ildar has joined #linux-rockchip
ildar has quit [Ping timeout: 264 seconds]
rperier_ is now known as rperier
ildar has joined #linux-rockchip
rperier has quit [Changing host]
rperier has joined #linux-rockchip
RayFlower has quit [Quit: RayFlower]
<Tony__> naobsd, I have a question about your rkflashkit.
ildar has quit [Ping timeout: 240 seconds]
<Tony__> about "pkexec", how to run as root.
<Tony__> I saw it's command is rkflashkit-pkexec.
<naobsd> rkflashkit is not mine
<Tony__> When I run it, It will run as root. like sudo in terminat.
hypernewbie has quit [Ping timeout: 246 seconds]
Valduare has quit [Quit: Valduare]
<Tony__> oh, do you know about pkexec ? it's like sudo in terminal.
<naobsd> sorry, I don't use rkflashtool
<naobsd> ah
<naobsd> rkflashkit
<Tony__> okay, thank you.
levd1 has quit [Ping timeout: 240 seconds]
nighty-_ has joined #linux-rockchip
ZZambia has joined #linux-rockchip
ildar has joined #linux-rockchip
<Tony__> naobsd, can you tell me which tools you used ?
<Tony__> you said that you don't use rkflashkit.
dlezcano has quit [Ping timeout: 240 seconds]
ildar has quit [Ping timeout: 264 seconds]
ildar has joined #linux-rockchip
dlezcano has joined #linux-rockchip
ildar has quit [Read error: Connection reset by peer]
ildar has joined #linux-rockchip
ildar has quit [Ping timeout: 255 seconds]
ildar has joined #linux-rockchip
dlezcano has quit [Ping timeout: 255 seconds]
dlezcano has joined #linux-rockchip
dlezcano has quit [Ping timeout: 265 seconds]
dlezcano has joined #linux-rockchip
ildar has quit [Read error: No route to host]
<naobsd> Tony__: basically rkflashtool, if I need to flash loader to NAND/eMMC, I use upgrade_tool
ildar has joined #linux-rockchip
<Tony__> Yeah, I used upqrade_tool, but it doesn't have a GUI. :-)
<naobsd> it can run w/o mouse, very nice :)
wildea01 has joined #linux-rockchip
Tony__ has quit [Remote host closed the connection]
LinuxBot_ has quit [Ping timeout: 250 seconds]
LinuxBot_ has joined #linux-rockchip
ildar has quit [Quit: Leaving.]
ZZambia has quit [Remote host closed the connection]
ildar has joined #linux-rockchip
ildar has quit [Ping timeout: 264 seconds]
ildar has joined #linux-rockchip
ZZambia has joined #linux-rockchip
ildar1 has joined #linux-rockchip
ildar has quit [Ping timeout: 240 seconds]
dlezcano has quit [Ping timeout: 272 seconds]
dlezcano has joined #linux-rockchip
bengal has joined #linux-rockchip
dlezcano has quit [Ping timeout: 265 seconds]
dlezcano has joined #linux-rockchip
dlan has quit [Ping timeout: 256 seconds]
dlan has joined #linux-rockchip
bengal has quit [Ping timeout: 240 seconds]
ildar1 has quit [Ping timeout: 255 seconds]
dlezcano has quit [Ping timeout: 245 seconds]
dlezcano has joined #linux-rockchip
dlezcano has quit [Ping timeout: 244 seconds]
dlezcano has joined #linux-rockchip
naobsd has quit [Quit: Page closed]
dlan has quit [Ping timeout: 245 seconds]
dlan has joined #linux-rockchip
Tony__ has joined #linux-rockchip
naobsd has joined #linux-rockchip
GriefNorth has quit [Ping timeout: 244 seconds]
dlezcano has quit [Ping timeout: 272 seconds]
dlezcano has joined #linux-rockchip
naobsd has quit [Quit: Page closed]
dlezcano has quit [Ping timeout: 265 seconds]
dlezcano has joined #linux-rockchip
Tony__ has quit [Quit: Leaving]
Valduare has joined #linux-rockchip
dlezcano has quit [Ping timeout: 255 seconds]
dlezcano has joined #linux-rockchip
dlezcano has quit [Ping timeout: 240 seconds]
dlezcano has joined #linux-rockchip
AstralixNB has quit [Ping timeout: 250 seconds]
naosd has joined #linux-rockchip
AstralixNB has joined #linux-rockchip
RayFlower has joined #linux-rockchip
antoinemaillard has joined #linux-rockchip
bengal has joined #linux-rockchip
antoinemaillard has quit [Quit: antoinemaillard]
rz2k has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
FreezingCold has quit [Ping timeout: 258 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
ildar has joined #linux-rockchip
FreezingCold has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
dlezcano has quit [Ping timeout: 265 seconds]
RayFlower has joined #linux-rockchip
dlezcano has joined #linux-rockchip
AstralixNB has quit [Quit: Leaving.]
wildea01 has quit [Quit: leaving]
dlezcano has quit [Ping timeout: 240 seconds]
dlezcano has joined #linux-rockchip
<amstan> mmind00: i followed your comments(https://chromium-review.googlesource.com/#/c/226132/10), and i also moved mmc phase stuff to another file (https://chromium-review.googlesource.com/#/c/226132/11)
dlezcano has quit [Ping timeout: 244 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
bengal has quit [Ping timeout: 245 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
ildar has quit [Ping timeout: 250 seconds]
nighty-_ has quit [Quit: Disappears in a puff of smoke]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
rz2k has quit []
dlezcano has joined #linux-rockchip
dlezcano has quit [Ping timeout: 240 seconds]
<mmind00> amstan: just so I don't miss anything ... is there a difference between the two links? When opening, both open patchset 12 which seems to be the newest
<amstan> mmind00: really? darn
<amstan> mmind00: well.. patchset 10 is me following your comments, and 11 is the move to the new files
<amstan> i did it in 2 steps so you can still see 10 easily
<mmind00> amstan: ok no worries ... I'll just look at the last version :-)
<amstan> ok
<amstan> re: the 2 distinct good phase ranges, we get that on tegra as well, so we're confident that it's just what this particular card does
bengal has joined #linux-rockchip
tenzing has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
bengal has quit [Quit: Leaving]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip