Tagged Questions
0
votes
0answers
48 views
fsl i.mx6 burning ,when start the burning android system appear Initialize error
U-Boot 2009.08 ( 3月 05 2013 - 17:20:28)
CPU: Freescale i.MX6 family TO1.2 at 792 MHz
Temperature: 34 C, calibration data 0x5774e769
mx6q pll1: 792MHz
mx6q pll2: 528MHz
mx6q pll3: 480MHz
mx6q ...
1
vote
0answers
782 views
android devices use “dd” command to write a kernel to mmcblk can't bootable
i have a android devices boot with u-boot .this devices has a emmc which named in dev as /dev/block/mmcblk0.there is 4 partations on it . /dev/block/mmcblk0p{1,2,3,4} . i had know that mmcblk0p1 is ...
2
votes
0answers
895 views
create bootable sdcard for embedded board which will ultimately run android
Context:
I designed an embedded system and I ported Android Gingerbread to run on it. I use an ARM Cortex-A8 based CPU module that has the CPU, SDRAM, NANDFLASH on it and all the rest available on ...
1
vote
0answers
1k views
How to change android boot logo (u-boot-logo.data)?
I am trying to change the android mascot boot splash image that shows up after booting an android device. The original file for this image is named u-boot-logo.data, and is located among the firmware ...
6
votes
3answers
2k views
How does the bootloader pick up the command after a “restarting system with command”?
Looking in the android source for the reboot command we find the following line:
__reboot(LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, \
LINUX_REBOOT_CMD_RESTART2, argv[optind]);
Which is the ...
2
votes
1answer
3k views
howto replace android with another distribution
I bought a very weak netbook that comes preinstalled with android 2.0 which
I want to replace with another linux distro like puppy or damnSmallLinux.
the netbook has no bios menu with "boot from SD ...