Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} mfkiwl / rv1106_sdk Public forked from Lign17314/rv1106_sdk Notifications You must be signed in to change notification settings Fork 0 ...
使用luckfox rv1106的sdk开发SoloLinker开发板,现在仅支持了build luch中的8选项,使用spi nand的版本,摄像头支持gc2093和gc4653 编译方式 ./build.sh lunch 输入8 ./build.sh Wifi连接方式 插上wifi短接线 等待系统启动到登录打印,此时输入账号名 root 回车后输入密码 luckfox 回车即可进入系统 ...
git clone https://gitee.com/LuckfoxTECH/luckfox-pico.git Pico SDK:https://github.com/LuckfoxTECH/luckfox-pico/ 在rknn_model_zoo目录下我们现在对这些例程进行交叉编译,编译例程前需要设置如下环境变量: export RK_RV1106_TOOLCHAIN=<SDK目录>/tools/linux/toolchain/arm-rockchip830-linux-uclibcgnueabihf/b...
Pico SDK:https://github.com/LuckfoxTECH/luckfox-pico/ 1. 2. 在rknn_model_zoo目录下我们现在对这些例程进行交叉编译,编译例程前需要设置如下环境变量: AI检测代码解析 export RK_RV1106_TOOLCHAIN=<SDK目录>/tools/linux/toolchain/arm-rockchip830-linux-uclibcgnueabihf/bin/arm-rockchip830-linux-uclibcgnuea...
1、将代码放到SDK的下面目录: ~/rv1106/rv1106_20230626_sdk/project/app/component/rkadk/rkadk/src/live/rtsp 2、修改Makefile: @/rv1106/rv1106_20230626_sdk/project/app/component/rkadk/rkadk/src/CMakeLists.txt file(GLOB_RECURSE RTSP_SRC "${CMAKE_SOURCE_DIR}/src/live/rtsp/*.cpp") ...
SoC –Rockchip RV1106G2 CPU – Arm CortexA7 @ 1.2GHzwith an integrated RISC-V co-processor. NPU– 0.5 TOPS, supports INT4/INT8/INT16, TensorFlow/MXNet/PyTorch/Caffe/Onnx NN ISP – 5MP high-performance, HDR, WDR, 3DNR, 2DNR, sharpening, defogging, fisheye and gamma correction, feat...
[] Github:LUCKFOX-PICO-SDK [] Wiki:LUCKFOX WIKI TAG: raw display Raspberry Pi 5 Active Cooler ESP32-S3 0.85inch LCD Raspberry Pi 5 Case Horizontal Drag Instructions USB Camera Sipeed RISCV LicheeRV Nano Super-Mini SG2002 AI RAM-256MB spotpear LuckFox Pico Mini Raspberry Pi Compute Module...
[] Github:LUCKFOX-PICO-SDK [] Wiki:LUCKFOX WIKI TAG:Luckfox PicolilygoSC09 Serial UART Bus Servo Motor Switchable 2.3kg 300AngleSipeed Lichee Tang Nano 9K FPGA MINI Development Board GW1NR-9 GOAI Gowin0.85inch LCDLuckfox Pico LCDSpotpearTTL UART To CAN Mini0.85inch ScreenIndustrial Modbus...
Pico SDK:https://github.com/LuckfoxTECH/luckfox-pico/ 在rknn_model_zoo目录下我们现在对这些例程进行交叉编译,编译例程前需要设置如下环境变量: export GCC_COMPILER=<SDK目录>/tools/linux/toolchain/arm-rockchip830-linux-uclibcgnueabihf/bin/arm-rockchip830-linux-uclibcgnueabihf ...
git clone https://github.com/LuckfoxTECH/luckfox-pico.git 环境变量 需要将交叉编译工具链设置 cd {SDK_PATH}/tools/linux/toolchain/arm-rockchip830-linux-uclibcgnueabihf/ source env_install_toolchain.sh build.sh使用说明 SDK使用build.sh脚本实现自动编译,大部分编译操作均可以通过build.sh自动完成. ...