Project Home
Project Home
Wiki
Wiki
Project Information
Project Info
wiki3476: Nto640_fastboot_ipl_notes (Version 3)


Fastboot IPL Notes for Momentics 6.4 BSPs#

This guide explains how to use a Fastboot IPL Source only package with its counterpart BSP.

Note:
To access the Fastboot IPL Source package for a specific BSP, users must have signed the Intel Fastboot NDA.

Merging the BSP and IPL (For Momentics IDE users)#

Momentics IDE 4.5 and earlier cannot simply import Fastboot IPL packages into an existing BSP project. The BSP and IPL Source zip files must first be merged before the BSP/IPL can be imported into the IDE. This can simply be done by the following steps:
  1. Unzip the BSP
  2. Unzip the IPL in the same directory as the unzipped BSP
  3. Zip the resulting directory ensuring that the images install prebuilt src directories appear at the root of the zip archive.

OR

Running the fastboot_bsp_merge.sh script as follows: ./fastboot_bsp_merge.sh IPL_Source.zip BSP.zip merged.zip

Where:

  • IPL_Source.zip is the zip file containing the IPL source only.
  • BSP.zip is the zip file containing the entire BSP.
  • merged.zip is the resulting zip file to be created by merging the IPL Source and BSP zip files.
Attachments:
Text fastboot_bsp_merge.sh [Nto640_fastboot_ipl_notes/fastboot_bsp_merge.sh]