You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
guochunrong 6d0a53d35d Initial commit base buildroot 2022.02 2 years ago
..
ae3xx Initial commit base buildroot 2022.02 2 years ago
patches/linux Initial commit base buildroot 2022.02 2 years ago
readme.txt Initial commit base buildroot 2022.02 2 years ago

readme.txt

Intro
=====

Andestech(nds32) AE3XX Platform

The AE3XX prototype demonstrates the AE3XX example platform on the FPGA.
It is composed of one Andestech(nds32) processor and AE3XX.

How to build it
===============

Configure Buildroot
-------------------

The andes_ae3xx_defconfig configuration is a sample configuration with
all that is required to bring the FPGA Development Board:

$ make andes_ae3xx_defconfig

Build everything
----------------
Note: you will need to have access to the network, since Buildroot will
download the packages' sources.

$ make

Result of the build
-------------------

After building, you should obtain this tree:

output/images/
+-- vmlinux
+-- rootfs.cpio
+-- rootfs.tar

How to run it
=============

Run
---

Setup the Console with the rate 38400/8-N-1.

$ cd output/images
$ ../host/bin/nds32le-linux-gdb vmlinux
$ target remote [your host]
$ lo
$ c