Author Topic: Another Dead Simpad  (Read 8466 times)

Psymosh

  • Newbie
  • *
  • Posts: 2
    • View Profile
Another Dead Simpad
« on: March 12, 2008, 12:42:37 pm »
When i bought the simpad, there was opie in it, and i want'd Windows CE, so I followed instructions in http://opensimpad.org/index.php/Linux#Rein...mens_bootloader

After i typed "load flash 0" i sended via ymed Pbl-simpad-1.0.tar.gz

And i did get something same like that.

boot> set override = 1
  setting param <override> to value <1>
boot> pflash 0 0x40000 0
  addr=00000000
  len=00040000
  protect=00000000
Protect=00000000
boot> load flash 0
loading flash region flash
using ymodem
ready for YMODEM transfer...
CC362F95577901AFF5C29BA77867A9D33B
00022EC0 bytes loaded to C0000400

programming flash...erasing ...
Erasing sector 00000000
Erasing sector 00020000
writing flash..
addr: 00000000 data: E1A00000
addr: 00010000 data: E1A0C00D
addr: 00020000 data: 4144540A
verifying ...
done.
boot>

Then i reseted simpad with reset button on the back, and now it doesent turn on, sometimes it will but blank screen, and i must keep power putton down.

What happened?

I did have hell lot of time to get the parts for the lumberg/serial connector and now, all for nothing.

E: Is this kind of jtag cable compatible without modification? [img]http://riemun.huuto.net/auctionimages/8/42/579ca46e562fe21d283ebafafebc7-orig.jpg\" border=\"0\" class=\"linked-image\" /]
« Last Edit: March 12, 2008, 03:39:37 pm by Psymosh »

mr_nice

  • Full Member
  • ***
  • Posts: 156
    • View Profile
Another Dead Simpad
« Reply #1 on: March 12, 2008, 06:18:08 pm »
hi,
it seems that we need to rewrite the howto.
You have to unpack the tar file first. It contains a loader for Cl4 and SLC class devices. You unfortunate flashed the tarball directly. With jtag you should be able to flash the right loader to the pad.

The cable looks ok, but I don't know how it is wired. So I cannot guarantee that it will fit. You also need to solder the connector to the pad.

regards
mr nice

mr_nice

  • Full Member
  • ***
  • Posts: 156
    • View Profile
Another Dead Simpad
« Reply #2 on: March 13, 2008, 06:10:54 am »
Quote from: mr_nice
it seems that we need to rewrite the howto.

Ok, done. please take a look [1] the changes and review it.

regards
mr nice

1 http://opensimpad.org/index.php/Linux#Rein...mens_bootloader

Psymosh

  • Newbie
  • *
  • Posts: 2
    • View Profile
Another Dead Simpad
« Reply #3 on: March 17, 2008, 07:17:49 am »
Its good now, thanks!

So, now i have soldered things like that and have the jtag cable. http://opensimpad.org/index.php/Image:Afters.jpg

But i cannot make-out anything from http://opensimpad.org/index.php/JTAG_HOWTO#Software_2
So can somebody help me and tell me ALL the steps, and downloads i have to do to get JTAG installed correctly.
E:Im using Windows XP
I have newer used linux, and now i should run somekind of emulator without exacting instructions

Thanks!

E:Now i have also ubuntu on my use , so if its easyer to install JTAG on ubuntu please tell me exactly introductions
« Last Edit: March 17, 2008, 01:31:00 pm by Psymosh »

mister_data

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • http://
Another Dead Simpad
« Reply #4 on: March 18, 2008, 06:47:21 am »
Quote from: Psymosh
Its good now, thanks!

So, now i have soldered things like that and have the jtag cable. http://opensimpad.org/index.php/Image:Afters.jpg

But i cannot make-out anything from http://opensimpad.org/index.php/JTAG_HOWTO#Software_2
So can somebody help me and tell me ALL the steps, and downloads i have to do to get JTAG installed correctly.
E:Im using Windows XP
I have newer used linux, and now i should run somekind of emulator without exacting instructions

Thanks!

E:Now i have also ubuntu on my use , so if its easyer to install JTAG on ubuntu please tell me exactly introductions

Hi,

ubuntu ist the right way.

First read https://help.ubuntu.com/community/InstallingSoftware about install software.

Then you need openwince-jtag 0.5.1 http://packages.ubuntu.com/edgy/embedded/openwince-jtag.

Next your pc-machine need parallel port and modules for your kernel (ppdev or parport).

Then you should follow the the guide from http://opensimpad.org/index.php/JTAG_HOWTO#Flash_Procedure.

You must open a terminal (xterm console) and write "jtag" to start the procedure (also your bootloader should live
in the same path were jtag-tools started.

-> simpadSL.rom for SIMpad SL4/SLC

-> simpadCL.rom for SIMpad CL4/others

Regards,
mrdata
SIMpad SL4 128MB-RAM-Mod, Bluetooth-Mod, MMC-Mod, Accu-repair
Ångström GPE-Image (Kernel-2.6.24)

mr_nice

  • Full Member
  • ***
  • Posts: 156
    • View Profile
Another Dead Simpad
« Reply #5 on: March 18, 2008, 11:33:32 am »
Psymosh, if you be able to jtag your simpad I would be happy if you could add some jtag descripion for linux newbies to the opensimpad.org wiki .
If you need more help for it just ask.

best regards
mr nice

jenny23

  • Newbie
  • *
  • Posts: 1
    • View Profile
Another Dead Simpad
« Reply #6 on: March 18, 2008, 11:42:18 am »
Quote from: mr_nice
Psymosh, if you be able to jtag your simpad I would be happy if you could add some jtag descripion for linux newbies to the opensimpad.org wiki .
If you need more help for it just ask.

best regards
mr nice


Hi there,

i think its very wel for linux noobs to use cygwin for jtagging the simpad. I did for myself on WinXP with cygwin and its working perfect. If somebody is interested i will upload the cygwin install folder to RS.

Btw, i m looking for a cnet 4.2 image or rom backup for my simpad.
« Last Edit: March 18, 2008, 11:46:05 am by jenny23 »

mr_nice

  • Full Member
  • ***
  • Posts: 156
    • View Profile
Another Dead Simpad
« Reply #7 on: March 18, 2008, 11:57:26 am »
Quote from: jenny23
i think its very wel for linux noobs to use cygwin for jtagging the simpad. I did for myself on WinXP with cygwin and its working perfect. If somebody is interested i will upload the cygwin install folder to RS.

That would be awsome!
Please do so. Also add an howto on opensimpad.org .

Quote from: jenny23
Btw, i m looking for a cnet 4.2 image or rom backup for my simpad.

Sorry. Please do not ask here about 4.2 Images it would be not fair to simon and illegal.

Cheapest way to get ce 4.2 is to buy it on ebay with 4.2 and sell your old pad without 4.2.
Alternative go to simons site and buy it.

Btw there is a new angstrom test image in "Angstrom Hangs With Soft Lockup" thred

best regards
mr nice