Search found 8 matches

by peterwillcn
2024-05-23 4:04
Forum: Luckfox Pico-RV1103/RV1106
Topic: How to replace the default uclibc based compiler with musleabihf or gnu compiler when using this board as a regular embe
Replies: 4
Views: 4344

Re: How to replace the default uclibc based compiler with musleabihf or gnu compiler when using this board as a regular

If the Docker container is used, it will lose the flexibility of GPIO hardware operation. Changing the compiler to musl or glib may be better, but port testing is also very troublesome. You can refer to the construction of the OpenWrt system, Openwrt uses the Musl compilation library
by peterwillcn
2024-05-23 4:01
Forum: Luckfox Pico-RV1103/RV1106
Topic: 如何在线刷写boot.img
Replies: 1
Views: 2177

如何在线刷写boot.img

mtdinfo -a cat /proc/mtd dev: size erasesize name mtd0: 00040000 00020000 "env" mtd1: 00040000 00020000 "idblock" mtd2: 00080000 00020000 "uboot" mtd3: 00400000 00020000 "boot" mtd4: 0fa00000 00020000 "rootfs" scp IMAGE/SPI_NAND_RV1106G-LUCKFOX-PICO...
by peterwillcn
2024-05-19 14:17
Forum: Luckfox Pico-RV1103/RV1106
Topic: How to replace the default uclibc based compiler with musleabihf or gnu compiler when using this board as a regular embe
Replies: 4
Views: 4344

How to replace the default uclibc based compiler with musleabihf or gnu compiler when using this board as a regular embe

How to replace the default uclibc based compiler with musleabihf or gnu compiler when using this board as a regular embedded version without the need for video training programs in the oem directory? Replace arm lockchip830 Linux uclibcgnueabihf with https://musl.cc/armv7l-linux-musleabihf-cross.tgz...
by peterwillcn
2024-05-18 15:46
Forum: Luckfox Pico-RV1103/RV1106
Topic: How to run OpenWrt on LuckFox Pico Pro?
Replies: 2
Views: 2439

Re: How to run OpenWrt on LuckFox Pico Pro?

In theory, it is possible to use Musl's Alpine, which can be ported, just like OpenWrt.
https://forum.openwrt.org/t/openwrt-sup ... ter/198404