Difference between revisions of "SDM850 build instructions"

From ESS-WIKI
Jump to: navigation, search
Line 153: Line 153:
 
5. Modify “WP\prebuilt\850\isogen_thumbdrive.proj” fles
 
5. Modify “WP\prebuilt\850\isogen_thumbdrive.proj” fles
  
'''&nbsp; &nbsp;&nbsp;'''A.&nbsp; &nbsp;Modify all "$(DesktopOS)\Install.wim" to "$(DesktopOS)\sources\Install.wim"<br/>&nbsp; &nbsp; B.&nbsp;&nbsp; Search &lt;WD_Target Condition="'$(WD_Target)'=="&gt;MTP;QRD;CLS&lt;/WD_Target&gt;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Edit as &lt;WD_Target Condition="'$(WD_Target)'=="&gt;<span style="color:#FF0000;">SFF</span>&lt;/WD_Target&gt;
+
&nbsp; &nbsp; A.&nbsp;Modify all "$(DesktopOS)\Install.wim" to "$(DesktopOS)\<span style="color:#FF0000;">sources</span>\Install.wim"
 +
 
 +
&nbsp; &nbsp; B.&nbsp;Modify all "$(DesktopOS)\**\Install.wim" to "$(DesktopOS)\<span style="color:#FF0000;">sources</span>\Install.wim"
 +
 
 +
&nbsp; &nbsp; C.&nbsp;Search <WD_Target Condition="'$(WD_Target)'==">MTP;QRD;CLS</WD_Target>
 +
 
 +
&nbsp; &nbsp; &nbsp; &nbsp; Edit as <WD_Target Condition="'$(WD_Target)'=="><span style="color:#FF0000;">SFF</span></WD_Target>
 +
 
  
 
6. Modify "WP\prebuild\850\isogen.proj" files&nbsp;&nbsp;&nbsp;
 
6. Modify "WP\prebuild\850\isogen.proj" files&nbsp;&nbsp;&nbsp;
Line 160: Line 167:
  
 
<span style="color:#FF0000;">&nbsp; &nbsp; &nbsp; &nbsp; AND '%(WDTargets.Identity)'!='SFF'</span>" /><br/>&nbsp;&nbsp;&nbsp;C.&nbsp;Copy your driver files(.ing .sys .cat .pdb...) to "WP\\prebuilt\850\driver\common\"
 
<span style="color:#FF0000;">&nbsp; &nbsp; &nbsp; &nbsp; AND '%(WDTargets.Identity)'!='SFF'</span>" /><br/>&nbsp;&nbsp;&nbsp;C.&nbsp;Copy your driver files(.ing .sys .cat .pdb...) to "WP\\prebuilt\850\driver\common\"
 +
  
 
7.&nbsp;Modify "WP\prebuilt\850\DesktopScripts\drivers.txt to add your driver name.
 
7.&nbsp;Modify "WP\prebuilt\850\DesktopScripts\drivers.txt to add your driver name.
 +
  
 
8.&nbsp;Delete folder "WP\prebuild\850\ARM64\" and “WP\prebuild\850\ISOGEN\” if you have before image building every time
 
8.&nbsp;Delete folder "WP\prebuild\850\ARM64\" and “WP\prebuild\850\ISOGEN\” if you have before image building every time
 +
  
 
9. Starting building
 
9. Starting building
Line 174: Line 184:
  
 
&nbsp; &nbsp; D: postbld.bat
 
&nbsp; &nbsp; D: postbld.bat
 
 
  
 
== Reference ==
 
== Reference ==

Revision as of 12:37, 4 July 2019

build board support package source

1. Unzip the SDM850 BSP package to D:\BSP

RTENOTITLE

2. Copy ACPI compiler

    copy "D:\EWDK\Program Files\Windows Kits\10\Tools\arm64\ACPIVerify\asl.exe" to "WP\src\acpi\rel\10.4\bin\"

3. Modify "WP\src\acpi\rel\10.4\acpi.wp63.proj”

    add "<Target Name="Clean"> </Target>" after "<Target Name="Build"> </Target>"

4. Modify “WP\src\tools\rel\10.4\qcbuildwp63.cmd”

    Find all "ATTRIB +R" and replace to "ATTRIB -R"

5. Delete or Rename "WP\src\tools\rel\10.4\CrmParallelization.py" to skip this python script

6. Run administrator command shell

    A. D:\EWDK>LaunchBuildEnv.cmd

    B. D:\>setenv.bat

    RTENOTITLE


7. Compilation

    A. Build for all : run the following command in WP\src folder after setting environment

        .\tools\rel\10.4\qcpackbuild.cmd -p 850 -platform ARM64

    B. Build component

        .\tools\rel\10.4\qcpackbuild.cmd -p 850 -platform ARM64 -componentsinput %1

    C. If ACPI compile fail at first time. Please rebuild it again with below command

        .\tools\rel\10.4\qcpackbuild.cmd -p 850 -platform ARM64 -componentsinput acpi


build non-HLOS image

The environment setting commands should be triggered before compiling each non-HLOS image    

    A. D:\EWDK>LaunchBuildEnv.cmd

    B. D:\>setenv.bat

    RTENOTITLE

1. bootloader - build & clean

    # cd boot_images\QcomPkg\

    # python buildex.py --variant WP -r RELEASE -t SDM845Pkg,QcomToolsPkg

    # python buildex.py --variant WP -r RELEASE -t SDM845Pkg,QcomToolsPkg --build_flags=cleanall

2. TZ - build & clean

    # cd trustzone_images\build\ms

    # python build_all.py CHIPSET=sdm845 -b TZ.XF.5.0.1 --cfg build_config_windows.xml --recompile

    # python build_all.py CHIPSET=sdm845 -b TZ.XF.5.0.1 --cfg build_config_windows.xml --clean

3. AOP - build & clean

    # cd aop_proc\build

    # build_845.bat

    # build_845.bat -c

4. aDSP - build & clean

    # cd adsp_proc\build

    # python build.py -c sdm845 -o all -f aDSP

    # python build.py -c sdm845 -o clean -f aDSP

5. cDSP - build & clean

    # cd cdsp_proc\build

    # python build.py -c sdm845 -o all -f CDSP

    # python build.py -c sdm845 -o clean -f CDSP

6. MPSS (modem) - build & clean

    # cd modem_proc\build\ms

    # python build_variant.py sdm845.gen.prod bparams=-k

    # python build_variant.py sdm845.gen.prod --clean

7. SLPI

  (1) Download "nanopb-0.3.6-windows-x86.zip" from "http://jpa.kapsi.fi/nanopb/download/"

  (2) copy "nanopb-0.3.6-windows-x86.zip" to "slpi_proc\ssc\tools\"

  (3) unzip nanopb-0.3.6-windows-x86.zip and set nanopb dependency

    # cd slpi_proc

    # python ssc\build\config_nanopb_dependency.py -f nanopb-0.3.6-windows-x86

  (4) build & clean

    # cd build\

    # python build.py -c sdm845 -o all -f SNS_DISABLE_ISLAND,SNS_REDUCED_SDC_PRAM

    # python build.py -c sdm845 -o clean

build WD image with adding drivers

1. Copy D:\DesktopOS into D:\BSP\NP850\prebuilt\


   RTENOTITLE

2. Copy folder "WP\src\build\Qualcomm\DISM" to "WP\prebuild\DesktopOS\”

3. Copy folder "WP\src\build\Qualcomm\BCDBoot" to "WP\prebuild\DesktopOS\”

4. Remove some .proj files to avoid building. Or you can rename them to.proj_

   createwdtargetsfile_19H1.proj

   featuremerger.proj

   inf2cat.proj

   isogen_19H1.proj

   isogen_thumbdrive_19H1.proj

   postsign_phone.proj

    regroup_drivers.proj


5. Modify “WP\prebuilt\850\isogen_thumbdrive.proj” fles

    A. Modify all "$(DesktopOS)\Install.wim" to "$(DesktopOS)\sources\Install.wim"

    B. Modify all "$(DesktopOS)\**\Install.wim" to "$(DesktopOS)\sources\Install.wim"

    C. Search <WD_Target Condition="'$(WD_Target)'==">MTP;QRD;CLS</WD_Target>

        Edit as <WD_Target Condition="'$(WD_Target)'==">SFF</WD_Target>


6. Modify "WP\prebuild\850\isogen.proj" files   

   A. Search <WD_Target Condition="'$(WD_Target)'==">MTP;CLS</WD_Target>   
        Edit as <WD_Target Condition="'$(WD_Target)'==">SFF</WD_Target>
   B. Search "<Error Text= "Incorrect WD_Taget alias. Please check WD_Target parameter. Exiting Build." Condition="'%(WDTargets.Identity)'!='MTP' AND '%(WDTargets.Identity)'!='CLS'" />" . 
        Edit as  <Error Text= "Incorrect WD_Taget alias. Please check WD_Target parameter. Exiting Build." Condition="'%(WDTargets.Identity)'!='MTP' AND '%(WDTargets.Identity)'!='CLS' 

        AND '%(WDTargets.Identity)'!='SFF'" />
   C. Copy your driver files(.ing .sys .cat .pdb...) to "WP\\prebuilt\850\driver\common\"


7. Modify "WP\prebuilt\850\DesktopScripts\drivers.txt to add your driver name.


8. Delete folder "WP\prebuild\850\ARM64\" and “WP\prebuild\850\ISOGEN\” if you have before image building every time


9. Starting building

    A. D:\EWDK>LaunchBuildEnv.cmd

    B. D:\>setenv.bat

    C: cd WP\prebuild\

    D: postbld.bat

Reference