Difference between revisions of "MI3.1 Standard Image V1.0.1 Porting SOP"
From ESS-WIKI
(Fix some typo) |
Eric.liang (talk | contribs) (→SOP for Porting) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 10: | Line 10: | ||
#Insert Target platform and boot up -> root/root | #Insert Target platform and boot up -> root/root | ||
#copy modem_cell_default to /etc/. | #copy modem_cell_default to /etc/. | ||
− | #copy usb-modem.sh to / | + | #copy usb-modem.sh to /lib/network/usb-modem.sh |
#copy ar3k.zip to /lib/firmware/ & unzip ar3k.zip | #copy ar3k.zip to /lib/firmware/ & unzip ar3k.zip | ||
#RD Verify & HW Functional Test | #RD Verify & HW Functional Test | ||
Line 30: | Line 30: | ||
==For Quark Memeory Configuration== | ==For Quark Memeory Configuration== | ||
− | ./layers/wr-bsps/intel-quark/recipes-support/spi-layout-tools/files/platform-data/clantonhill-platform-data.ini | + | ./layers/wr-bsps/intel-quark/recipes-support/spi-layout-tools/files/platform-data/clantonhill-platform-data.ini<br /> |
+ | |||
+ | This spi flash binary without ini configuration<br /> | ||
+ | |||
+ | ./bitbake_build/tmp/work/x86_64-linux/spi-layout-tools/1.2.0-r0/spi-flash-tools_v1.2.0/sysimage-clantonhill/Flash-missingPDAT.bin |
Latest revision as of 10:35, 9 August 2016
Contents
Prepare
- Ubuntu 14.04 x64 develop host installed with MI3.1 WindRiver workbench
- 4GB USB Flash
- Porting Target ( ex: UTX-3115 )
SOP for Porting
- MI3.1_Pro_Config_V1.sh barytail 0014
- make fs
- sudo ./deploy.sh -u -f ./export/intel -d /dev/sdx -y; sync
- Insert Target platform and boot up -> root/root
- copy modem_cell_default to /etc/.
- copy usb-modem.sh to /lib/network/usb-modem.sh
- copy ar3k.zip to /lib/firmware/ & unzip ar3k.zip
- RD Verify & HW Functional Test
- sudo dd if=/dev/sdm of=./IDP_MI3.1_7.0.0.14_x64_ARK-1123H_V1.0.1_20160530.img bs=4M; sync
- md5sum IDP_MI3.1_7.0.0.14_x64_ARK-1123H_V1.0.1_20160530.img > IDP_MI3.1_7.0.0.14_x64_ARK-1123H_V1.0.1_20160530.img.md5
- gzip IDP_MI3.1_7.0.0.14_x64_ARK-1123H_V1.0.1_20160530.img
- md5sum IDP_MI3.1_7.0.0.14_x64_ARK-1123H_V1.0.1_20160530.img.gz > IDP_MI3.1_7.0.0.14_x64_ARK-1123H_V1.0.1_20160530.img.gz.md5
Double Confirm
- gunzip IDP_MI3.1_7.0.0.14_x64_ARK-1123H_V1.0.1_20160530.img
- dd if=./IDP_MI3.1_7.0.0.14_x64_ARK-1123H_V1.0.1_20160530.img of=/dev/sdx bs=4M; sync
- Insert Target platform and boot up
Note
BIOS Setting for Baytrail and Haswell platforms
- BIOS -> Advanced / Miscellaneous Configuration / OS Selection -> Windows 8.X
- MI3.1 image needs boot from UEFI mode => Boot / Boot mode select [UEFI]
- If user want to support Secure boot => Please disable CSM and enable Secure boot in BIOS setting.
For Quark Memeory Configuration
./layers/wr-bsps/intel-quark/recipes-support/spi-layout-tools/files/platform-data/clantonhill-platform-data.ini
This spi flash binary without ini configuration
./bitbake_build/tmp/work/x86_64-linux/spi-layout-tools/1.2.0-r0/spi-flash-tools_v1.2.0/sysimage-clantonhill/Flash-missingPDAT.bin