Learning Linux Development for ARM64 Architecture Using QEMU

Learning Linux Development for ARM64 Architecture Using QEMU

1. Installing QEMU QEMU has been around for a long time, and I never thought about what its full name is. Today, while writing this article, I looked it up, and the full name should be quick emulator. QEMU (quick emulator) is a free and open-source virtual machine (VMM) for hardware virtualization, written by Fabrice … Read more

How to Pass Through AMD Graphics Card to PVE7.4 Virtual Machine

How to Pass Through AMD Graphics Card to PVE7.4 Virtual Machine

1》Follow the diagram, basic configuration is not required, you can refer to the previous article “PVE Virtual Machine Win10 Graphics Card Pass Through”; the basic process is the same [Image] 2》I am using an i5 4570 with integrated graphics enabled and a RX470 graphics card. There is evidence to support this. Remote desktop needs optimization, … Read more

Using Windows 11 on HomeLab ARM64 Development Board with PVE7

Using Windows 11 on HomeLab ARM64 Development Board with PVE7

NO.1 Windows 11 Arm64 Previously set up Ubuntu Server 22.04 and Docker Redroid cloud phone Just one more Windows system is needed to complete the trio of cloud server, cloud phone, and cloud desktop The built-in emulation technology of Windows 11 ARM version allows running unmodified x86 and x64 Windows applications on ARM devices It … Read more

Installing OpenWrt on HomeLab Development Board (ARM64) with PVE

Installing OpenWrt on HomeLab Development Board (ARM64) with PVE

NO.1 Image File qcow2 image file openwrt-armvirt-64.qcow2 NO.2 Upload File qcow2 files cannot be uploaded to pve through webui You need to upload it to the server using FileZilla Remember, the path for the pve iso image folder is /var/lib/vz/template/iso The backup image data for pve is Usually used to store the recoverable xxx.vma.zst files … Read more

Beginner’s Guide to Configuring A5 Bypass for Arduino on Windows and Mac

Beginner's Guide to Configuring A5 Bypass for Arduino on Windows and Mac

Arduino Development Board USB Host Shield Expansion Board. The three points in the image need to be soldered like mine; it’s best to buy one that is already soldered. Finally, stack the development board and the expansion board together. Download the necessary files. (Files can be downloaded by replying 1 in the group or on … Read more

Setting Up an ARM Learning Environment for Linux Drivers

Setting Up an ARM Learning Environment for Linux Drivers

Bilibili’s Linux Driver Introduction Video has been updated to 25 episodes, with a few more to go, the first episode of the driver has been completed. Many fans have messaged me asking how to set up the virtual machine environment shown in the video, This article will teach you step by step. If you want … Read more