Tool to exchange Aruba AP-105 boot loader stored on a MX25L12835 flash chip with uboot for flashing OpenWRT with an RaspberryPi
Go to file
Alexander Böhm 4a9d00fa42 Added license 2022-06-10 01:44:53 +02:00
COPYING Added license 2022-06-10 01:44:53 +02:00
README.md Initial commit 2022-06-10 01:38:32 +02:00
ap105-flash Initial commit 2022-06-10 01:38:32 +02:00
u-boot.bin Initial commit 2022-06-10 01:38:32 +02:00

README.md

Flash Tool for Aruba AP-105

Tool to exchange Aruba AP-105 boot loader with uboot for flashing OpenWRT.

Usage

ap105-flash <SERIAL NUMBER>

The flash will be secured into files:

  • AP105-<SERIAL NUMBER>-dump0.rom
  • AP105-<SERIAL NUMBER>-dump1.rom

The AP105-<SERIAL_NUMBER>-dump0.rom will be patched with uboot binary uboot.bin and the file AP105-<SERIAL NUMBER>-patch.rom will be created.

After a confirmation the patched file will be flashed to the device.

Sources