FAQ_MA35D1_Load RTP Binary at TF-A

Post Reply
ytliu6
Posts: 80
Joined: 08 Nov 2022, 10:28

14 Dec 2022, 17:11

Buildroot:
1. Place the RTP binary to particular folder

Code: Select all

/output/image/RTP-BSP
2. Tick Add RTP M4 into FIP and modify the name to yours
$ make menuconfig

Code: Select all

Bootloaders --->
   [*] Add RTP M4 into FIP
   (RTP-BSP/Template.bin) RTP M4 binary names
3.	Rebuild TF-A and whole Image
$ make arm-trusted-firmware-reconfigre $$ make
4. Program the Image to target board

Yocto:
1. Place the RTP binary to particular folder

Code: Select all

~/yocto/build/tmp-glibc/deploy/images/numaker-som-ma35d16a81/m4proj/RTP_Code.bin
2. Modify configuration of your target board

Code: Select all

~/yocto/source/meta-ma35d1/conf/machine/numaker-som-ma35d16a81.conf

#Load RTP-M4 into FIP image and run RTP-M4
TFA_LOAD_M4 = "yes"
# Need to set binary file from deploy/images/{machine}
TFA_M4_BIN= "m4proj/Template.bin"
3. Rebuild TF-A and whole Image

Code: Select all

$bitbake tf-a-ma35d1 –C compile && bitbake nvt-image-qt5
4. Program the Image to target board



#MA35D1 #RTP #M4 #Load M4 #TF-A
Attachments
FAQ_MA35D1_Load RTP Binary at TF-A 1.png
FAQ_MA35D1_Load RTP Binary at TF-A 1.png (48.3 KiB) Viewed 7447 times

Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 12 guests