Skip to content

BarryWang2017/meta-synopsys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This layer provides support for Synopsys / ARC CPU

Build procedure

  1. Download necessary files using repo utility
	repo init -u https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-oe-manifest
	repo sync -j4 
  1. Enter the openembedded-core directory
	cd oe
  1. Initialize build directory by using template files
	export TEMPLATECONF=../meta-synopsys/conf
	source oe-init-build-env build
  1. For creating image for HSDK open ./conf/local.conf file in your favourite text editor and replace line:
	MACHINE = "nsimhs"

to

	MACHINE = "hsdk"
  1. Build synopsys image (currently, the rootfs is used as initramfs)
	bitbake virtual/kernel

About

Synopsys ARC hardware support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • BitBake 53.4%
  • PHP 33.6%
  • SourcePawn 10.0%
  • Assembly 1.7%
  • Makefile 1.3%