BIOS code for IMX6 quad

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

BIOS code for IMX6 quad

1,229 Views
adityanagal
Contributor III

Hi ,

I have the following questions , kindly suggest.

1. Is there any open source code for BIOS for IMX6 quad processor.

2. Can we enable interfaces like I2C , SPI , USB etc in the Boot Rom code itself.

3. Which hardware tool to use for flashing the BIOS over the Boot Rom of the processor.

Regards,

Aditya

0 Kudos
Reply
1 Reply

829 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Aditya Nagal,

(1) The Boot ROM code of the i.MX6 is fixed and no source code is provided for it. The features of the Boot ROM code and more detailed information on the boot process can be found on Chapter 8 of the i.MX6Q Reference Manual. The ROM code loads the bootloader (u-boot) can also allow the downloading of programs to be run on the device.

U-boot source code is available.

(2) You may enable interfaces from u-boot itself. (The ROM Code interface functionalities are fixed and limited to the ones specified on the Reference Manual). You may also run them bareboard. There is a SDK which is no longer supported but can be provided as reference by opening a Case.

I hope this information helps!

Regards,