readme.txt 917 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Intro
  2. =====
  3. Andestech(nds32) AE3XX Platform
  4. The AE3XX prototype demonstrates the AE3XX example platform on the FPGA.
  5. It is composed of one Andestech(nds32) processor and AE3XX.
  6. How to build it
  7. ===============
  8. Configure Buildroot
  9. -------------------
  10. The andes_ae3xx_defconfig configuration is a sample configuration with
  11. all that is required to bring the FPGA Development Board:
  12. $ make andes_ae3xx_defconfig
  13. Build everything
  14. ----------------
  15. Note: you will need to have access to the network, since Buildroot will
  16. download the packages' sources.
  17. $ make
  18. Result of the build
  19. -------------------
  20. After building, you should obtain this tree:
  21. output/images/
  22. +-- vmlinux
  23. +-- rootfs.cpio
  24. +-- rootfs.tar
  25. How to run it
  26. =============
  27. Run
  28. ---
  29. Setup the Console with the rate 38400/8-N-1.
  30. $ cd output/images
  31. $ ../host/bin/nds32le-linux-gdb vmlinux
  32. $ target remote [your host]
  33. $ lo
  34. $ c