Skip to content

Instantly share code, notes, and snippets.

@Goblenus
Goblenus / Readme.md
Last active October 25, 2025 12:10
Cross build apache for Luckfox Pico Pro RV1106

Build machine:

  1. mkdir result
  2. sudo docker run -it --rm --entrypoint bash -v ./result:/usr/local/apache2 ubuntu:22.04
  3. tar -cvf apache-build.tar ./result/

Luckfox Pico Pro RV1106:

  1. mkdir /usr/local/apache2
  2. tar -xvf apache-build.tar -C /usr/local/apache2 --strip-components=2
  3. ./apachectl start -f /usr/local/apache2/conf/httpd.conf