hc
2024-05-08 f309769f8af08599af39b6de4f675784ce76530d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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