This repository describes the attempt at resuscitation of a ReadyNAS NV+v2.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
555 B

  1. # unpack the binary archive for the firwmawre update and extract the top level files
  2. .PHONY
  3. binaries:
  4. binwalk -e RAIDiator-arm-5.3.13
  5. # this prerequisite is available in the extracted data directory using binwalk
  6. # but it has been also provided in the repository to replicate attempts at this resurrections
  7. # easily
  8. uboot.kwb: uboot-NV+-1.0.05
  9. mkimage -n kwbimage.cfg -A arm -O linux -T kwbimage -d uboot-NV+-1.0.05 uboot.kwb
  10. # boot the damn thing over UARTBoot
  11. boot: uboot.kwb
  12. kwboot -b uboot.kwb -t /dev/ttyUSB0
  13. terminal:
  14. kwboot -t /dev/ttyUSB0