Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 524 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 524 Bytes

NOP-Linux

The Linux used in NSCSCC 2023 for NOP-Core. This is adapted from la32r-Linux.

Build

  • Export CROSS_COMPILE environment variable to the prefix of the toolchain, e.g.

    export CROSS_COMPILE=/path/to/la32r-toolchains/install/bin/loongarch32r-linux-gnusf-
  • Configure initramfs path in arch/loongarch/configs/la32_defconfig

  • Build vmlinux.strip for boot

    ./build.sh