I made a board according to MPC8306SOM , and download the uboot.bin. The QE can't work and hangs at "Net:". I found the problem is caused by the lack of QE ROM ,so I must download the qe firmware to flash , However I can't find the proper version of mpc8306 qe from websit "http://opensource.freescale.com/firmware/",and don't know which address of flash to be download,The address was defined in the mpc8306som.h ,"#define CONFIG_SYS_QE_FW_ADDR 0xFE7E0000" . Should I download firmware at 0xfff00000 address? the start address of flash is 0xff800000.
thanks!
已解决! 转到解答。
Yes, uboot binary image does not contain microcode image, microcode image should be programmed to specified location in flash, as described in the document I mentioned above.
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Please let me know which Linux BSP you are using. In case if you are using Linux BSP from MPC8306SOM board, than this procedure of QE microcode upload is implemented already in this BSP, and QE microcode image is distributed as a part of this BSP.
Uboot image definitely does not contain QE microcode image, it is a separate file. What do you think about reading documentation included in Linux BSP?
\help\software\tools_8309som\nor_flashing\ NOR Flash Programming User Manual.pdf
Yes, uboot binary image does not contain microcode image, microcode image should be programmed to specified location in flash, as described in the document I mentioned above.
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------