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

Add Alpine Linux support for the Luckfox Pico Max board using NAND flash #225

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jcomas
Copy link

@jcomas jcomas commented Jan 9, 2025

I have added support for storing the Alpine Linux distribution on the Luckfox Pico Max's flash memory.

When it boots up, it's necessary to have the ethernet connected to the Internet. It will obtain the IP address from your local network's DHCP server and then configure Alpine Linux with the installation of OpenRC and other packages.

To adapt the distribution, you can modify the following files:
project/cfg/BoardConfig_IPC/BoardConfig-SPI_NAND-Alpine-RV1106_Luckfox_Pico_Max-IPC.mk project/cfg/BoardConfig_IPC/luckfox-alpine-post.sh

And those located in project/cfg/BoardConfig_IPC/overlay/overlay-luckfox-alpine-spi_nand folder, such as:
etc/ntp.conf
etc/timezone

You can configure your own packages by modifing the file project/cfg/BoardConfig_IPC/overlay/overlay-luckfox-alpine-spi_nand/sbin/firstboot.sh

The username for login is 'root' and the password is 'luckfox'

TO DO: Recompile the example files using the musl library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant