From 777e7bb7a20be450b5fc43b6e531d70b5977e9cf Mon Sep 17 00:00:00 2001 From: Mike Jones Date: Fri, 9 May 2025 23:49:53 +0100 Subject: [PATCH] Add missing firmware readme --- .gitignore | 2 +- roles/tftp/files/firmware/README.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 roles/tftp/files/firmware/README.md diff --git a/.gitignore b/.gitignore index 3de66d3..cc92a4e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,5 @@ # Cisco's licensing disallows sharing of SIP firmware, so unfortunately I cannot # provide it. -roles/tftp/files/firmware/ +roles/tftp/files/firmware/* !roles/tftp/files/firmware/README.md diff --git a/roles/tftp/files/firmware/README.md b/roles/tftp/files/firmware/README.md new file mode 100644 index 0000000..883b545 --- /dev/null +++ b/roles/tftp/files/firmware/README.md @@ -0,0 +1,19 @@ +# Cisco SIP firmware + +This Ansible playbook expects Cisco SIP firmware files to be placed in this +directory (`roles/tftp/files/firmware/`), however due to licensing restrictions +they are not included in the repository. + +Cisco no longer provide the files either, but you can find them using a search +engine of your choice. + +You will need the following files placed in this directory for the playbook to +work: + +* `apps41.8-5-2TH1-9.sbn` +* `cnu41.8-5-2TH1-9.sbn` +* `cvm41sip.8-5-2TH1-9.sbn` +* `dsp41.8-5-2TH1-9.sbn` +* `jar41sip.8-5-2TH1-9.sbn` +* `SIP41.8-5-2S.loads` +* `term41.default.loads`