S32G3 : how to use HSE in linux-A53

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32G3 : how to use HSE in linux-A53

426件の閲覧回数
wenyunhao
Contributor I

Hi,there:

    Now, I want use hse function in A53-Linux,  but when i append hse to yocto'confuration file according "S32G3_LinuxBSP_38.0_User_Manual.pdf , Chapter 10 " , I modified and append "build_s32g399ardb3/conf/local.config" like below:

   DISTRO_FEATURES:append = " hse"
   NXP_FIRMWARE_LOCAL_DIR = " /home/chao/s32g3"   /* Here, I placed the hse package and modefied the package's name to HSE_FW_S32G3XX_0_2_16_1 */
   DISTRO_FEATURES:append = " secboot"
   HSE_LIC = "license.rtf"
   HSE_VERSION = "0_2_16_1"
   HSE_SOC_REV = "rev1.1"
   HSE_LIC_MD5 = " ??? "   /* I'm not sure where can i get this Md5 Signature */

  Execute : bitbake fsl-image-auto    , thne lots of errors occures, 

can anyone tell me how to build and use the hse function in the a53-linux ?

 

0 件の賞賛
返信
3 返答(返信)

388件の閲覧回数
chenyin_h
NXP Employee
NXP Employee

Hello, @wenyunhao

Thanks for the feedback.

  1. Sorry that I do not see there is 0.2.26.1 version HSE firmware existed, do you mean the 0.2.16.1?
  2. From the Linux BSP 38.0 Release Notes for S32G3, the HSE firmware supported in this release is 0.2.22.0, not 0.2.16.1.
  3. For HSE_LIC_MD5, it is MD5 Checksum of the license, you may calculate it yourself and then input it to the configuration file.

Hope it helps.

 

Best Regards

Chenyin

0 件の賞賛
返信

405件の閲覧回数
chenyin_h
NXP Employee
NXP Employee

Hello, @wenyunhao

Thanks for the question.

You may set it referencing the following:

  1. Firstly, you may put the downloaded firmware directory HSE_FW_S32G3XX_0_2_22_0 under a certain directory from you host, say /home/test/hse.
  2. Then, put the following to the conf/local.conf

DISTRO_FEATURES:append = " hse"

NXP_FIRMWARE_LOCAL_DIR = "/home/test/hse"

  1. After it, try bitbake fsl-image-auto in your testing environment.

Hope it helps.

 

Best Regards

Chenyin

0 件の賞賛
返信

401件の閲覧回数
wenyunhao
Contributor I

hi, thanks for your replay:

   Mabye you didn't understand my question, I want to use HSE' reversion is "0.2.26.1" not the default  " 0_2_22_0" ,  accroding the user manual, how can I get the HSE_LIC_MD5 ' value ? 

0 件の賞賛
返信