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
Astralix is now known as Astralix|away
Avagetto has quit [Quit: Leaving.]
levd has joined #linux-rockchip
FreezingCold has quit [Ping timeout: 245 seconds]
nighty-_ has quit [Quit: Disappears in a puff of smoke]
Tony_ has joined #linux-rockchip
Avagetto has joined #linux-rockchip
Avagetto has quit [Client Quit]
Tony_ is now known as tony00
Avagetto has joined #linux-rockchip
akaizen has joined #linux-rockchip
Avagetto1 has joined #linux-rockchip
Avagetto1 has left #linux-rockchip [#linux-rockchip]
Avagetto1 has joined #linux-rockchip
Avagetto has quit [Read error: Connection reset by peer]
Avagetto has joined #linux-rockchip
Avagetto1 has quit [Ping timeout: 256 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 245 seconds]
levd has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
levd1 has quit [Ping timeout: 244 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 240 seconds]
levd has joined #linux-rockchip
c0d3z3r0 has quit [Ping timeout: 250 seconds]
c0d3z3r0 has joined #linux-rockchip
arokux has quit [Ping timeout: 250 seconds]
arokux has joined #linux-rockchip
levd1 has quit [Ping timeout: 256 seconds]
Avagetto1 has joined #linux-rockchip
c0d3z3r0 has quit [Ping timeout: 250 seconds]
c0d3z3r0 has joined #linux-rockchip
Avagetto has quit [Ping timeout: 264 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 245 seconds]
Avagetto1 has quit [Ping timeout: 246 seconds]
levd1 has quit [Ping timeout: 264 seconds]
naobsd has joined #linux-rockchip
levd has joined #linux-rockchip
Avagetto has joined #linux-rockchip
<levd> naobsd: I'd like to erase the bootloader on eMMC using Rockchip's upgrade_tool:
<levd> EraseBlock:EB <CS> <BeginBlock> <BlokcLen> [--Force]
<levd> What's <CS> for?
<naobsd> levd: I guess it's "Chip Select"? try "RFI" comman in upgrade_tool interactive mode
<naobsd> Flash CS: Flash<0>
<naobsd> CS should be 0 in this case
<naobsd> btw erase (upgrade_tool eb) may not work on some(eMMC, I guess) case
<levd> then how can I erase the bootloader?
<levd> In upgrade_tool interactive mode, it does not complain CS value.
<naobsd> that's what I tried very recently :) I did "dd if=/dev/zero of=/dev/mmcblk0 ..." from running system on firefly. can you boot any system on the board you want to erase?
<naobsd> or broken bootloader prevents booting?
<levd> I'd like to fix the problem with broken bootloader.
<levd> thanks
<naobsd> then you cannot run any system?
<levd> yes, i can run. your command works.
<naobsd> ah, ok :)
<naobsd> if my memory is correct, first 4MiB is the area for loader
<levd> Ethernet and HDMI work like a charm.
<naobsd> and sorry, it also contain serial number, you need to restore it if you erased whole 4MiB area...
<naobsd> to stop booting broken loader, erasing few sectors should be enough...
<naobsd> # dd if=/dev/zero of=/dev/mmcblk0 seek=$((0+64)) count=1 conv=fsync
<naobsd> # dd if=/dev/zero of=/dev/mmcblk0 seek=$((1024+64)) count=1 conv=fsync
<naobsd> # dd if=/dev/zero of=/dev/mmcblk0 seek=$((2048+64)) count=1 conv=fsync
<naobsd> # dd if=/dev/zero of=/dev/mmcblk0 seek=$((3072+64)) count=1 conv=fsync
<naobsd> # dd if=/dev/zero of=/dev/mmcblk0 seek=$((4096+64)) count=1 conv=fsync
<naobsd> this erases header at sector 64 and its 4 backups
<naobsd> or, enforcing mask rom mode & reflash working bootloader might be another answer
<naobsd> but I never tried to enforce mask rom mode on firefly
<naobsd> I can see description about test points named T13/T14 in eMMC page in schematic pdf
<naobsd> I guess if T13-T14 is connected when power-on, it enforces mask rom mode
<naobsd> btw, working ethernet and hdmi, sounds good :)
<levd> Thanks for the detailed instructions.
<naobsd> if you know how to enforce mask rom mode, please tell me ;)
<naobsd> levd: btw, boot loader binary in firefly firmware images supports mainline kernel?
<naobsd> I think u-boot source tree in Rockchip SDK doesn't support it, and I'm not sure which u-boot is used for firefly firmware images
Avagetto1 has joined #linux-rockchip
Avagetto has quit [Ping timeout: 264 seconds]
levd1 has joined #linux-rockchip
<levd1> RKTools/bootloader/uboot-emmc/RK3288Loader_uboot_V2.17.02.bin is used in the firefly firmware.
<levd1> I try the mainline kernel using the linux-rockchip uboot.
levd has quit [Ping timeout: 255 seconds]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 264 seconds]
Astralix` has joined #linux-rockchip
Astralix|away has quit [Ping timeout: 264 seconds]
sunilmohan_w has quit [Quit: Leaving]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 255 seconds]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 265 seconds]
eebrah has quit [Quit: Lost terminal]
eebrah has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 272 seconds]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 245 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 264 seconds]
hipboi has joined #linux-rockchip
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 272 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 245 seconds]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 255 seconds]
naobsd has quit [Quit: naobsd]
RayFlower_ has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 265 seconds]
tony00 has quit [Remote host closed the connection]
hipboi_ has joined #linux-rockchip
hipboi has quit [Ping timeout: 245 seconds]
apritzel has joined #linux-rockchip
realloverme has joined #linux-rockchip
<realloverme> hello everybody
<realloverme> i want to get rkimage from a tablet pc
<realloverme> its chip is rockchip rk 2928g
premoboss has quit [Remote host closed the connection]
<realloverme> are you here
levd has joined #linux-rockchip
<realloverme> heey
<realloverme> are you here
<realloverme> please answer me
<realloverme> i want to get rkimage from a rockchip tablet
levd1 has quit [Ping timeout: 264 seconds]
<realloverme> hello
<realloverme> rockchip lovers
wildea01 has joined #linux-rockchip
levd has quit [Remote host closed the connection]
levd has joined #linux-rockchip
realloverme has quit [Ping timeout: 246 seconds]
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
levd has quit [Ping timeout: 244 seconds]
markm has quit [Ping timeout: 265 seconds]
markm has joined #linux-rockchip
Avagetto1 has quit [Quit: Leaving.]
selfbg has joined #linux-rockchip
selfbg has quit [Client Quit]
nighty-_ 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
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]
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
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
Avagetto has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
salv0 has left #linux-rockchip ["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
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
naobsd 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]
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
<naobsd> levd: thanks!
RayFlower_ has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
FreezingCold has quit [Remote host closed the connection]
FreezingCold has joined #linux-rockchip
naobsd has quit [Quit: naobsd]
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
naobsd has joined #linux-rockchip
Avagetto has quit [Read error: Connection reset by peer]
Avagetto has joined #linux-rockchip
Avagetto1 has joined #linux-rockchip
Avagetto has quit [Read error: Connection reset by peer]
cnxsoft has quit [Remote host closed the connection]
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
ssvb has quit [Ping timeout: 272 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
premoboss has joined #linux-rockchip
GriefNorth 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]
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
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
premoboss has quit [Remote host closed the connection]
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
ssvb has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
jas-hacks 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
apritzel has quit [Ping timeout: 264 seconds]
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
Astralix` is now known as Astralix|away
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
premoboss has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
wildea01 has quit [Quit: leaving]
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
jas-hacks1 has joined #linux-rockchip
jas-hacks has quit [Ping timeout: 255 seconds]
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
GriefNorth has quit [Ping timeout: 255 seconds]
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
jas-hacks1 has left #linux-rockchip [#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]
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
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
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
Avagetto has joined #linux-rockchip
Avagetto1 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
naobsd has quit [Quit: naobsd]
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
RayFlower_ has quit [Read error: Connection reset by peer]
RayFlower_ has joined #linux-rockchip
Avagetto has quit [Read error: Connection reset by peer]
Avagetto has joined #linux-rockchip
RayFlower_ has quit [Read error: Connection reset by peer]