Recent Changes - Search:

radlab home

radlab support

generic HFDR

principles
hardware
software
production
documents
pictures

know-how

projects

CNMI-Guam
CWA
IFREMER
IHMT
ISMER
NAMR
PACIOOS
TORI
UABC
UHHilo
UP-MSI
WHOI

old projects

MEC
OGS
UAF

.

Upgrading the D-Tacq firmware

The recommended firmware distributions can be found here

Method 1: new SD card

Recommended: not larger than 32 Gbyte, high speed rating.

  1. mount SD card reader on linux computer
  2. Applications->System Tools->Gparted Partition Editor
  3. top right, select device of SD card, typically /dev/sda
  4. if any allocated partitions:
    1. select partition (red bar)
    2. Partition->Unmount
    3. select partition (red bar)
    4. Partition->Delete
  5. execute changes with V (below Help)
  6. Device->Partition Table, select msdos, Apply
  7. Partition->New"", select fat 32, all other defaults, Add''
  8. execute changes with V (below Help)
  9. exit gparted
  10. unplug and insert again SD card reader
  11. verify that the new partition automounts
  12. in terminal window:
    1. cd /media/ruser/0F24-5A70 (actual hex code may vary)
    2. wget https://www.oceanphysics.org/support/Documents/Dtacq/soft/dtacq627-7apr25-fullstack16.tgz
    3. tar -xzf https://www.oceanphysics.org/support/Documents/Dtacq/soft/dtacq627-7apr25-fullstack16.tgz
    4. cd
    5. umount /media/ruser/0F24-5A70 (actual hex code may vary)
  13. remove SD card from computer and insert into D-Tacq
  14. boot dtacq
  15. perform final network configurations listed in /mnt/local/README
  16. customize radcelf-clock.sh, start-chirp.sh, uublox-conf.sh as needed

Method 2: remotely, in place

  1. move the old firmware to "old"
    1. ssh root@dtacq
    2. cd /mnt
    3. mkdir old
    4. umount /mnt/fpga.d
    5. mv * old
    6. mkdir fpga.d
    7. exit
  2. scp the release to the existing SD card in /mnt
    1. wget https://www.oceanphysics.org/support/Documents/Dtacq/soft/dtacq627-7apr25-fullstack16.tgz
    2. scp dtacq627-7apr25-fullstacq16.tgz root@dtacq:/mnt
    3. ssh root@dtacq
    4. cd /mnt
    5. tar -xzf dtacq627-7apr25-fullstack16.tgz
  3. restore network configuration if fixed IP
  4. perform final network configurations listed in /mnt/local/README
    1. cp /mnt/local/old/network /mnt/local
    2. vi /mnt/local/ntp.conf
  5. reboot D-Tacq
  6. customize radcelf-clock.sh, start-chirp.sh, uublox-conf.sh as needed
Edit - History - Print - Recent Changes - Search
Page last modified on April 08, 2025, at 08:59 PM