RV1106 Linux Board

RV 1106

LUCKFOX_001.png

Default Einstellungen

Zugriff via SSH und Ethernet:
  • Benutzername: root
  • Passwort: luckfox

Install IDE

ln $HOME/.bashrc $HOME/.bash_profile

sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y autoremove

sudo apt-get install -y -f --fix-missing git ssh make gcc gcc-multilib g++-multilib module-assistant cpio 
sudo apt-get install -y -f --fix-missing expect g++ gawk texinfo libssl-dev bison flex fakeroot cmake unzip vim 
sudo apt-get install -y -f --fix-missing gperf autoconf device-tree-compiler libncurses5-dev pkg-config rsync
sudo apt-get install -y -f --fix-missing bc python-is-python3 passwd openssl openssh-server openssh-client file 

cd $HOME/Dokumente
git clone https://github.com/LuckfoxTECH/luckfox-pico.git

Compile

cd $HOME/Dokumente/luckfox*
export SDK_PATH=$(pwd)

cd ${SDK_PATH}/tools/linux/toolchain/arm-rockchip830-linux-uclibcgnueabihf/
source env_install_toolchain.sh

cd $SDK_PATH
./build.sh lunch
# geht sehr lange
./build.sh

Image

$HOME/Dokumente/luckfox-pico/output/image/

Infos

Topic revision: r6 - 09 Mar 2025, DanielSchwab
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback