nixos-licheepi4a
nixos-licheepi4a copied to clipboard
NixOS Running on LicheePi 4A(RISC-V)
failed to compile currently.
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=d05b5265110709996fa19af1267c6669b7992879 https://gcc.gnu.org/pipermail/gcc-patches/2024-January/643374.html gcc 14 report as of -03-04.. https://gcc.gnu.org/pipermail/gcc/2024-March/243407.html seems to have the patches for the platform -> bump the declaration? CC @ryan4yin
Hi, You wrote in this projects readme that gpu as well as npu support may not be possible without going into detail on that assumption. I was wondering if there's...
The 16GB version of LicheePi 4A requires the following changes to work correctly: https://github.com/ryan4yin/nixos-licheepi4a/blob/main/pkgs/u-boot/default.nix#L22 Requires: ```nix # https://github.com/chainsx/thead-u-boot/blob/extlinux/configs/light_lpi4a_16g_defconfig defconfig = "light_lpi4a_16g_defconfig"; ``` https://github.com/ryan4yin/nixos-licheepi4a/blob/main/modules/licheepi4a.nix#L34 Requires: ```nix # https://github.com/revyos/thead-kernel/blob/lpi4a/arch/riscv/boot/dts/thead/light-lpi4a-16gb.dts name = "thead/light-lpi4a-16gb.dtb";...
``` › sudo fdisk /dev/loop0 Welcome to fdisk (util-linux 2.38.1). Changes will remain in memory only, until you decide to write them. Be careful before using the write command. Command...
I'm using licheepi 4A Book, the official doc ``` fastboot flash ram u-boot-with-spl-plastic8g.bin fastboot reboot fastboot flash uboot u-boot-with-spl-plastic8g.bin fastboot flash boot boot.ext4 fastboot flash root root.ext4 ``` How can...