The forum for Real6410

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum for Real6410

More Real6410 board details, please visit: www.real6410.com


2 posters

    1. download android image by tftp method

    avatar
    Admin
    Admin


    Posts : 2
    Join date : 2010-08-09

    1. download android image by tftp method Empty 1. download android image by tftp method

    Post  Admin Thu Aug 19, 2010 3:13 pm

    A. Boot the board and enter the uboot command from sd card boot mode.
    Refer to the Android user manual in the CD. Real6410 Android2.1 Development manual.pdf
    B. Download the into your computer, and then uncompress it.
    C. Download and burn uboot image in uboot command.
    # tftp c0008000 u-boot.bin
    # nand erase 0 40000
    # nand write c0008000 0 40000

    D. Download and burn kernel image in ubooot command.
    # tftp c0008000 zImage_android_43
    # nand erase 40000 300000
    # nand write c0008000 40000 300000

    Notice: zImage_android_43 is for 4.3"LCD
    zImage_android_70 is for 7.0"LCD
    E. Download and burn cramfs in uboot command
    # tftp c0008000 rootfs_android.cramfs
    # nand erase 400000 400000
    # nand write c0008000 400000 400000
    F. Set the uboot param.
    # setenv bootargs noinitrd root=/dev/mtdblock0 console=ttySAC0 init=/linuxrc
    # saveenv

    G. Download the android filesystem
    Refer to the follow website: Burning Android filesystem system
    avatar
    nickburt
    Guest


    1. download android image by tftp method Empty driver problem

    Post  nickburt Thu Sep 02, 2010 1:40 am

    The driver does not work.. I get this listing in Device Manager:

    Other Devices
    -> SEC S3C6400X Test B/D

    .. but when updating the driver from your disk, it doesn't work. It says "Windows could not find driver software for your device."
    avatar
    nickburt
    Guest


    1. download android image by tftp method Empty tftp method also not working

    Post  nickburt Thu Sep 02, 2010 1:44 am



    I tried to use the tftp method

    # tftp c0008000 u-boot.bin

    but it says:

    TFTP from server 192.168.1.178; our IP address is 192.168.1.20
    Filename 'u-boot.bin'.
    Load address: 0xc0008000
    Loading: T T T T T T T T T T
    Retry count exceeded; starting again
    avatar
    Neil


    Posts : 7
    Join date : 2010-08-20

    1. download android image by tftp method Empty Re: 1. download android image by tftp method

    Post  Neil Mon Sep 06, 2010 11:01 am

    nickburt wrote:The driver does not work.. I get this listing in Device Manager:

    Other Devices
    -> SEC S3C6400X Test B/D

    .. but when updating the driver from your disk, it doesn't work. It says "Windows could not find driver software for your device."

    Which system you install ther driver, could capture a picture for me, or you can send it to my mail
    avatar
    Neil


    Posts : 7
    Join date : 2010-08-20

    1. download android image by tftp method Empty Re: 1. download android image by tftp method

    Post  Neil Mon Sep 06, 2010 11:02 am

    nickburt wrote:

    I tried to use the tftp method

    # tftp c0008000 u-boot.bin

    but it says:

    TFTP from server 192.168.1.178; our IP address is 192.168.1.20
    Filename 'u-boot.bin'.
    Load address: 0xc0008000
    Loading: T T T T T T T T T T
    Retry count exceeded; starting again

    Do you set the ip for PC, you should set the pc ip address for 192.168.1.178

      Current date/time is Fri Apr 26, 2024 4:36 pm