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.
# 22  
Old 09-23-2011
Attempting to emulate this as a block device instead, I'm still having difficulty.

---------- Post updated at 11:27 AM ---------- Previous update was at 11:23 AM ----------

This flash disk appears to be UBI, not jffs2, so I'm no longer certain it even contains config.ini. Remains to be seen.
# 23  
Old 09-23-2011
Maybe it is my programmer fault. Maybe it reads NANDs in its special way.
Now I will try to read K9G8G08U0M as K9L8G08U0M and I will compare dumps.

---------- Post updated at 12:33 PM ---------- Previous update was at 12:30 PM ----------

Quote:
Originally Posted by Corona688
so I'm no longer certain it even contains config.ini. Remains to be seen.
Config.ini has to be in this dump.
Dump is made from desoldered chip.
# 24  
Old 09-23-2011
Quote:
Originally Posted by PouchX
Maybe it is my programmer fault. Maybe it reads NANDs in its special way.
I have no idea; you have access to the actual hardware, so would know better than I how the chip represents data internally.
# 25  
Old 09-23-2011
Also I have dump made with XELTEK SP5000 programmer.
But it is only first 2GB of 4GB chip.
Can you do something with 50% of image?
If yes, I can upload it to my server.
# 26  
Old 09-23-2011
The people at work are getting tired of me KP-ing the server from playing with MTD emulation. I'll have to continue at home if I have the energy. Be warned that this could take days to get anywhere -- it's not like a flash drive where you can mount the filesystem as loopback, flash chips are a totally different animal.

---------- Post updated at 11:56 AM ---------- Previous update was at 11:55 AM ----------

Quote:
Originally Posted by PouchX
Also I have dump made with XELTEK SP5000 programmer.
But it is only first 2GB of 4GB chip.
And what's the dump I have now? 1GB of a 4GB chip?
# 27  
Old 09-23-2011
It is 1GB of 1GB chip. 100%.
# 28  
Old 09-23-2011
Good, because an incomplete dump probably wouldn't be useful.
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