Upgrade

I have a unit that is 3.1.5 that I need to upgrade. I can’t remember how to do this. I remember ftping the files to the module then issuing a command to do this?

Step 1: Use FTP to transfer APboot.bin, FPGA (if required), and block.bin (if required) to AP.
Get a command line prompt on your system and cd (change directory) to the directory where you have
stored the download files. Your directory name and path may be different than shown.
> pwd
CanopyRelease4.2_DES Folder
> ls
CanopyEnterpriseMIB CanopyRelease4.2
> cd CanopyR*
> ls
062403_D40.jbc APASboot.bin BH10boot.bin
SMboot.bin
42actionlist.txt APboot.bin BH20boot.bin
block.bin
> ftp 169.254.1.1
Connected to 169.254.1.1.
220 FTP server ready
Name (169.254.1.1:user):root
Or just <enter> if you have not previously set a password for the module
331 Guest login ok
Password: <password>
See Section 5.2.8, FTP and Telnet Passwords, or just <enter> if you have not previously set a password
for the module
230 Guest login ok, access restrictions apply.
Remote system type is Type:.
ftp> ls
Confirm contents of module – no old or misnamed files
150 Opening ASCII mode data connection for .
-r–r--r-- 1 root other 512 Jan 01 02:55 BITMAP.SYS
-r–r--r-- 1 root other 13312 Jan 01 02:55 FLIST.SYS
-rwxrwxrwx 1 root other 209 Jan 01 02:55 snmpd.conf
226 Transfer complete.
ftp> binary
Canopy Software Release 4.2.3 Software Release Notes
Issue 1 August, 2004 Page 24 of 29
Don’t forget the binary! Else everything will appear to work until you burnfile and get an error.
200 Type set to I.
ftp> put APboot.bin
local: APboot.bin remote: APboot.bin
150 Opening BINARY mode data connection for APboot.bin
100% || 712 KB 65.21
KB/s 00:00 ETA
226 Transfer complete.
729668 bytes sent in 00:11 (61.48 KB/s)
ftp> put 062403_D40.jbc
local: 062403_D40.jbc remote: 062403_D40.jbc
150 Opening BINARY mode data connection for 062403_D40.jbc
100% |
| 156 KB 78.89
KB/s 00:00 ETA
226 Transfer complete.
159859 bytes sent in 00:02 (59.74 KB/s)
ftp> put block.bin
local: block.bin remote: block.bin
150 Opening BINARY mode data connection for block.bin
226 Transfer complete.
ftp> exit
221 Goodbye.
Step 2: Telnet to the module to issue commands to burn in the new software and reboot.
< telnet 169.254.1.1I
f asked for user and password, root is the user and see Section 5.2.8, FTP and Telnet Passwords, for the
password.
Trying 169.254.1.1…
Connected to 169.254.1.1.
Escape character is ‘^]’.
/---------'
C A N O P Y
Motorola Broadband Wireless Technology Center
(Copyright 2001, 2002 Motorola Inc.)
Telnet+> burnfile
Burn Boot from file: APboot.bin
Validating Boot File…
File Checksum OK 05BBF822
Updating Alt Boot…
Burn Alt…
File Burn OK
Lock Alt…
OK
Validating Alt Boot…
Erasing Boot…
Copying Alt Boot to Boot…
File Burn OK
Locking Alt Boot…
If you are not upgrading the FPGA, do a reset here and you are done.
Otherwise, continue.
Canopy Software Release 4.2.3 Software Release Notes
Issue 1 August, 2004 Page 25 of 29
Telnet+> jbi -aprogram 062403_D40.jbc
Jam STAPL Byte-Code Player Version 2.1
Copyright © 1998-2000 Altera Corporation
Device #1 Silicon ID is A98(01)
erasing EPC device(s)…
programming EPC device(s)…
verifying EPC device(s)…
DONE
Exit code = 0… Success
Telnet+> fpga_conf
Connection closed by foreign host.
The module is now successfully upgraded. To verify, connect to the module’s Status page and confirm
that the module is running

i hope you did a copy/paste for that…if not…wow

:lol: yeah i copied it from the release 4 notes…

Wanting to know where I can get the apboot.bin file can’t seem to find it