Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Toastee0/nano

Nano Text Editor v6.4 for reCamera

02 Aug 03:12

Choose a tag to compare

Initial release of nano text editor cross-compiled for reCamera devices.

Features:

  • Cross-compiled for RISC-V architecture with musl libc
  • Statically linked binary (571KB)
  • Full ncurses support with Unicode
  • Complete syntax highlighting support
  • Ready to run on reCamera devices

Installation:

  1. Download and extract the binary
  2. Copy to reCamera: scp nano-recamera-v6.4 [email protected]:~/bin/nano
  3. Make executable: chmod +x ~/bin/nano

For build instructions, see README-RECAMERA.md