Cisco ASA 5510 - Upgrade to ASA OS 8.0.4

copy run start
show version
show boot
dir

# If you don't have enough room for the new image, delete the old one:
del disk0:asa723-k8.bin

# Once you have enough room, upload the new image:
copy tftp disk0:
  Address or name of remote host []? 192.168.1.25
  Source filename []? asa804-k8.bin
  Destination filename [asa804-k8.bin]? 
  Accessing tftp://192.168.1.25/asa804-k8.bin...!!!!!!!! (and so on...)
  Writing file disk0:/asa804-k8.bin...!!!!!!!! (and so on...)
  14137344 bytes copied in 38.970 secs (372035 bytes/sec)

dir

# Now, upload the corresponding asdm software:
  Address or name of remote host []? 192.168.1.25
  Source filename []? asdm-61551.bin
  Destination filename [asdm-61551.bin]? 
  Accessing tftp://192.168.1.25/asdm-61551.bin...!!!!!!!! (and so on...)
  Writing file disk0:/asdm-61551.bin...!!!!!!!! (and so on...)

dir

conf term
  no boot system disk0:/asa723-k8.bin
  boot system disk0:/asa804-k8.bin
  asdm image disk0:/asdm-61551.bin
end

show boot
copy run start
reload