Significance of FMAN micro code

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

Significance of FMAN micro code

2,224 Views
veerendranathj
Contributor III

Is it necessary to use FMAN micro code to enable Ethernet interfaces in my own standalone binary/bootloader for P2041RDB..?

If yes.. how can I integrate it?

0 Kudos
1 Reply

812 Views
bpe
NXP Employee
NXP Employee

Loading microcode is essential because it controls FMAN internal RISCs. No correct operation at all is possible

if the microcode is not loaded. Microcodes are provided as binaries, they are part of QorIQ SDK. Unpack

the package named 'fm-ucode' to get the binaries. Refer to u-boot source code, file drivers/net/fm/fm.c, function

fman_upload_firmware() on how to upload the microcode.

0 Kudos