Author Topic: Sd Card Not Found! While Flashing  (Read 3513 times)

vorik

  • Newbie
  • *
  • Posts: 4
    • View Profile
Sd Card Not Found! While Flashing
« on: August 13, 2007, 03:48:50 pm »
Hi All!

I want to install PdaXrom to my Zaurus 3100, but I cannot make it happen.

Here's a quick history:
- I've had some distro's on my Z, latest was angstrom.
- I've tried to flash PdaXrom's u-boot, but then it bricked.
- Fixed the flash (Thanks Capn Fish!), but it doesnt boot anymore because of the different partitioning of the HDD.
- Tried flashing the u-boot again. When updater.sh runs, I get the error
Code: [Select]
SD card not found!!
Your help is very much appreciated!!

Thanks,
Ger.

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Sd Card Not Found! While Flashing
« Reply #1 on: August 13, 2007, 03:55:06 pm »
uBoot is flashed by putting the FAT16-formatted SD with uBoot files in the Zaurus, removing all power, holding C and D, and inserting AC. It seems you are trying to run it from the OK menu. Or do I have something wrong?
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
Sd Card Not Found! While Flashing
« Reply #2 on: August 13, 2007, 04:20:54 pm »
There is an script to run from the OK menu... I will have to look at the script again...

Please follow the steps noted by Capn Fish to install uBoot, you may find better success that way

Late
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

vorik

  • Newbie
  • *
  • Posts: 4
    • View Profile
Sd Card Not Found! While Flashing
« Reply #3 on: August 14, 2007, 01:10:14 am »
Thanks again, that worked.... (I'll go work on my reading skills; never got past the 'fresh installation with bootloader)

Ger.

vorik

  • Newbie
  • *
  • Posts: 4
    • View Profile
Sd Card Not Found! While Flashing
« Reply #4 on: August 14, 2007, 04:03:00 am »
I succeeded in installing the uboot, but am stuck now..

It does boot into the emergency system, but when I mount the SD and start the installation script I get something like:

no kernel image

Any help very much appreciated!

Ger.

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
Sd Card Not Found! While Flashing
« Reply #5 on: August 14, 2007, 08:14:04 am »
ok... mount SD
Code: [Select]
# cd /mnt/card/(where ever the files are)/then...
Code: [Select]
# sh autoboot.sh ./
you have to make sure that you do the " ./ " at the end... because where ever you are at on the SD card it does know where the files are... now if they are are the root of the sd card... then tell me exactly what files you have on the card...

Late
« Last Edit: August 14, 2007, 08:14:40 am by InSearchOf »
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

vorik

  • Newbie
  • *
  • Posts: 4
    • View Profile
Sd Card Not Found! While Flashing
« Reply #6 on: August 14, 2007, 08:22:50 am »
Hi,

Thanks for your reply! I'll try that when i'm home.

The last ./ wasnt mentioned in the quickguide:

http://www.pdaxrom.org/?q=docs/installation/quickguide
Quote
Run the installation script by typing ./autoboot.sh
(the last dot "." is necessary)

I wasnt sure what the last dot remark meant, but as I thought it was part of the filename (just before sh) I figured it was explained...

Thanks,
Ger.