0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Zybo > Chronicles blog 47 > AMPの使用 > 1. AMP実装用のzipファイル設定

Last updated at Posted at 2016-06-14

MicroZed Chronicles リスト http://adiuvoengineering.com/?page_id=285
@ Adam Taylor blog
https://forums.xilinx.com/t5/Xcell-Daily-Blog/Adam-Taylor-s-MicroZed-Chronicles-Part-47-AMP-Asymmetric/ba-p/512235

2つのbare metal applicationをZynqの2つのARM Cortex-A9で動作させようとしている。

Unfortunately the Vivado design suite I am using 2014.1 … does not support AMP when it generates an FSBL (first-stage boot loader). Therefore to get this example up and running I will be using the modified FSBL and modified standalone OS provided as part of Xilinx Application note XAPP1079. (The source files are available here http://www.xilinx.com/support/documentation/application_notes/xapp1079-amp-bare-metal-cortex-a9.pdf)

最近のVivadoでのAMP実装が可能なのかは不明。
実際に使う段階になってから調べるというのでいい。

Having downloaded the zip file the first step is to extract the zipped files into your desired working directory and to rename the folder called SRC to design. These files contain both a modified FSBL and a modified, standalone OS. We need the SDK to be aware of these files so the next step is to update your SDK repository to make the SDK aware of their existence. Within SDK under the Xilinx tools menu, select repositories and then new, navigating to the directory location \app1079\design\work\sdk_repo as shown below:

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?