(10-04-2017, 06:27 PM)lobo Wrote: Change the permission permanently alternative 2 (uevent.rk30board.rc):
Hi, dear lobo! Thanks for the great contribution of tinker board!
Yesterday I follow your second approach for repacking of boot.img, but i stuck at unpacking step.
From my terminal:
Code:
$ dd if=boot.img of=boot.img.gz skip=8 bs=1 count=100000000000
33554424+0 records in
33554424+0 records out
33554424 bytes (34 MB, 32 MiB) copied, 1222.61 s, 27.4 kB/s
$ gunzip boot.img.gz
gzip: boot.img.gz: not in gzip format
Issue with archive, i.e. i can't fetch data and change anything.
I connect power the TB over the 40p header and connect it to PC through micro usb.
I try also read boot.img and then write it back to TB like this:
Code:
sudo path/to/rkflashtool r boot >boot.img
sudo path/to/rkflashtool w boot <boot.img
sudo path/to/rkflashtool b
works fine, device loaded correctly.
I.e. in my case looks like issue in next command:
Code:
dd if=boot.img of=boot.img.gz skip=8 bs=1 count=100000000000
Wrong parameters?
My android image is TinkerOS_Android V13.14.0.95 (currently it's last android 6 release for TB).