Pimox7: Proxmox VE on Raspberry Pi (Part 2)

Pimox7: Proxmox VE on Raspberry Pi (Part 2)

Continuing to share some advanced installation tips. After writing the boot image to the SD card, you can make the following modifications to the configuration files in the /boot partition before starting the Raspberry Pi. Step 1: Enable SSH by adding a file named ssh to automatically enable SSH. Step 2: CPU Overclocking, Disable BT/WiFi, … Read more

Installing Proxmox VE on Raspberry Pi: A Step-by-Step Guide

Installing Proxmox VE on Raspberry Pi: A Step-by-Step Guide

Proxmox has always been quietly… quietly paying attention to ARM, and core developers have repeatedly stated: as long as needed, an ARM version of Proxmox VE can be provided at any time. They have also mentioned that they never restrict users from porting Proxmox VE to ARM. In fact, in 2021, a German developer created … Read more

Configure Syncthing Auto-Start on Banana Pi Raspberry Pi System

Configure Syncthing Auto-Start on Banana Pi Raspberry Pi System

Configure Syncthing Auto-Start on Banana Pi Raspberry Pi System Independent Observer, January 19, 2020 (Updated August 30, 2020) First, let’s clarify some terms: “Banana Pi” is a domestic clone of the Raspberry Pi hardware product, “Raspberry Pi system” refers to “raspberrypi“, and “Syncthing” is a multi-platform sync software. The installation and usage of Syncthing can … Read more

Deploying Windows 11 on ARM on Raspberry Pi and Other Devices

Deploying Windows 11 on ARM on Raspberry Pi and Other Devices

Microsoft has provided support for Raspberry Pi single-board computers since Windows 10, allowing the installation of a low-power IoT version provided by Microsoft. However, the IoT version cannot run desktop applications, making its practical use limited, especially for desktop users of Raspberry Pi who need a complete operating system. Now, developers have successfully deployed Windows … Read more

Porting LittlevGL on RT-Thread for Raspberry Pi 3B

Porting LittlevGL on RT-Thread for Raspberry Pi 3B

Porting LittlevGL on RT-Thread for Raspberry Pi 3B 1. Overview 2. Resource Preparation 3. Getting Started 4. Seamless Integration of RT-Thread and LVGL 5. Conclusion 1. Overview This article mainly describes the process of porting LVGL on RT-Thread for Raspberry Pi 3B. It implements the process of RTT porting LVGL in the simplest way. You … Read more

Lightweight Kubernetes Cluster on Raspberry Pi with Servercore

Lightweight Kubernetes Cluster on Raspberry Pi with Servercore

Servercore is a dynamic cloud platform that recently launched its servers in the vibrant city of Nairobi, Kenya. I was attracted by their free coupon offer to experience their cloud resources, so I couldn’t resist exploring their proud unique server specifications, including the Raspberry Pi 4B server. Servercore: https://servercore.com/ In this guide, we will introduce … Read more

Install and Run Alpine Linux on Raspberry Pi

Install and Run Alpine Linux on Raspberry Pi

Alpine Linux is known for its minimal size and security features, making it an ideal operating system choice for resource-constrained devices like the Raspberry Pi. This article will detail how to install and configure Alpine Linux on the Raspberry Pi and explore its advantages and use cases in embedded applications. Features and Advantages of Alpine … Read more

Using TM1637 4-Digit Display Module on Raspberry Pi Pico

Using TM1637 4-Digit Display Module on Raspberry Pi Pico

This tutorial focuses on how to use the TM1637 4-digit display module on the Raspberry Pi Pico. Required Components – Raspberry Pi Pico or Pico W– TM1637 4-digit display module– Breadboard and jumper wires– microUSB data cable TM1637 is an LED (Light Emitting Diode) driver control circuit with a keyboard scanning interface, integrating MCU digital … Read more

Running LLaMA on Raspberry Pi: Cost-Effective Fine-Tuning

Running LLaMA on Raspberry Pi: Cost-Effective Fine-Tuning

picture tloen/alpaca-lorahttps://github.com/tloen/alpaca-lora Stars: 18.2k License: Apache-2.0 Alpaca-lora is a project for fine-tuning the LLaMA model on consumer-grade hardware. The main features, key characteristics, and core advantages of this project include: Provides an Instruct model that can run on Raspberry Pi, with quality similar to text-davinci-003, and the code is easy to extend to 13b, 30b, … Read more

Playing Deep Learning on Raspberry Pi with TensorFlow

Playing Deep Learning on Raspberry Pi with TensorFlow

Reprint please specify the source: http://www.codelast.com/ Software and hardware environment of this article: Raspberry Pi: Model B V1.2, 1GB RAM OS: Raspbian Jessie Deep Learning is very popular now, and Raspberry Pi enthusiasts certainly won’t miss out. There are already many Raspberry Pi projects that have jumped on the Deep Learning bandwagon. Purely for fun, … Read more