What are the differences u-boot 2009 and 2014?

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

What are the differences u-boot 2009 and 2014?

1,323 Views
mehmetipin
Contributor II

Dear community,

We have a custom MXDL prototype board, which u-boot 2009 is being downloaded, but for 2014, I receive the following messages. I used flash_header.S in 2009, since I could not find it in 2014, instead I carried register settings of flash_header into mx6dlsabres.cfg file. 

I could not set the DCD section of 2014, which is for sabresd board, not for my board; Any one knows the name of the file which I can set the DCD of 2014 accordingly?

Best regards.

Mehmet Ali ipin

sudo ./imx_usb u-boot.bin
config file <.//imx_usb.conf>
vid=0x066f pid=0x3780 file_name=mx23_usb_work.conf
vid=0x15a2 pid=0x004f file_name=mx28_usb_work.conf
vid=0x15a2 pid=0x0052 file_name=mx50_usb_work.conf
vid=0x15a2 pid=0x0054 file_name=mx6_usb_work.conf
vid=0x15a2 pid=0x0061 file_name=mx6_usb_work.conf
vid=0x15a2 pid=0x0063 file_name=mx6_usb_work.conf
vid=0x15a2 pid=0x0071 file_name=mx6_usb_work.conf
vid=0x15a2 pid=0x007d file_name=mx6_usb_work.conf
vid=0x15a2 pid=0x0076 file_name=mx7_usb_work.conf
vid=0x15a2 pid=0x0041 file_name=mx51_usb_work.conf
vid=0x15a2 pid=0x004e file_name=mx53_usb_work.conf
vid=0x15a2 pid=0x006a file_name=vybrid_usb_work.conf
vid=0x066f pid=0x37ff file_name=linux_gadget.conf
config file <.//mx6_usb_work.conf>
parse .//mx6_usb_work.conf
Interface 0 claimed
HAB security state: development mode (0x56787856)
== work item
filename u-boot.bin
load_size 0 bytes
load_addr 0x00000000
dcd 1
clear_dcd 0
plug 1
jump_mode 2
jump_addr 0x00000000
== end work item

unknown load address
DoIRomDownload failed, err=-3
HAB security state: development mode (0x56787856)

Labels (1)
0 Kudos
4 Replies

979 Views
mehmetipin
Contributor II

Dear Yuri,

Thanks and best regards.

Mehmet

0 Kudos

979 Views
Yuri
NXP Employee
NXP Employee

Hello

  Chapter 1 (Porting U-Boot from an i.MX 6/7 Reference Board to an i.MX 6/7

Custom Board) contains information how to modify and rebuild the U-boot.

< http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS >

Summary page :

< http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-
processors/i.mx-software-and-tools:IMXSW_HOME >

Have a great day,
Yuri

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

979 Views
mehmetipin
Contributor II

Dear Yuri,

Thank you for your informations. I have already read the document "imx bsp porting guide.pdf, paragraph 1.3.1", ported ddr_stress_test register settings to mx6dlsabres.cfg file, same as in flash_header.S for u-boot 2009 (it is already working), but for u-boot 2015, I am receiving the messages above. 

Would you please have a look it, What are the meaning of "vid=0x066f pid=0x3780 file_name=mx23_usb_work.conf" ?

Do these message show us DDR is initialized?

Best regards.

0 Kudos

979 Views
Yuri
NXP Employee
NXP Employee

Hello,

  You should use u-boot.imx.

u-boot.bin and u-boot.imx 

https://community.nxp.com/message/863693  

Regards,

Yuri.

0 Kudos