Gen 3.2 SD Card Configuration
From Seamonster
Gen 3.2
- General Microservers, Vexcel Microservers, Quick Reference, Data Acquisition, Middleware
- Components GPS, SBC
- Configuration Microserver, SBC, SD Card, Power
- Operation Communication Protocol (SBC <--> uc), SBC Operations, Agent
- Operation (background) Task Manager "milo", config files, MACRO
- Microcontroller Microcontroller, Firmware, Skeleton firmware
- Evaluation 2008 Cairn relay failure evaluation, Lab evaluation, Eval-Firmware, BPMS, Source notes
- PCS Board PCS Board Design, Voltage Monitoring Circuit
Gen 3.1
- Gen 3.1 Kernel Upgrade and Field Notes (Spring 2007)
- Gen 3.1 Microserver, README, Schematics
- Gen 3.1 Task Manager "milo", GPS, Firmware
Microcontroller-related
Other Microserver-Related
Introduction
The TS-Debian Linux file system is held on a 512MB SD card (2008). This page describes how to work with this SD card.
Content consists of links to proper information:
Gen_3.2_SBC_Configuration Dealing with the SD in terms of formating, installing, duplicating
[[1]] linked to on above page as well--this is get an SD card booting. Describes why / should be the third partition of the SD (cuz that is how it is)
[[2]] binary images (I'm intrigued by the 4/29/2008 image!)
[[3]] The TS-7260 manual!
Exchange with Embedded Arm tech support
Rob Fatland (VEXCEL-MSFT) wrote: > > Hi folks; > > Could I get a quick pointer to formatting a blank 2GB SD card for > TS-Linux? We’re trying to upgrade to tougher cards because we keep > hitting e2fsck fails with our field units (Alaska abuse). I recall > there are a couple tricks to getting this right; thanks in advance. > > Best regards > > -Rob > Rob, Assuming you have a Linux PC at your disposal, it is not difficult. First use dd to write the image from our ftp site to the card, then use fdisk to enlarge the partition and ext2.resize to resize the filesystem. If that doesn't work, you can remove the 3rd partition, recreate it so that it fills the needed space, and untar our Debian tarball onto it. I would be curious to learn what kind of abuse in particular your system is subject to in Alaska. If it is just a matter of power supply being interrupted then I can see why your file system might get hosed, but I would expect SD cards to hold up in a cold environment. Sincerely, Grant
