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

Skip to content
/ nano Public

Nano text editor cross-compiled for reCamera (RISC-V)

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.DOC

Toastee0/nano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nano Text Editor for reCamera Devices

A cross-compiled version of GNU nano 6.4 text editor specifically built for reCamera devices running RISC-V architecture.

📋 About reCamera

reCamera is an AI-powered camera device developed by Seeed Studio. For comprehensive information, documentation, and setup guides, visit the Seeed Studio reCamera Getting Started Guide.

🚀 Quick Install

Option 1: Download Pre-built Binary

# Download from releases
wget https://github.com/Toastee0/nano/releases/download/v6.4/nano-recamera-v6.4.tar.gz
tar -xzf nano-recamera-v6.4.tar.gz

# Copy to your reCamera device (user installation)
scp nano-recamera-v6.4 [email protected]:~/bin/nano

# OR for system-wide installation (accessible to all users)
scp nano-recamera-v6.4 [email protected]:~/nano
ssh [email protected] "sudo mv ~/nano /usr/bin/nano"

Option 2: Build from Source

git clone https://github.com/Toastee0/nano.git
cd nano
./build-recamera.sh

✨ Features

  • RISC-V Architecture: Native support for reCamera's processor
  • Statically Linked: No dependencies required on target device
  • Compact Size: Only 571KB stripped binary
  • Full Features: UTF-8, syntax highlighting, undo/redo
  • Ready to Use: Pre-compiled binaries available

📖 Documentation

📜 License

GNU nano is licensed under the GNU General Public License v3.0. This cross-compiled version maintains the same license and includes full source code for GPL compliance.

🤝 Contributing

Contributions welcome! This project helps the reCamera community by providing essential development tools.


Original GNU nano project: https://www.nano-editor.org/

About

Nano text editor cross-compiled for reCamera (RISC-V)

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.DOC

Stars

Watchers

Forks

Packages

No packages published