Browse Source

add more commands to the Makefile

provide URL for downloading the firmware update package
master
Edoardo Putti 1 year ago
parent
commit
fe1fdd5488
2 changed files with 10 additions and 0 deletions
  1. +8
    -0
      Makefile
  2. +2
    -0
      README.md

+ 8
- 0
Makefile View File

@ -1,3 +1,11 @@
# unpack the binary archive for the firwmawre update and extract the top level files
.PHONY
binaries:
binwalk -e RAIDiator-arm-5.3.13
# this prerequisite is available in the extracted data directory using binwalk
# but it has been also provided in the repository to replicate attempts at this resurrections
# easily
uboot.kwb: uboot-NV+-1.0.05
mkimage -n kwbimage.cfg -A arm -O linux -T kwbimage -d uboot-NV+-1.0.05 uboot.kwb


+ 2
- 0
README.md View File

@ -15,3 +15,5 @@ The image for the UARTBoot is created using mkimage and a board configuration wh
by the chromium project and most likely is not for the board we have.
Once the image has been created we can UARTBoot using the kwboot tool.
The firmware package we have started from can be downloaded [here](https://www.netgear.it/support/product/RND4000v2_(ReadyNAS_NV_plus_v2).aspx#download).

Loading…
Cancel
Save