邮箱: wangcong02345@163.com
全部博文(438)
分类: Android平台
2014-04-08 11:38:11
wangcong023452014-11-11 18:49:30
wangcong02345:我没有试过单烧system.img.真的要改某些东东的话,还不如直接用adb push 替换库更快一些。
我当时用adb shell dd if=/mnt/sdcard/boot.img of=/dev/block/nandc时,是先把板子上的/dev/block/nandc分区用dd导出来,发现跟boot.img是一样的,所以才产生了用dd来更新boot.img的想法,
你要真想用dd来更新system.img的话,是不是得先验证一下nandd分区是否跟system.img一样?
wangcong023452014-11-11 18:37:55
wh2010td:我按照下面这样烧写出现了问题,您有遇到过吗?
root@klaus-desktop:/home/cubietruck/src/android-SDK/a20-android# adb push out/target/product/sugar-cifour/system.img /mnt/sdcard/
4755 KB/s (420422676 bytes in 86.327s)
root@klaus-desktop:/home/cubietruck/src/android-SDK/a20-android# adb shell sync
root@klaus-desktop:/home/cubietruck/src/android-SDK/a20-android# adb shell dd if=/mnt/sdcard/system.img of=/dev/block/nandd
821138+1 records in
821138+1 records out 
我没有试过单烧system.img.真的要改某些东东的话,还不如直接用adb push 替换库更快一些。
回复 | 举报wh2010td2014-11-11 16:33:24
wangcong02345:用fastboot烧,跟更新boot.img一样
#fastboot erase system
#fastboot flash system system.img
你看一下ct系列的第二篇
Cubietruck---2. fastboot的烧写
http://blog.chinaunix.net/uid-26009923-id-4204623.html
然后使用make_ext4fs命令将system.img重新格式化之后,按照第1部分的步骤操作,执行到adb shell reboot时就能找到reboot命令,设备就会重启。
root@klaus-desktop:/home/cubietruck/src/android-SDK/a20-android# out/host/linux-x86/bin/make_ext4fs -l 395822088 out/target/product/sugar-cifour/system.img
init: logo match failed!fbsize = 3145728
init: HDMI status = 1, try 1 times!TV status = 0
init: start e2fsck listening...
init: do_umount: /data
init: do_umount
wh2010td2014-11-11 16:33:09
wangcong02345:用fastboot烧,跟更新boot.img一样
#fastboot erase system
#fastboot flash system system.img
你看一下ct系列的第二篇
Cubietruck---2. fastboot的烧写
http://blog.chinaunix.net/uid-26009923-id-4204623.html
我按照下面这样烧写出现了问题,您有遇到过吗?
root@klaus-desktop:/home/cubietruck/src/android-SDK/a20-android# adb push out/target/product/sugar-cifour/system.img /mnt/sdcard/
4755 KB/s (420422676 bytes in 86.327s)
root@klaus-desktop:/home/cubietruck/src/android-SDK/a20-android# adb shell sync
root@klaus-desktop:/home/cubietruck/src/android-SDK/a20-android# adb shell dd if=/mnt/sdcard/system.img of=/dev/block/nandd
821138+1 records in
821138+1 records out 
wangcong023452014-08-15 14:56:43
wh2010td:博主,您好,我现在重新打包了system.img文件,在不重新pack的前提下,有什么方法可以升级吗?
用fastboot烧,跟更新boot.img一样
#fastboot erase system
#fastboot flash system system.img
你看一下ct系列的第二篇
Cubietruck---2. fastboot的烧写
http://blog.chinaunix.net/uid-26009923-id-4204623.html