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

Running .NET Core 3.0 on Raspberry Pi 4: Truly 64-bit!

Running .NET Core 3.0 on Raspberry Pi 4: Truly 64-bit!

Click the blue text above to follow “Mastering VS Code” Introduction Not long ago, I wrote an article titled “Installing .NET Core 3.0 Runtime and SDK on Raspberry Pi 4” and subsequent articles titled “Self-starting .NET Core 3.0 Environment on Raspberry Pi”, “Nginx Configuration for Internal Access to ASP.NET Core 3.0 Website on Raspberry Pi … Read more

Setting Up an ARM64 Linux Environment with QEMU

Setting Up an ARM64 Linux Environment with QEMU

Overview QEMU (Quick EMUlator) is a general-purpose open-source emulator and virtualization tool that can simulate most CPU platforms, such as x86, ARM, ARM64, RISC-V, PowerPC, MIPS, etc. It can also simulate various hardware peripherals, such as memory, emmc, sdcard, usb, etc. Therefore, through qemu, we can simulate a development board. During the chip development process, … 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 Home Assistant OS Smart Home System on HomeLab Development Board (ARM64) [PVE]

Installing Home Assistant OS Smart Home System on HomeLab Development Board (ARM64) [PVE]

NO.1 HA Smart Home Successfully imported PVE Home Assistant Attempted to use TF card to flash the entire Home Assistant system (with the most complete functionality) However, there are the following issues The HA system needs to be re-flashed when issues occur TF card damage MQTT and database need to be deployed on separate servers, … Read more

Running .NET Core 3.0 on Raspberry Pi 4: Truly 64-Bit!

Running .NET Core 3.0 on Raspberry Pi 4: Truly 64-Bit!

Click the blue text above to follow “Wang Yujie’s Blog” Introduction Not long ago, I wrote an article titled “Installing .NET Core 3.0 Runtime and SDK on Raspberry Pi 4”, followed by subsequent articles on “Auto-Starting .NET Core 3.0 on Raspberry Pi”, “Nginx Configuration for Internal Access to Raspberry Pi 4 ASP.NET Core 3.0 Website”, … Read more

Getting Started with Raspberry Pi 5: Desktop OS, aapanel, and PVE8

Getting Started with Raspberry Pi 5: Desktop OS, aapanel, and PVE8

NO.1 Final Result Installed Raspberry Pi 5 OS (64-bit recommended system) Note this is not a slim version, nor is it the full recommended software version, and it is not a 32-bit version The system size is about 1.2GB Desktop version interface For the convenience of the desktop and testing desktop memory usage, I ultimately … 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

Jailbreaking iOS 15.x arm64: Success Stories and Updates

Jailbreaking iOS 15.x arm64: Success Stories and Updates

First, look at the key points, then read the original text. Key point: The expert Wh1te4ever has completed the iOS 15.x arm64 jailbreak project, and developers can now experience it. However, it is still not recommended for beginners, as the author mentioned issues with stability. We look forward to opa334 adding support for the Dopamine … Read more

Understanding ARM64 Inline Hooking Techniques

Understanding ARM64 Inline Hooking Techniques

/ Today’s Tech News / Recently, before Sora ignited the text-to-video track, domestic ByteDance also launched a revolutionary video model – Boximator. Unlike models like Gen-2 and Pink1.0, Boximator can precisely control the actions of characters or objects in the generated video through text. It was revealed that according to experimental data, Boximator maintains the … Read more