The Luckfox Pico Mini B – Linux in a Thumbnail
Luckfox released the Pico Mini B, a compact Linux-capable development board with Cortex A7 core, NPU, 64MB RAM, USB-C, CSI connector, and 17 GPIO pins for $8.99. It supports Python, C, and GPIO control, appealing to embedded system enthusiasts and developers.
Read original articleLuckfox has introduced the Pico Mini B, a development board capable of running Linux in a compact form factor similar to an MCU. The B model features a Cortex A7 core, 0.5 TOPS NPU, 64MB RAM, USB-C 2.0, CSI connector, and 17 GPIO pins. Priced at $8.99, it offers enhanced processing power and Linux compatibility compared to similar boards. The RV1103 chip includes a RISC-V MCU and a signal processor for camera operations. The board comes pre-flashed with a 5.10 kernel and supports Ethernet over USB for connectivity. Users can develop and run binaries, including Python and C code, and control GPIO pins easily with Linux kernel support. Luckfox provides comprehensive documentation for building and flashing new firmware, making it suitable for various projects. While lacking wireless connectivity, the board's affordability and capabilities make it a promising option for embedded system enthusiasts and developers looking to experiment with IoT projects and small-scale applications.
Related
Pocket Z project hopes to rekindle pocket PC form factor with a RPi Zero 2W
The Pocket Z project reimagines pocket PCs with a Raspberry Pi Zero 2W, featuring a 7-inch touchscreen, membrane keyboard, Linux OS, and USB-C connectivity. Plans include downsizing to a 5-inch display.
Milk-V Reveals Technical Specs of Milk-V Jupiter RISC-V Mini-ITX PC
Milk-V unveils Milk-V Jupiter RISC-V Mini-ITX PC with SpacemiT K1/M1 SoC, octa-core X60 processor, 2.0 TOPS AI power, RAM options, GPU support, multimedia features, storage choices, connectivity options, and OS compatibility. Available on Taobao.
Moving to a RTOS on the RP2040
The article discusses transitioning to an RTOS on RP2040 for a hardware controller project. Initial challenges with FreeRTOS led to exploring NuttX and Zephyr, highlighting pros and cons for project utility.
Mini Figure Shaped Circuit Boards
The website showcases Mini Fig Boards, small figure-shaped circuit boards compatible with Arduino, CircuitPython, and Micropython. Boards like Mini SAM M4 and Fig Pi support CircuitPython and offer UF2 bootloader.
Radxa X4 low-cost, credit card-sized Intel N100 SBC goes for $60 and up
The Radxa X4 is a compact Intel Processor N100 SBC with 4GB/8GB RAM, dual HDMI, USB, Ethernet, WiFi, GPIO, RP2040 microcontroller, M.2 SSD support, Windows/Linux compatibility. Lacks camera/display interfaces. Compatible with Raspberry Pi GPIO. Out of stock temporarily.
It can run Arch Linux ARM if you enable swap on uSD card, and don't overdo it with your RSS. Systemd doesn't really support 64MiB RAM out of the box, though. It runs, but systemctl daemon-reload fails, eg.
You can ignore systemd boot flow and run Arch Linux using busybox or other init process, so you get all the Arch software/pacman + low memory use of cheaper PID 0 process and startup scripts. :)
The board runs best with pure statically compiled busybox running from initramfs. Boot times of the kernel are like 150ms because there's not really that much HW in the SoC or on the board to initialize. So you can plug the board into PC and you get USB device ready in ~2s.
Fun tiny thing to eg. hide your secret material from your PC.
I wrote a simple 8 KiB bootloader for RV1103/6 so that I don't have to mess with porting U-Boot to this, and made it run with Linux 6.10/11.
[0] https://www.thirtythreeforty.net/posts/2019/12/my-business-c...
Radxa Zero, https://taoofmac.com/space/blog/2023/10/07/1830
Pi Zero 2W, https://taoofmac.com/space/blog/2023/09/09/1820
> iPad as a smart terminal and the Pi as a tiny portable server, and the combination is what makes it work for me.. I can code, run all kinds of services and do all sorts of development-related tasks that I (still) can’t do on the iPad by itself..
https://www.rock-chips.com/uploads/pdf/2022.8.26/192/RK3588%...
Much more amazing if there is any workable software to utilise it.
Related
Pocket Z project hopes to rekindle pocket PC form factor with a RPi Zero 2W
The Pocket Z project reimagines pocket PCs with a Raspberry Pi Zero 2W, featuring a 7-inch touchscreen, membrane keyboard, Linux OS, and USB-C connectivity. Plans include downsizing to a 5-inch display.
Milk-V Reveals Technical Specs of Milk-V Jupiter RISC-V Mini-ITX PC
Milk-V unveils Milk-V Jupiter RISC-V Mini-ITX PC with SpacemiT K1/M1 SoC, octa-core X60 processor, 2.0 TOPS AI power, RAM options, GPU support, multimedia features, storage choices, connectivity options, and OS compatibility. Available on Taobao.
Moving to a RTOS on the RP2040
The article discusses transitioning to an RTOS on RP2040 for a hardware controller project. Initial challenges with FreeRTOS led to exploring NuttX and Zephyr, highlighting pros and cons for project utility.
Mini Figure Shaped Circuit Boards
The website showcases Mini Fig Boards, small figure-shaped circuit boards compatible with Arduino, CircuitPython, and Micropython. Boards like Mini SAM M4 and Fig Pi support CircuitPython and offer UF2 bootloader.
Radxa X4 low-cost, credit card-sized Intel N100 SBC goes for $60 and up
The Radxa X4 is a compact Intel Processor N100 SBC with 4GB/8GB RAM, dual HDMI, USB, Ethernet, WiFi, GPIO, RP2040 microcontroller, M.2 SSD support, Windows/Linux compatibility. Lacks camera/display interfaces. Compatible with Raspberry Pi GPIO. Out of stock temporarily.