Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation for 16GB version #13

Open
Kreyren opened this issue Sep 12, 2023 · 0 comments
Open

Implementation for 16GB version #13

Kreyren opened this issue Sep 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Kreyren
Copy link

Kreyren commented Sep 12, 2023

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:

# 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:

# https://github.com/revyos/thead-kernel/blob/lpi4a/arch/riscv/boot/dts/thead/light-lpi4a-16gb.dts
name = "thead/light-lpi4a-16gb.dtb";

I figured out the stupid way that using the 8GB version will allow the device to boot, but it will be unable to use the RAM and seems to have various issues associated with using the wrong configurations

Proposing to implement a handling that allows producing u-boot and DTS for the 16GB version

@ryan4yin ryan4yin added the enhancement New feature or request label Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants