kumquat-buildroot/board/andes/ae300
Yu Chien Peter Lin 48bdd83741 board/andes: rearrange andes folder structure
In order to add ae350 RISC-V platform, rename ae3xx to ae300 for NDS32
architecture.

AE300 (NDS32):
- http://www.andestech.com/en/products-solutions/andeshape-platforms/ae300/
AE350 (RISC-V):
- http://www.andestech.com/en/products-solutions/andeshape-platforms/ae350-axi-based-platform-pre-integrated-with-n25f-nx25f-a25-ax25/

Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
Signed-off-by: Alan Kao <alankao@andestech.com>
Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Tested-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-03-10 21:47:55 +01:00
..
patches/linux board/andes: rearrange andes folder structure 2022-03-10 21:47:55 +01:00
ae300.fragment board/andes: rearrange andes folder structure 2022-03-10 21:47:55 +01:00
readme.txt board/andes: rearrange andes folder structure 2022-03-10 21:47:55 +01:00

Intro
=====

Andestech(nds32) AE300 Platform

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

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

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

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

  $ make andes_ae300_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