Author Topic: Is Your Z "dead" After Trying To Install Pdaxrom?  (Read 37112 times)

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Is Your Z "dead" After Trying To Install Pdaxrom?
« on: June 14, 2007, 07:47:53 pm »
Issue: Installing uBoot fails (got flashing lights). Charge light doesn't come on.

Solution: The three Rs: Reformat the card (FAT16, under Linux, mkfs.vfat -F 16 /dev/CARDDEVICE), redownload the uBoot files, and retry the process.

Issue: pdaXrom won't find the install files when trying to install the ROM.

Solution: Boot into the emergency system and check to see that the card is mounted (type 'df' to see. If /dev/hdx1 or /dev/mmcblk0p1 is listed, it's mounted). Then, cd to the directory with the install files, for CF installs:

Code: [Select]
cd /mnt/cf
For SD:

Code: [Select]
cd /mnt/card
Then execute this:

Code: [Select]
sh autoboot.sh ./
The install should run fine.

Issue: My Z won't boot after trying to install pdaXrom. I want to go back to ROM xyz.

Solution: Do a NAND restore. Download the correct file from here (select your Z model on the right):

http://www.trisoft.de/en_downloads.htm

and put the SYSTCXXX.DBK file on an SD/CF card (FAT16 formatted). remove all power from the Z (battery and AC), then hold Fn+D+M and insert the adapter. YOu should get a diagnostics menu. Go to the third page and select NAND restore. Note that you should only have one card (either SD or CF in the Z at this point).

If it doesn't see the file, 1, make sure the name is in all caps, and 2, see below.

You can then install ROM xyz normally.

Issue: After formatting a card, I can't get a NAND restore/other FAT16-sensitive action to work.

Solution: Make sure the system ID is set correctly. fdisk your card:

for SD:

Code: [Select]
fdisk /dev/SDDEVICE
for CF:

Code: [Select]
fdisk /dev/CFDEVICE
Then set the partition's ID to 6 by typing 't' for type, then the patition's number (1), then '6' for FAT16. Reformat your card:

Code: [Select]
mkfs.vfat -F 16 /dev/CARDDEVICE
then put the necessary files on the card and retry the action.

Issue: My card isn't found when trying to do a NAND restore or I get the "SYSxxx.DBK: file not exist" error when I try to restore my Z.

Solution: Make sure you have the DBK file on the root of the card, and that the card is FAT16-formatted and the System ID is set correctly (see above). For SD, make sure there isn't a CF card in the CF slot as well.

I feel like I'm missing other common issues, if so, please post them.

If this thread could be stickied, that would be great.  
« Last Edit: September 10, 2007, 02:50:38 pm by Capn_Fish »
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

ghostshadow

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • http://www.ghostknox.com
Is Your Z "dead" After Trying To Install Pdaxrom?
« Reply #1 on: June 15, 2007, 03:25:10 pm »
Question :

If it's dead, how do you get it to come back to life. I just tried mine and it's completely dead now.

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Is Your Z "dead" After Trying To Install Pdaxrom?
« Reply #2 on: June 15, 2007, 03:44:01 pm »
What did you do/try to do?

EDIT: This only covers software "bricking." If it's a hardware issue, these probably won't help .
« Last Edit: June 15, 2007, 03:55:05 pm by Capn_Fish »
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

ghostshadow

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • http://www.ghostknox.com
Is Your Z "dead" After Trying To Install Pdaxrom?
« Reply #3 on: June 15, 2007, 06:15:58 pm »
Phew Awesome! it worked, A mod can delete my posts id they would like, to conserve the threads integrity. Thanks allot.

pelrun

  • Sr. Member
  • ****
  • Posts: 366
    • View Profile
    • http://
Is Your Z "dead" After Trying To Install Pdaxrom?
« Reply #4 on: June 15, 2007, 09:12:56 pm »
If you format the card device instead of the partition device (i.e. /dev/mmcda instead of /dev/mmcda1) you don't have to worry about setting the partition types correctly, since there aren't any. Windows/cameras/etc tend to format removable media like that anyway; so compatibility isn't a problem. Heck, a partitioned card is the unusual case!

The diag menu is quite happy with such a formatted card.
SL-C3100 with usb power mod running debian eabi
pdaXii13 still on the NAND for dualbooting
16GB SDHC! (a new one, after I sat on the old one and it went kaput)
D-Link 660 wifi, Socket Bluetooth rev H
External 9800mAh LiIon battery and slimline dvd drive
Homebrew microphone and remote

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Is Your Z "dead" After Trying To Install Pdaxrom?
« Reply #5 on: June 15, 2007, 10:00:49 pm »
Thanks for pointing that out. I was under the impression that having no partitions made it not work, but maybe that's for automounting (with a default fstab).
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

gromituk

  • Full Member
  • ***
  • Posts: 207
    • View Profile
Is Your Z "dead" After Trying To Install Pdaxrom?
« Reply #6 on: June 16, 2007, 10:23:45 am »
Thank you very much for this thread - I thought I'd bricked my 860 when I installed u-boot and it didn't re-boot.

One thing to report: I couldn't get the emergency system to see anything on my CF card (i.e. the nandlogical commands in the install guide) until I mounted it manually with

mount /dev/hda1 /mnt/cf

It may have been because the card was in when I applied power.  Hope that helps someone.

dominate

  • Newbie
  • *
  • Posts: 10
    • View Profile
Is Your Z "dead" After Trying To Install Pdaxrom?
« Reply #7 on: June 20, 2007, 10:27:55 am »
I'm confused... I tried to install u-boot... now my Z doesn't have a charge light, i can't get into any of the menu's to try any of these recoveries... what do i do?

k

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Is Your Z "dead" After Trying To Install Pdaxrom?
« Reply #8 on: June 20, 2007, 11:23:12 am »
Quote
I'm confused... I tried to install u-boot... now my Z doesn't have a charge light, i can't get into any of the menu's to try any of these recoveries... what do i do?

k
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163453\"][{POST_SNAPBACK}][/a][/div]
You can always get into the Fn+D+M menu.

Remove the battery and AC from your Z, hold down Fn, D, and M, then insert the power cable.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

dominate

  • Newbie
  • *
  • Posts: 10
    • View Profile
Is Your Z "dead" After Trying To Install Pdaxrom?
« Reply #9 on: June 20, 2007, 11:57:34 am »
Quote
Quote
I'm confused... I tried to install u-boot... now my Z doesn't have a charge light, i can't get into any of the menu's to try any of these recoveries... what do i do?

k
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163453\"][{POST_SNAPBACK}][/a][/div]
You can always get into the Fn+D+M menu.

Remove the battery and AC from your Z, hold down Fn, D, and M, then insert the power cable.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163457\"][{POST_SNAPBACK}][/a][/div]

cool, thx.  I thought it was just D+M, not Func+D+M.

k

nauj27

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • http://nauj27.com/
Is Your Z "dead" After Trying To Install Pdaxrom?
« Reply #10 on: August 10, 2007, 02:30:57 am »
Quote
You can always get into the Fn+D+M menu.

Remove the battery and AC from your Z, hold down Fn, D, and M, then insert the power cable.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163457\"][{POST_SNAPBACK}][/a][/div]

Great! I only found until now D+M but not Fn. I'll try later and hope it works  

Thank you for the information!
« Last Edit: August 10, 2007, 02:31:36 am by nauj27 »

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
Is Your Z "dead" After Trying To Install Pdaxrom?
« Reply #11 on: December 01, 2007, 04:54:21 pm »
I tried to install U-Boot. It seemed to work- I got to a prompt.  I simply left my Z sitting there like that while I downloaded a newer debian tarball. The Z went black.  I can get into func D+M ok, but I cant reboot or anything of that kind.  Is the only option when U-Boot does this to do a Nand restore, install U-Boot again and....what don't let the Z sit? Install a new OS in less than 5 minutes or else?
Well--off to a nand restore.
« Last Edit: December 01, 2007, 05:16:07 pm by adf »
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Is Your Z "dead" After Trying To Install Pdaxrom?
« Reply #12 on: December 01, 2007, 04:59:36 pm »
To boot into the uboot emergency mode, you need to press [OK] when booting starts.

But to install debian, I recommend having the whole rootfs ready before installing uboot and the kernel, because uboot cannot handle ext3 and will freeze when accessing the internal drive or CF.
« Last Edit: December 01, 2007, 05:00:04 pm by ZDevil »

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
Is Your Z "dead" After Trying To Install Pdaxrom?
« Reply #13 on: December 01, 2007, 05:36:08 pm »
Quote from: ZDevil
To boot into the uboot emergency mode, you need to press [OK] when booting starts.

But to install debian, I recommend having the whole rootfs ready before installing uboot and the kernel, because uboot cannot handle ext3 and will freeze when accessing the internal drive or CF.
I kinda got the last part-But I had preessed ok--it scrolled a bunch o stff then came to a prompt. isn't that what iti is supposed to do?

Anyway, If i can mke uboot do anything but cause to restore my Nand (3x this morning and counting) I was planning to install the taraball to a 1 G CF, then see about doing someinthing with my internal drive
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
Is Your Z "dead" After Trying To Install Pdaxrom?
« Reply #14 on: December 01, 2007, 05:40:32 pm »
Quote from: adf
Quote from: ZDevil
To boot into the uboot emergency mode, you need to press [OK] when booting starts.

But to install debian, I recommend having the whole rootfs ready before installing uboot and the kernel, because uboot cannot handle ext3 and will freeze when accessing the internal drive or CF.
I kinda got the last part-But I had preessed ok--it scrolled a bunch o stff then came to a prompt. isn't that what iti is supposed to do?

Anyway, If i can mke uboot do anything but cause to restore my Nand (3x this morning and counting) I was planning to install the taraball to a 1 G CF, then see about doing someinthing with my internal drive
Am I supposed to include a kernel or something on the card I install Uboot from?
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf