S32G3 : how to use HSE in linux-A53

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

S32G3 : how to use HSE in linux-A53

419 Views
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 Kudos
Reply
3 Replies

381 Views
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 Kudos
Reply

398 Views
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 Kudos
Reply

394 Views
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 Kudos
Reply