chunkeey / u-boot-ap105

Modified WNDAP360 UBoot for the Aruba AP-105
Other
5 stars 5 forks source link

feat: Provide containerized U-Boot build env #2

Open Hurricos opened 2 years ago

Hurricos commented 2 years ago

This commit adds a Dockerfile and compile script for building this U-Boot image. The Dockerfile collects a build toolchain from OpenWrt for this process.

One procedure to use this Dockerfile would be:

docker build -t ap175 -f docker/Dockerfile .;
mkdir out;
docker run -v $PWD/out/:/out:rw,z --rm -it localhost/ap175 /bin/sh -c 'cp /u-boot-ap105/u-boot* /out';

Signed-off-by: Martin Kennedy hurricos@gmail.com

Hurricos commented 2 years ago

Tacking one more commit on this, which is necessary for compilation to succeed with the toolchain I selected, as per my post here on issue #1.

Hurricos commented 1 year ago

Closing since a u-boot replacement is not necessary; see openwrt.git e11d00d44c66b1534fbc399fda55951cd0a2168a