UBoot

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

UBoot

1,128 Views
anku
Contributor I

Hi,

I am  using freescale P2020 Board RevD , onto which i am loading u-image, .bin and .dtb files from tftp server
After transfer , when i issued command --> bootm 1000000 2000000 c00000 as per freescale infocenter.


It gives an Error - "Can't get Kernal Image" and also gives a warning "adjustable available memory to 30000000".

Kindly provide me the solution to boot up the board using these images onto NOR flash on-board. (SDK Version used 1.7)

Labels (1)
0 Kudos
7 Replies

956 Views
Pavel
NXP Employee
NXP Employee

The following files should be loaded using TFTP:

uImage-<machine>.bin - kernel binary of the image

fsl-image-<machine>.ext2.gz.u-boot - ramdisk image that can be loaded with U-Boot

uImage-<machine>.dtb - device tree binary (dtb)

The “bootm” command should be issued after that.

Do you use the same command sequence?


Have a great day,
Pavel

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

956 Views
anku
Contributor I

HI,

Thanks.

Yes ..I issued a similar commands.

Attached log file for reference.

Please suggest what went wrong, why it’s still unable to boot?

Rgds,

Ankit

0 Kudos

956 Views
Pavel
NXP Employee
NXP Employee

Use the following command sequence:

tftp 1000000 uImage--3.12-r0-p2020rdb-20150316135002.bin

tftp 2000000 fsl-image-core-p2020rdb-20150317100529.rootfs.ext2.gz.u-boot

tftp c00000 uImage--3.12-r0-p2020rdb-pc_32b-20150316135002.dtb

bootm 1000000 2000000 c00000


Have a great day,
Pavel

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

955 Views
anku
Contributor I

Hi,

PFA the printenv log too.

Kindly suggest if there is any issue in the set environment variables.

Rgds,

Ankit

0 Kudos

956 Views
Pavel
NXP Employee
NXP Employee

Do you use this command sequence:

tftp 1000000 uImage--3.12-r0-p2020rdb-20150316135002.bin

tftp 2000000 fsl-image-core-p2020rdb-20150317100529.rootfs.ext2.gz.u-boot

tftp c00000 uImage--3.12-r0-p2020rdb-pc_32b-20150316135002.dtb

bootm 1000000 2000000 c00000


Have a great day,
Pavel

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

956 Views
anku
Contributor I

With this sequence. It worked.

Thanks a lot

Rgds,

Ankit

0 Kudos

956 Views
anku
Contributor I

Hi,

PFA the log.

When I gave a bootm command …it says Rebooting in 180 sec and after that nothing happens.

You please go through with the log.

Suggest the solution to resolve.

Thanks,

Ankit

0 Kudos