After Download ubuntu image by Mfgtool ,it trys to Downloading kernel  Images by  NFS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

After Download ubuntu image by Mfgtool ,it trys to Downloading kernel  Images by  NFS

Jump to solution
1,159 Views
cody
Contributor II

After Download ubuntu image by Mfgtool ,it trys to Downloading Images by  NFS.

 

Why?

 

 

U-Boot 2009.08 (Aug 16 2013 - 12:25:07)

 

 

CPU: Freescale i.MX6 family TO1.1 at 792 MHz

Thermal sensor with ratio = 188

Temperature:   35 C, calibration data 0x5a500000

mx6q pll1: 792MHz

mx6q pll2: 528MHz

mx6q pll3: 480MHz

mx6q pll8: 50MHz

ipg clock     : 66000000Hz

ipg per clock : 66000000Hz

uart clock    : 80000000Hz

cspi clock    : 60000000Hz

ahb clock     : 132000000Hz

axi clock   : 198000000Hz

emi_slow clock: 99000000Hz

ddr clock     : 396000000Hz

usdhc1 clock  : 198000000Hz

usdhc2 clock  : 198000000Hz

usdhc3 clock  : 198000000Hz

usdhc4 clock  : 198000000Hz

nfc clock     : 24000000Hz

Board: i.MX6DL/Solo-SABRESD: unknown-board Board: 0x61011 [POR ]

Boot Device: MMC

I2C:   ready

DRAM:   1 GB

MMC:   FSL_USDHC: 0,FSL_USDHC: 1,FSL_USDHC: 2,FSL_USDHC: 3

*** Warning - bad CRC or MMC, using default environment

 

 

In:    serial

Out:   serial

Err:   serial

Found PFUZE100! deviceid=10,revid=10

Net:   got MAC address from IIM: 00:04:9f:02:68:be

FEC0 [PRIME]

Hit any key to stop autoboot:  0

FEC: Link is Up 796d

Using FEC0 device

TFTP from server 192.168.1.101; our IP address is 192.168.1.103

Filename 'uImage'.

Load address: 0x10800000

Loading: #################################################################

         #################################################################

         #################################################################

         #################################################################

         ####

done

Bytes transferred = 3866508 (3aff8c hex)

## Booting kernel from Legacy Image at 10800000 ...

   Image Name:   Linux-3.0.35-2666-gbdde708

   Image Type:   ARM Linux Kernel Image (uncompressed)

   Data Size:    3866444 Bytes =  3.7 MB

   Load Address: 10008000

   Entry Point:  10008000

   Verifying Checksum ... OK

   Loading Kernel Image ... OK

OK

 

 

Starting kernel ...

 

 

Uncompressing Linux... done, booting the kernel.

Linux version 3.0.35-2666-gbdde708 (r65388@shlinux3) (gcc version 4.6.2 2011063

 

 

 

 

 

 

uboot  and  kernel  is  :L3.0.35_4.1.0_130816_images_MX6.

 

Mfgtools is  :Mfgtools-Rel-4.1.0_130816_MX6DL_UPDATER

 

cfg.ini contents:

[profiles]

chip = MX6DL Linux Update

 

 

[platform]

board = SabreSD

 

 

[LIST]

name =i.MX6DL-ubuntu-SabreSD-eMMC

 

And  I  put  the   uboot  and  kernel      in   D:\Mfgtools-Rel-4.1.0_130816_MX6DL_UPDATER\Mfgtools-Rel-4.1.0_130816_MX6DL_UPDATER\Profiles\MX6DL Linux Update\OS Firmware\files.

 

10201_10201.png2014-03-10_181655.png

You  can  see   MfgTool.log  in the  attchment.

Original Attachment has been moved to: MfgTool.log.zip

Labels (1)
1 Solution
571 Views
QiaopingZhang
Contributor II

you can use Mfgtool with "name =i.MX6DL-ubuntu-SabreSD-eMMC" in cfg.ini,

and Enter the  following commands in the U-Boot prompt:

MX6SDL SABRESD U-Boot > set bootcmd 'run bootcmd_mmc'

MX6SDL SABRESD U-Boot > save

The prebuild image works fine on my board.


View solution in original post

0 Kudos
1 Reply
572 Views
QiaopingZhang
Contributor II

you can use Mfgtool with "name =i.MX6DL-ubuntu-SabreSD-eMMC" in cfg.ini,

and Enter the  following commands in the U-Boot prompt:

MX6SDL SABRESD U-Boot > set bootcmd 'run bootcmd_mmc'

MX6SDL SABRESD U-Boot > save

The prebuild image works fine on my board.


0 Kudos