Copy file to SD card from internal flash.


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Copy file to SD card from internal flash.
# 29  
Old 09-23-2011
Ok. No problem. I understand Smilie
In the meantime I will upload new dump.

---------- Post updated at 02:19 PM ---------- Previous update was at 01:03 PM ----------

www.pouchx.com/PRV/HDS/K9G8G08U0M_as_K9L8G08U0M-full.rar

Last edited by PouchX; 09-23-2011 at 05:28 PM..
# 30  
Old 09-25-2011
I just uploaded full 1GB from factory ROW region unit:
www.pouchx.com/PRV/HDS/HDS-5_Base_ROW_EUROPE_K9G8G0U0M_fw3.5_full.rar

Config.ini looks like this:
Code:
[General] 
INIVersion=2.0

[Product]
ProductId=HDS5
ProductRegion=ROW
FinalAssyPartNum=003-8052-00
Description=HDS-5 with Worldwide Background

[Mapping]
HaveBackground=False 
HaveLakeInsight=False 
HaveNauticInsight=False 
HaveUSInsight=False 
HaveWorldBackground=True
HaveSonarOnly=False

[ApplicationDefaults]
DefaultChartProvider=Navionics
DefaultDateFormat=dd/MM/yyyy
DefaultTimeFormat=12hr
DefaultTimeZone= +10:00
DefaultUnits=Metric
DefaultVideoFormat=N/A

---------- Post updated at 01:45 PM ---------- Previous update was at 03:12 AM ----------

I found one more thing.
In the dump above, config.ini starts at 0x837C000 and ends at 0x837E93F.
There is no UBI signature in file header.
Other files on NAND starts with "UBI".

Also in update.sh I found:

Code:
   # Mount the rest of the jffs2 entries
   for FS in $(
      grep " jffs2 " /mnt/etc/fstab | \
      awk '{print $1 "#" $2 "#" $4}'
   ); do
      DEVNODE="$(echo "${FS}" | cut -f 1 -d \#)"
      MNTPT="$(echo "${FS}" | cut -f 2 -d \#)"
      MNTOPT="$(echo "${FS}" | cut -f 3 -d \#)"
      mount -t jffs2 -o "${MNTOPT}" "${DEVNODE}" "/mnt/${MNTPT}"
      #pkill -STOP jffs2_gcd     Don't do this, since the only jffs2 fs left is the tiny config partition so this has no performance benefit
      unset DEVNODE MNTPT MNTOPT
   done
   CONFIGJFFS="$(grep "^/dev/mtdblock${CONFIGMTD}" /proc/mounts | cut -f 2 -d ' ')"

and this..

Code:
   ## Bulk file installer functions.
   # Ensure that map types match.
   Chartmatch () {
      # Read the unit's Config.ini file
      ls "${CONFIGJFFS}"/Config.ini >/dev/null 2>/dev/null && {
         egrep -iqs "^havebackground *= *(1|true)" "${CONFIGJFFS}"/Config.ini && \
            UNITCHART="US Background"
         egrep -iqs "^havelakeinsight *= *(1|true)" "${CONFIGJFFS}"/Config.ini && \
            UNITCHART="Lake Insight"
         egrep -iqs "^havenauticinsight *= *(1|true)" "${CONFIGJFFS}"/Config.ini && \
            UNITCHART="NauticInsight"
         egrep -iqs "^haveusinsight *= *(1|true)" "${CONFIGJFFS}"/Config.ini && \
            UNITCHART="Insight US"
         egrep -iqs "^haveworldbackground *= *(1|true)" "${CONFIGJFFS}"/Config.ini && \
            UNITCHART="World Background"

Is it possible that one part of NAND is UBI and other part is JFFS?

Last edited by Scott; 09-25-2011 at 05:20 AM.. Reason: Code tags; formatting.
# 31  
Old 09-26-2011
Bleh, this weekend was a dead loss. Smilie

Yes it's possible. I don't know why they'd bother using both since it's stupid and jffs2 is all-but abandoned in favor of ubi, but it's possible. I'm still trying to get UBI flash images working.
# 32  
Old 09-26-2011
Maybe it is easier to unpack/mount only JFFS part. That part I am interested most Smilie
# 33  
Old 09-26-2011
Obviously, but one would have to find it first, which means cracking open the UBIFS part.
# 34  
Old 09-26-2011
I can cut it off from "big" dump.
# 35  
Old 09-26-2011
If you're positive where it begins and ends. I'm sure not.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

PowerHA; Import flash copy of VG?

Hey guys, wondering if this is possible to accomplish. PowerHA SystemMirror7.1 active/passive cluster. Restored a clustered system in test and upgraded to the latest version of PowerHA. Things are working great. However in the interest of time during cut over to the new system, I was hoping to... (4 Replies)
Discussion started by: j_aix
4 Replies

2. Shell Programming and Scripting

Copy file and evaluate its internal variables

Hi I have been trying to figure a way to copy a file, (a template), that has internal variables. Using the values as defined for those variables in another script. So a file called x - #! /bin/bash D=aa.$X.bb And file y #! /bin/bash X=6 while read line do eval echo... (5 Replies)
Discussion started by: steadyonabix
5 Replies

3. SuSE

In KDE Copy completed not always mean files were copied to USB flash drive - how to fix it?

I have noticed that when I copy files to flash disk and in UI I see message copy completed in notification area on task bar, usually copy is not completed. So, if I eject the media I loose data. It is very serious problem because may cause loss of valuable and even critical data. Moreover, when... (2 Replies)
Discussion started by: netwalker
2 Replies

4. Shell Programming and Scripting

File splitting, naming file according to internal field

Hi All, I have a rather stange set of requirements that I'm hoping someone here could help me with. We receive a file that is actually a concatenation of 4 files (don't believe this would change, but ideally the solution would handle n files). The super-file looks like:... (7 Replies)
Discussion started by: Leedor
7 Replies

5. AIX

Flash Copy Problem, has any one else seen this?

Around a month ago we suffered a prolonged power outage, due to circumstances the servers and storage arrays were still in use when the UPS dropped. One of the servers was running a flash copy on the database while batch processing had commenced. This is the only server that suffered any further... (2 Replies)
Discussion started by: gull04
2 Replies

6. Ubuntu

Format a compact flash card in Ubuntu

I need some assistance formatting a compact flash card in Ubtunu. I connect up the CF card through a USB reader. Ubuntu recognizes the reader usb device, but does not "mount" the CF card as a device. The CF card was formatted in FAT32 format. Any help would be greatly appreciated.... (3 Replies)
Discussion started by: genesis211
3 Replies

7. UNIX for Advanced & Expert Users

Sun internal disks and HBA card

I have a V490 that has couple internal disks attached to the same dual-port HBA card that I'm planning attach to the SAN for additional storage. Would I sacrifice performance if I use the same HBA? Is it better to throw in a new HBA instead? (1 Reply)
Discussion started by: kiem
1 Replies

8. Solaris

Install Solaris 10 with an internal StorageTek SAS HBA Raid card

Hi all i would like to ask some suggests about my next job! I have to install a new Sun Netra T5220, with an additional internal StorageTek SAS HBA Raid. The problem come in if every disk is now controlled by the HBA, how can I install the OS? No disk is being detected by the OS. SAS card... (2 Replies)
Discussion started by: kakabobo
2 Replies

9. UNIX for Advanced & Expert Users

Forwarding internal internet packets to internal webserver using iptables

Hi, I need to redirect internal internet requests to a auth client site siting on the gateway. Currently users that are authenticated to access the internet have there mac address listed in the FORWARD chain. All other users need to be redirected to a internal site for authentication. Can... (1 Reply)
Discussion started by: mshindo
1 Replies

10. Solaris

istall sas raid HBA internal card

I need to install a raid HBA internal card on a T5240. The reason is I have more drives and the current mother board controller does not support more than 4 drives. My question is I have raidctl set up on current drives. If I install new HBA card do I have to delete current raidctl and... (3 Replies)
Discussion started by: photon
3 Replies
Login or Register to Ask a Question