Exploring ARM Without a Development Board

Exploring ARM Without a Development Board

Yesterday: Daily Update 8/30: Daily Update for 7 Days Will Recently, I have been reviewing knowledge about the ARM architecture and testing with qemu. Today, I will share some thoughts on how to explore ARM without a development board. For specific methods, please refer to links 1-4. In the absence of a development board, you … Read more

Creating a RISC-V Emulator with Scratch to Run Linux Kernel

Creating a RISC-V Emulator with Scratch to Run Linux Kernel

Produced by | OSC Open Source Community (ID: oschina2013) Recently, I was amazed by a project I stumbled upon online — an emulator that successfully runs the Linux kernel, entirely written in Scratch code. Scratch is a visual programming language development platform based on blocks, allowing programming to be completed visually through clicking and dragging. … Read more

The Challenges of Running iOS on Android Devices

The Challenges of Running iOS on Android Devices

Have you ever tried to run iOS on your Android phone? As an open-source system, Android users enjoy the most freedom,from Flyme to MIUI, and to LineageOS, there are endless options to choose from. However, very few Android users choose to install iOS because it is very difficult. iOS is a closed-source system, with compatibility … Read more

5 Ways to Play Retro Games on Raspberry Pi

5 Ways to Play Retro Games on Raspberry Pi

Use these open-source platforms for Raspberry Pi to relive the golden age of gaming. — James Mawson They don’t make them like they used to, do they? I mean, video games. Of course, today’s devices are more powerful. Princess Zelda had only 16 pixels on each edge in the past, and now the graphics processing … Read more

Running Full Windows 10 ARM on Raspberry Pi

Running Full Windows 10 ARM on Raspberry Pi

Microsoft launched the Windows 10 IoT version in 2015 for the Raspberry Pi series and other single-board computers to install and deploy more applications. However, the Raspberry Pi series devices use Broadcom’s ARM processors, so they can only run universal applications from the Windows 10 store. If you find this monotonous, you will soon have … Read more

Installing Android Studio and Emulator on Apple M1 Chips

Installing Android Studio and Emulator on Apple M1 Chips

Introduction The new MacBook M1 has an Apple-designed chip, which causes many tools to be incompatible. Both developers and security industry professionals face the same frustrations. This article addresses the issues faced by Android developers and security practitioners. In April 2021, Google released an open-source emulator (google/android-emulator-m1-preview) that works quite well. Installing Android Studio Official … Read more

Setting Up an ARM64 Linux Environment with QEMU

Setting Up an ARM64 Linux Environment with QEMU

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, chip … Read more

Exploring Android 13: Features and Installation Methods

Exploring Android 13: Features and Installation Methods

Request for stars, otherwise you really can’t see public account pushes. WeChat Official Account | lineageos Google’s annual I/O conference will be held from May 11 to 12, 2022, at the coastline open-air theater with live and online broadcasts. As usual, the official version of Android 13 should be released along with some of Google’s … Read more

Building a Home Network Lab: A Comprehensive Guide

Building a Home Network Lab: A Comprehensive Guide

Original Link: https://networklessons.com/miscellaneous/how-to-build-a-network-home-lab How to Build a Home Network Lab Course Content Hardware Cisco Licensing Switches Routers Servers PC/Laptop Retired Servers Remote Management Intel NUC Raspberry Pi CPU and Memory Requirements Console/Terminal Server Power Distribution Unit (PDU) Uninterruptible Power Supply Topology Physical Logical Wiring Server Rack Purchasing Software Emulators Simulators GNS3 Cisco CML EVE-NG Miscellaneous … Read more

Creating a Versatile Retro Mini Console with Frontend and Independent Emulators

Creating a Versatile Retro Mini Console with Frontend and Independent Emulators

For retro and nostalgic gamers, the charm of old games (classics) is truly irreplaceable by today’s fast-food games. Previously, there have been many articles sharing how to use TV boxes, Raspberry Pis, or PSCs (Playstation Classics) to run retro games with Lakka, EmuELEC, and other emulators. As a mini console enthusiast, Windows itself is actually … Read more