Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README-EN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# AS02MC04_hack

Reverse engineering resources for the AS02MC04 board.

## Contents

- constraints: Constraint files describing pin functions.
- documents: Reference documentation.
- examples: Sample projects.
- as02mc04: Board files.

## How to Use

Copy the as02mc04 folder into Vivado/<version>/data/boards/board_files/. If the board_files directory does not exist, create it manually.

Open Vivado and create a new project, you will then be able to select "AS02MC04 NIC Card".

## More Information

For further details, please refer to my blog:

https://www.tiferking.cn/index.php/2025/01/06/721/
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# AS02MC04_hack

For the English version please check [README-EN.md](README-EN.md)

AS02MC04 板卡逆向资料

## 包含内容

- constraints: 约束文件,描述引脚作用。
- documents: 参考文档。
- examples: 样例工程。
- as02mc04: 板卡文件。
- constraints: 约束文件,描述引脚作用。
- documents: 参考文档。
- examples: 样例工程。
- as02mc04: 板卡文件。

## 使用方法

Expand Down