dragoip / 0xdroid

Automatically exported from code.google.com/p/0xdroid
0 stars 0 forks source link

Gingerbread on Devkit8000 #176

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I use the flash-uboot.bin uImage.bin install.conf
2.cannot write into NAND 
3.Stop

What version of the product are you using? On what operating system?

devkit8000 and Gingerbread

Ubuntu 11.04 - 32bit

Please provide any additional information below.

Now I compile it successfully. But I got some error on the putty.

I use the Ecliar's file: flash-uboot.bin ,  uImage.bin and install.conf

but I cannot write it into the NAND flash

the error message as below

Writing android.ubi into NAND flash

ubiformat: error!: file "/tmp/android.ubi" (size 60808704 bytes) is not 
multiple of erasebloack size (131072 bytes)  error 0 (Sucess)

Failed to format /dev/mtd5, try again...

Writing android.ubi into NAND flash

ubiformat: error!: file "/tmp/android.ubi" (size 60808704 bytes) is not 
multiple of erasebloack size (131072 bytes)  error 0 (Sucess)

Failed to flash android.ubi

Exit..

my buildspec.mk is TARGET_PRODUCT:=devkit8000 and 
INSTALL_PREBUILT_DEMO_APKS:=true

Original issue reported on code.google.com by ben482...@gmail.com on 1 Dec 2011 at 8:46