building bsp for distribution

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

building bsp for distribution

674 Views
garimella
Contributor I

I have downloaded BSP for a Power PC platform  successfully modified according to needs of the custom target board and the application is running. Now I would like to create the ISO for the modified BSP so as to distribute to the end users. What are the commands to do so.  Running this command should not wipe out my existing modified settings.

0 Kudos
3 Replies

520 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello vishnu prasad,


Please refer to the attached script, which we are using to generate Yocto release ISO.


Usage:

./giso.sh  -d yocto_dir -p iso_prefix -c cache_compress_type

        -d        the full path of yocto folder
        -p        prefix of generated ISO name
        -c        cache packages compress type, value can be xz, bzip2 or gzip.
                  default compress type is xz.


Eg:  $ ./giso.sh -p QorIQ-DPAA-SDK -d <path-of-yocto>

Thanks,

Yiping

0 Kudos

520 Views
garimella
Contributor I

Dear Yiping

Can you help me for LTIB not yocto?

Also please let me know how to configure LTIB to make my linux application boot during start up?

regards

Visnu

0 Kudos

520 Views
garimella
Contributor I

Dear Yiping

Can you help me for LTIB not yocto?

Also please let me know how to configure LTIB to make my linux application boot during start up?

regards

Visnu

0 Kudos