This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Flash v1.6.0.0的使用问题



你好:

我想问一下flash v1.6.0.0这个工具在使用的时候下载的映像文件必须是二进制文件吗?我现在想通过这个工具烧录MLO,u-boot.bin,uImage这几个映像文件,但烧录后,启动发现启动不起来uboot,出错了,所以想问问是不是烧录的文件的格式必须是.bin文件?望给予及时解答,谢谢。

  • 我附上启动后超级终端显示的错误信息截图。

  • 我这个开发板上的nand flash用的是Mcron公司的MT29CxGxxMADLAJA,不知道这个会不会影响什么?网上有人用的是三星的nand,说是下载时修改了几个配置文件,具体我复制过来了,请看。希望尽快给予解答,小弟将不胜感激!

    在使用flash V1.6烧录时,注意根据使用的flash型号修改以下的几个配置文件
    因为我们使用的是Sumsung K9F1G08.故修改以下信息
    omapflash2nd.txt
    修改CUSTOM_AM35XX_BOARD dnld_startup_omap3_gp_1g.2nd
    configuration_custom_am35xx.txt
    烧写x-loader
    memory NANDINFO1BITBOOT driver Targets\Flash-Drivers\nand_onfi_16bit_8bit.bin parameters gpmc 0x6E000000 cs 0 address 0x30000000 bberase 0 onfi 0 bpp 2048
    sbpp 64 ppb
    64 bpl 1024 l 1 acv 0x22 f 0x0018 eccoffset 2
    烧写uboot
    memory NANDINFOSWECC driver Targets\Flash-Drivers\nand_onfi_16bit_8bit.bin parameters gpmc 0x6E000000 cs 0 address 0x30000000 bberase 0 onfi 0 bpp 2048 sbp
    p 64 ppb 64
    bpl 1024 l 1 acv 0x22 f 0x0018 swecc 1 eccoffset 40
    烧写kernel
    memory NANDINFOSWECC driver Targets\Flash-Drivers\nand_onfi_16bit_8bit.bin parameters gpmc 0x6E000000 cs 0 address 0x30000000 bberase 0 onfi 0 bpp 2048 sbp
    p 64 ppb 64
    bpl 1024 l 1 acv 0x22 f 0x0018 swecc 1 eccoffset 40
    GPMC_CONFIG1_0 0x00000800 bit12-13是表示是8bit 还是16bit k9f1g08是8bit flash

  • OMAP的发错地方了吧.