# meta-synopsys **Repository Path**: LinuxHacker/meta-synopsys ## Basic Information - **Project Name**: meta-synopsys - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-07-28 - **Last Updated**: 2024-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Building basic images for ARC boards with OpenEmbedded ## Preparation ### Checkout OpenEmbedded sources ``` mkdir oe cd oe repo init -u https://github.com/foss-for-synopsys-dwc-arc-processors/meta-synopsys -b master -m tools/manifests/synopsys-oe.xml repo sync ``` ### Setup environment ``` . ./openembedded-core/oe-init-build-env bitbake-layers add-layer ../meta-openembedded/meta-oe bitbake-layers add-layer ../meta-synopsys ``` ### Start building * `vmlinux` usable with nSIM simulator - for ARC700: `MACHINE=nsim700 bitbake virtual/kernel` - for ARCHS38: `MACHINE=nsimhs bitbake virtual/kernel` * SD-card image - for AXS101: `MACHINE=axs101 bitbake core-image-base` - for AXS103: `MACHINE=ax103 bitbake core-image-base` - for HSDK: `MACHINE=hsdk bitbake core-image-base`