Great thanks! I cant seem to get any of them to run. They dont return any errors, but dont sit in the backgorund either.
I tried copying them to /usr/sbin, but it doesnt seem to want to let me write there. Again, no errors, but also no files. I also tried touching /usr/sbin/test.... nothing. This is odd!
I then tried using some of the trick from Cyph's flashkit. First i tried to load his rwflash.o driver to see if i could unlock some memory and to test kernel compatability. However, it didnt load according ot lsmod. Also didnt give any errors... Odd.
Anyway, I am at a bit of a loss. To get started, I included some quick info about the a1200. Oddly enough, uname -a returned nothing.... Anyway, Here it is. Any ideas?
Code:
lsmod
Module Size Used by Not tainted
modem_relay 3600 0 (unused)
modem_ppp_async 7892 0 (unused)
modem_ppp_generic 16772 0 [modem_ppp_async]
gprsv 7604 0
modem_bridge 2360 0 [modem_relay modem_ppp_generic gprsv]
slhc 4968 0 [modem_ppp_generic]
mux_cli 30356 10
paniclogger 13432 0 (unused)
Code:
cat /proc/roflash_info
ROFLASH Driver status: Ready
ROFLASH area name is rootfs
ROFLASH area size = 27258880 bytes
ROFLASH area offset = 6295552 bytes
ROFLASH area l_x_b(10)
ROFLASH area name is language
ROFLASH area size = 12582912 bytes
ROFLASH area offset = 27131904 bytes
ROFLASH area l_x_b(1000)
ROFLASH area name is data_resource
ROFLASH area size = 9437184 bytes
ROFLASH area offset = 1703936 bytes
ROFLASH area l_x_b(1000)
ROFLASH area name is setup
ROFLASH area size = 131072 bytes
ROFLASH area offset = 6160384 bytes
ROFLASH area l_x_b(10)
ROFLASH area name is secure_setup
ROFLASH area size = 126976 bytes
ROFLASH area offset = 25825280 bytes
ROFLASH area l_x_b(1000)
Code:
cat /proc/mtd
dev: size erasesize name
mtd0: 00008000 00008000 "CADDO_SECOND"
mtd1: 00008000 00008000 "ITUNES"
mtd2: 00008000 00008000 "CADDO_PRIMARY"
mtd3: 00008000 00008000 "FOTA_REV"
mtd4: 00040000 00020000 "MBM"
mtd5: 00020000 00020000 "CONFIG"
mtd6: 00020000 00020000 "BLOB"
mtd7: 00100000 00020000 "KERNEL"
mtd8: 00600000 00020000 "USERFS_DB"
mtd9: 007e0000 00020000 "USERFS_GENERAL"
mtd10: 00020000 00020000 "TEST_CMD"
mtd11: 00020000 00020000 "LOGO"
mtd12: 000c0000 00020000 "FOTA"
mtd13: 00020000 00020000 "RESERVE"
[/code:1:c68d72b96d]