docker-raspberry-pi-cross-compiler icon indicating copy to clipboard operation
docker-raspberry-pi-cross-compiler copied to clipboard

Raspberry Pi cross-compiler and sysroot in a Docker container.

Results 15 docker-raspberry-pi-cross-compiler issues
Sort by recently updated
recently updated
newest added

Hi Is there a version to compile for raspberry pi 1 (32bits)?

There's no easy way to add apt repos into the image. Something akin to `install-debian` and `install-raspbian` that effectively does `add-apt-repository` should suffice. `add-apt-repository` comes from `software-properties-common` which will add...

I forget why I removed these, but they are handy for one-liners and stuff. See #21 and https://github.com/sdt/docker-raspberry-pi-cross-compiler/blob/ac49933ee97884540539c4c8523b524ff4c87a0f/Dockerfile#L40-L42

rpxc --options command Possible options: --help - quick options summary --sudo - sudo to root --keep - keep the container

enhancement