Cita:
Originalmente Escrito por joaopinto
Hola,
as ejecutado el comando "git clone git://github.com/lamegopinto/rk2918tools" ? se si te a criado una carpeta rk2918tools, en seguida:
cd rk2918tools; make
A partir de aquí deberás conseguir usar ./dump_imgs.py .
|
skynet@ubuntu:~$ git clone git://github.com/lamegopinto/rk2918tools
Cloning into 'rk2918tools'...
remote: Counting objects: 44, done.
remote: Compressing objects: 100% (38/38), done.
remote: Total 44 (delta 14), reused 35 (delta 5)
Receiving objects: 100% (44/44), 24.09 KiB, done.
Resolving deltas: 100% (14/14), done.
skynet@ubuntu:~$ cd rk2918tools; make
cc -O2 -W -Wall -s -DUSE_OPENSSL -g rkcrc.c -lusb-1.0 -lssl -lcrypto -o rkcrc
rkcrc.c: In function ‘main’:
rkcrc.c:101:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
rkcrc.c:107:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
rkcrc.c:115:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
/usr/bin/ld: cannot find -lssl
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make: *** [rkcrc] Error 1
skynet@ubuntu:~/rk2918tools$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 004: ID 13d3:5111 IMC Networks Integrated Webcam
Bus 002 Device 002: ID 09da:021f A4 Tech Co., Ltd
Bus 001 Device 005: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
Bus 001 Device 006: ID 05ac:0221 Apple, Inc. Aluminum Keyboard (ISO)
Bus 001 Device 008: ID 2207:290a
skynet@ubuntu:~/rk2918tools$ ./dump_imgs.py stock_imgs
No device found, please make sure your device is set to flash mode.
On some systems this can be done with:
- Shutdown the device
- Press the volume '-' while plugging the USB cable
Img files dumped into stock_imgs
skynet@ubuntu:~/rk2918tools$ cp -a stock_imgs new_imgs
skynet@ubuntu:~/rk2918tools$ ./rkunpack new_imgs/boot.img
bash: ./rkunpack: No such file or directory
skynet@ubuntu:~/rk2918tools$
pues en estas estoy....
mas ayuda?
mil gracias...
saludos...