have i killed my box ?

Domestos & Derivate
Big Ted
Interessierter
Interessierter
Beiträge: 36
Registriert: Sonntag 21. November 2004, 11:14

Beitrag von Big Ted »

do the jumpers have to be in place when grounding flash reset ?
Big Ted
Interessierter
Interessierter
Beiträge: 36
Registriert: Sonntag 21. November 2004, 11:14

Beitrag von Big Ted »

tried without the jumpers still the same, tried with the jumpers still the same.

Bah
Big Ted
Interessierter
Interessierter
Beiträge: 36
Registriert: Sonntag 21. November 2004, 11:14

Beitrag von Big Ted »

Still not switched off, any more ideas anybody ???

Thanks
Ted
PT-1
Moderator english
Beiträge: 2458
Registriert: Donnerstag 20. Dezember 2001, 00:00

Beitrag von PT-1 »

That was what I was missing ;-)

Cheers DieMade and Gurgel !!

PT-1 :lol:
Big Ted
Interessierter
Interessierter
Beiträge: 36
Registriert: Sonntag 21. November 2004, 11:14

Beitrag von Big Ted »

is there a way to verify what has been written or erased, so i can switch this lot off.
Ted
DieMade
Oberlamer, Administrator & Supernanny
Beiträge: 10532
Registriert: Samstag 13. Juli 2002, 10:49

Beitrag von DieMade »

Humm, can't leave the kids alone for only one day here *g*

Everything looks OK in the log, looks like the flashs aren't soldered correct or something else ist wrong with the hardware.

I'm afraid the BMon is erased now.


Try to make a copy somewhere else (the bmon is still in RAM at 120000):

Code: Alles auswählen

protect off 10400000 1041FFFF
erase 10400000 1041FFFF
cp 120000 10400000 8000


If this one works out, you can still boot the box with some trick: set A20 to high-level (connect Pin10 and 37).

Ig the Box boots with A20 set to high, you can start to search for missing voltages/not properly connected pins and don't have to desolder the flashs again. DISCONNECT THE 2 PINS AFTER BOOTUP, DON'T DO ANYTHING WHILE THEY ARE CONNECTED!

If even this fails - heat the soldering iron ;)
maxg

Beitrag von maxg »

I think u-boot 1.1.2 have a bug in writing to 10000000-1001FFFF.
PT-1 got the same problem some days ago.
DieMade
Oberlamer, Administrator & Supernanny
Beiträge: 10532
Registriert: Samstag 13. Juli 2002, 10:49

Beitrag von DieMade »

No. I used exactly the programs and settings as I posted before in this Thread:

Code: Alles auswählen

debug: DDF: Calibrating delay loop... debug: DDF: 67.79 BogoMIPS
debug: BMon V1.2  mID 01
debug: feID 00    gtxID 0b
debug: fpID 5a     dsID 01-50.09.43.07.00.00-f2
debug: HWrev 09  FPrev 0.81
debug: B/Ex/Fl(MB) 32/00/08
WATCHDOG reset enabled
dbox2:root> boot net
debug: 
BOOTP/TFTP bootstrap loader (v0.3)
debug: 
debug: Transmitting BOOTP request via broadcast
debug: Got BOOTP reply from Server IP 192.168.3.203, My IP 192.168.3.49
debug: Sending TFTP-request for file C/FLASH/u-boot
will verify ELF image, start= 0x800000, size= 141104
verify sig: 263
boot net: boot file has no valid signature
Branching to 0x40000


U-Boot 1.1.2 (Tuxbox) (Mar 15 2005 - 06:51:21)

CPU:   PPC823ZTnnB2 at 67.200 MHz: 2 kB I-Cache 1 kB D-Cache
Board: DBOX2, Nokia, BMon V1.2
       Watchdog enabled
I2C:   ready
DRAM:  32 MB
FLASH:  8 MB
FB:    ready
LCD:   ready
In:    serial
Out:   serial
Err:   serial
Net:   SCC ETHERNET
BOOTP broadcast 1
Using SCC ETHERNET device
TFTP from server 192.168.3.203; our IP address is 192.168.3.49
Filename 'C/FLASH/u-boot'.
Load address: 0x100000
Loading: Using SCC ETHERNET device
TFTP from server 192.168.3.203; our IP address is 192.168.3.49
Filename 'logo-lcd'.
Load address: 0x100000
Loading: ##
done
Bytes transferred = 7680 (1e00 hex)
BOOTP broadcast 1
Using SCC ETHERNET device
TFTP from server 192.168.3.203; our IP address is 192.168.3.49
Filename 'C/FLASH/u-boot'.
Load address: 0x100000
Loading: *
Abort
Using SCC ETHERNET device
TFTP from server 192.168.3.203; our IP address is 192.168.3.49
Filename 'logo-fb'.
Load address: 0x100000
Loading: #########
Abort
can't find logo

Options:
  1: Console on null
  2: Console on ttyS0
  3: Console on framebuffer
Select option (1-3), other keys to stop autoboot:  0 
=> <INTERRUPT>
=> rarpboot 120000 /C/FLASH/BMON.IMG
RARP broadcast 1
Using SCC ETHERNET device
TFTP from server 192.168.3.203; our IP address is 192.168.3.49
Filename '/C/FLASH/BMON.IMG'.
Load address: 0x120000
Loading: ##########################
done
Bytes transferred = 131072 (20000 hex)
=> protect off 10400000 1041FFFF 
.
Un-Protected 1 sectors
=> erase 10400000 1041FFFF

done                                         
Erased 1 sectors
=> cp.l 120000 10400000 8000
Copy to Flash... done
=> protect off 10000000 1001ffff
.
Un-Protected 1 sectors
=> erase 10000000 1001ffff

done                                         
Erased 1 sectors
=> cp.l 120000 10000000 8000
Copy to Flash... done
=>
############## Box-Reset ############## 
debug: DDF: Calibrating delay loop... debug: DDF: 67.79 BogoMIPS
debug: BMon V1.2  mID 01
debug: feID 00    gtxID 0b
debug: fpID 5a     dsID 01-50.09.43.07.00.00-f2
debug: HWrev 09  FPrev 0.81
debug: B/Ex/Fl(MB) 32/00/08
WATCHDOG reset enabled
debug: autoboot aborted from terminal
dbox2:root> 
dbox2:root>
In a 2nd try I even verified the erasure of the flash, it was empty (FF) in the first 128kb.

Before erase:

Code: Alles auswählen

=> crc32 10000000 20000
CRC32 for 10000000 ... 1001ffff ==> a9b56ddf
After erase:

Code: Alles auswählen

=> crc32 10000000 20000
CRC32 for 10000000 ... 1001ffff ==> 7db2b7bb
After cp.l:

Code: Alles auswählen

=> crc32 10000000 20000
CRC32 for 10000000 ... 1001ffff ==> a9b56ddf
So everything looks OK with u-boot 1.1.2 and Nokia 2xIntel BMon 1.2
maxg

Beitrag von maxg »

But you didn't test the reaction of BMon1.0 and u-boot 1.1.2 on a wrong BMon1.2 Box.
The boxes from Big Ted and PT-1 were booted with BMon1.0 on a BMon1.2 box.
DieMade
Oberlamer, Administrator & Supernanny
Beiträge: 10532
Registriert: Samstag 13. Juli 2002, 10:49

Beitrag von DieMade »

Doh, somebody broke the Flash-Code in u-boot....

cvs-Code doesn't recognize the 320C3B but treads them as C3T:

Code: Alles auswählen

=> flinfo

Bank # 1: INTEL 28F320C3T (32M, top boot sect), 32 bit

  Size: 8192 kB in 71 Sectors
  Sector Start Addresses:
    10000000      10020000 (RO) 10040000 (RO) 10060000 (RO)
    10080000 (RO) 100A0000 (RO) 100C0000 (RO) 100E0000 (RO)
    10100000 (RO) 10120000 (RO) 10140000 (RO) 10160000 (RO)
    10180000 (RO) 101A0000 (RO) 101C0000 (RO) 101E0000 (RO)
    10200000 (RO) 10220000 (RO) 10240000 (RO) 10260000 (RO)
    10280000 (RO) 102A0000 (RO) 102C0000 (RO) 102E0000 (RO)
    10300000 (RO) 10320000 (RO) 10340000 (RO) 10360000 (RO)
    10380000 (RO) 103A0000 (RO) 103C0000 (RO) 103E0000 (RO)
    10400000 (RO) 10420000 (RO) 10440000 (RO) 10460000 (RO)
    10480000 (RO) 104A0000 (RO) 104C0000 (RO) 104E0000 (RO)
    10500000 (RO) 10520000 (RO) 10540000 (RO) 10560000 (RO)
    10580000 (RO) 105A0000 (RO) 105C0000 (RO) 105E0000 (RO)
    10600000 (RO) 10620000 (RO) 10640000 (RO) 10660000 (RO)
    10680000 (RO) 106A0000 (RO) 106C0000 (RO) 106E0000 (RO)
    10700000 (RO) 10720000 (RO) 10740000 (RO) 10760000 (RO)
    10780000 (RO) 107A0000 (RO) 107C0000 (RO) 107E0000 (RO)
    107E4000 (RO) 107E8000 (RO) 107EC000 (RO) 107F0000 (RO)
    107F4000 (RO) 107F8000 (RO) 107FC000 (RO)

Bank # 2: missing or unknown FLASH type
=>

I just fixed it, now it also says something about 8 sectors when handling the first 128kb:

Code: Alles auswählen

=> flinfo

Bank # 1: INTEL 28F320C3B (32M, bottom boot sect), 32 bit

  Size: 8192 kB in 71 Sectors
  Sector Start Addresses:
    10000000      10004000      10008000      1000C000     
    10010000      10014000      10018000      1001C000     
    10020000 (RO) 10040000 (RO) 10060000 (RO) 10080000 (RO)
    100A0000 (RO) 100C0000 (RO) 100E0000 (RO) 10100000 (RO)
    10120000 (RO) 10140000 (RO) 10160000 (RO) 10180000 (RO)
    101A0000 (RO) 101C0000 (RO) 101E0000 (RO) 10200000 (RO)
    10220000 (RO) 10240000 (RO) 10260000 (RO) 10280000 (RO)
    102A0000 (RO) 102C0000 (RO) 102E0000 (RO) 10300000 (RO)
    10320000 (RO) 10340000 (RO) 10360000 (RO) 10380000 (RO)
    103A0000 (RO) 103C0000 (RO) 103E0000 (RO) 10400000 (RO)
    10420000 (RO) 10440000 (RO) 10460000 (RO) 10480000 (RO)
    104A0000 (RO) 104C0000 (RO) 104E0000 (RO) 10500000 (RO)
    10520000 (RO) 10540000 (RO) 10560000 (RO) 10580000 (RO)
    105A0000 (RO) 105C0000 (RO) 105E0000 (RO) 10600000 (RO)
    10620000 (RO) 10640000 (RO) 10660000 (RO) 10680000 (RO)
    106A0000 (RO) 106C0000 (RO) 106E0000 (RO) 10700000 (RO)
    10720000 (RO) 10740000 (RO) 10760000 (RO) 10780000 (RO)
    107A0000 (RO) 107C0000 (RO) 107E0000 (RO)

Bank # 2: missing or unknown FLASH type
=>
DieMade
Oberlamer, Administrator & Supernanny
Beiträge: 10532
Registriert: Samstag 13. Juli 2002, 10:49

Beitrag von DieMade »

Final test (even flashed BMon 1.0 to be sure before):

Code: Alles auswählen

edebug: DDF: Calibrating delay loop... debug: DDF: 67.79 BogoMIPS
debug: BMon V1.0  mID 01
debug: feID 00    gtxID 0b
debug: fpID 5a     dsID 01-50.09.43.07.00.00-f2
debug: HWrev X5  SWrev 0.81
debug: B/Ex/Fl(MB) 32/00/08
WATCHDOG reset enabled
debug: autoboot aborted from terminal
dbox2:root> 
dbox2:root> boot net
debug: 
BOOTP/TFTP bootstrap loader (v0.3)
debug: 
debug: Transmitting BOOTP request via broadcast
debug: Got BOOTP reply from Server IP 192.168.3.203, My IP 192.168.3.49
debug: Sending TFTP-request for file T/dbox2-ide/tftpboot/u-boot
will verify ELF image, start= 0x800000, size= 160684
verify sig: 263
boot net: boot file has no valid signature
Branching to 0x40000


U-Boot 1.1.2 (Tuxbox) (Mar 18 2005 - 10:00:01)

CPU:   PPC823ZTnnB2 at 67.200 MHz: 2 kB I-Cache 1 kB D-Cache
Board: DBOX2, Nokia, BMon V1.0
       Watchdog enabled
I2C:   ready
DRAM:  32 MB
FLASH:  8 MB
Scanning JFFS2 FS: . done.
FB:    ready
LCD:   ready
In:    serial
Out:   serial
Err:   serial
Net:   SCC ETHERNET

Options:
  1: Console on null
  2: Console on ttyS0
 3: Console on framebuffer
Select option (1-3), other keys to stop autoboot:  0 
=> rarpboot 120000 /C/FLASH/BMON12.IMG
RARP broadcast 1
Using SCC ETHERNET device
TFTP from server 192.168.3.203; our IP address is 192.168.3.49
Filename '/C/FLASH/BMON12.IMG'.
Load address: 0x120000
Loading: ##########################
done
Bytes transferred = 131072 (20000 hex)
=> protect off 10000000 1001ffff
........
Un-Protected 8 sectors
=> erase 10000000 1001ffff

done                                         
Erased 8 sectors
=> cp.l 120000 10000000 8000
Copy to Flash... done
=> 
################ BOX-RESET ##############
edebug: DDF: Calibrating delay loop... debug: DDF: 67.79 BogoMIPS
debug: BMon V1.2  mID 01
debug: feID 00    gtxID 0b
debug: fpID 5a     dsID 01-50.09.43.07.00.00-f2
debug: HWrev 09  FPrev 0.81
debug: B/Ex/Fl(MB) 32/00/08
WATCHDOG reset enabled
debug: autoboot aborted from terminal
dbox2:root>
There are 10 types of people in the world: those who know binary and those who don't
PT-1
Moderator english
Beiträge: 2458
Registriert: Donnerstag 20. Dezember 2001, 00:00

Beitrag von PT-1 »

:gruebel: :gruebel:

DieMade or TheMade is just the Master of DBOX ;-)

I gave my Box to someone who soldered the chips in the first place and he can now have it for all that i'm bothered...

A mate of mine killed another Box the other day. Tried a Tutorial on how to get rid of the Stripes in the Nokia Display and used the Stanley Knife the wrong way and cut trough the flat lead for the LCD. Plugged back in and now the Processor can be used to heat tea ;-)

PT-1
DieMade
Oberlamer, Administrator & Supernanny
Beiträge: 10532
Registriert: Samstag 13. Juli 2002, 10:49

Beitrag von DieMade »

That's the reason why I don't like this "home improvment"-HowTos
There are 10 types of people in the world: those who know binary and those who don't
Big Ted
Interessierter
Interessierter
Beiträge: 36
Registriert: Sonntag 21. November 2004, 11:14

Beitrag von Big Ted »

so all i now need is to try again with a newer version of u boot and it should work?
ok 2 questions which chip is A20 and where can i get the latest uboot version, after that I promise to leave this thread alone :D

thanks for all your help eveybody.

Ted
DieMade
Oberlamer, Administrator & Supernanny
Beiträge: 10532
Registriert: Samstag 13. Juli 2002, 10:49

Beitrag von DieMade »

The address lines are connected 1:1 on both flashs, doesn't matter on which one you set A20 to high level - the other one will be the same.

Get http://forum.tuxbox-cvs.sourceforge.net ... _1.1.6.zip as a replacement for u-boot - this always worked for me in the past.
Big Ted
Interessierter
Interessierter
Beiträge: 36
Registriert: Sonntag 21. November 2004, 11:14

Beitrag von Big Ted »

how do i reflash the bmon from the a20 mode? getting this at the moment.


debug: DDF: Calibrating delay loop... debug: DDF: 67.79 BogoMIPS
debug: BMon V1.2 mID 01
debug: feID 7a gtxID 0b
debug: fpID 5a dsID 01-ec.f2.81.07.00.00-60
debug: HWrev 09 FPrev 0.81
debug: B/Ex/Fl(MB) 32/00/08
WATCHDOG reset enabled
dbox2:root> debug:
BOOTP/TFTP bootstrap loader (v0.3)
debug:
debug: Transmitting BOOTP request via broadcast
debug: Given up BOOTP/TFTP boot
boot net failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root/platform/nokia-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root/platform/mpc8xx-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root/platform/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root.new/platform/nokia-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root.new/platform/mpc8xx-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root.new/platform/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /lost+found/root/platform/nokia-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /lost+found/root/platform/mpc8xx-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /lost+found/root/platform/kernel/os failed
dbox2:root>

Ted
DieMade
Oberlamer, Administrator & Supernanny
Beiträge: 10532
Registriert: Samstag 13. Juli 2002, 10:49

Beitrag von DieMade »

Disconnect the A20 connection (without disconnecting the dbox from the mains of course) and use the procedure posted before (boot u-boot/ppcboot by "boot net", load bmon-image, etc.).

Just skip the backup-part:

Code: Alles auswählen

protect off 10400000 1041FFFF
erase 10400000 1041FFFF
cp 120000 10400000 8000
Remember:
Get http://forum.tuxbox-cvs.sourceforge.net ... _1.1.6.zip as a replacement for u-boot - this always worked for me in the past.
Big Ted
Interessierter
Interessierter
Beiträge: 36
Registriert: Sonntag 21. November 2004, 11:14

Beitrag von Big Ted »

ok i must be missing something here,

bridged to a20, boots says kein system, com terminal as above,

removed bridge, but terminal can't recognise command:

unrecognized command cp, args [0] [0] 0x63

can you do it step by step (i'm, having a stupid day)

thanks.
DieMade
Oberlamer, Administrator & Supernanny
Beiträge: 10532
Registriert: Samstag 13. Juli 2002, 10:49

Beitrag von DieMade »

Modified my previous post above to use ppcboot:

Copy ppcboot_1.1.6 and your BMon-file (BMON.IMG) into the same directory (i.e. C:\FLASH).

Setup Bootmanager:
- Uncheck all Options
- Enter a IP for your Dbox
- Check "RARP-Server starten"
- Check "COM-Port" "Öffnen" - Speed 9600
- Check "BootP / TFTP - Server starten"
- Set "Bootfile für die DBox" to "C:\FLASH\ppcboot_1.1.6"
- Klick on the "Start" button

- Power on the DBox or type "boot net" if already powered up, it should boot ppcboot via network now.
- Press Strg+C as soon as ppcboot starts up (ignore i2c-errors)
- ppcboot should show the "=>" prompt now
- Enter "rarpboot 120000 /C/FLASH/BMON.IMG" - the box should load the bmon via network
- Enter "protect off 10000000 1001ffff"
- Enter "erase 10000000 1001ffff" - this is the point of no return
- Enter "cp.l 120000 10000000 8000"

Reboot the Box now
There are 10 types of people in the world: those who know binary and those who don't
Big Ted
Interessierter
Interessierter
Beiträge: 36
Registriert: Sonntag 21. November 2004, 11:14

Beitrag von Big Ted »

does this still apply to me, after erasing bmon from original point and having to boot viat a20 ? when trying to boot net getting elfcopy failed ?

debug: DDF: Calibrating delay loop... debug: DDF: 67.79 BogoMIPS
debug: BMon V1.2 mID 01
debug: feID 7a gtxID 0b
debug: fpID 5a dsID 01-ec.f2.81.07.00.00-60
debug: HWrev 09 FPrev 0.81
debug: B/Ex/Fl(MB) 32/00/08
WATCHDOG reset enabled
dbox2:root> debug:
BOOTP/TFTP bootstrap loader (v0.3)
debug:
debug: Transmitting BOOTP request via broadcast
debug: Given up BOOTP/TFTP boot
boot net failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root/platform/nokia-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root/platform/mpc8xx-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root/platform/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root.new/platform/nokia-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root.new/platform/mpc8xx-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root.new/platform/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /lost+found/root/platform/nokia-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /lost+found/root/platform/mpc8xx-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /lost+found/root/platform/kernel/os failed
dbox2:root> debug: DDF: Calibrating delay loop... debug: DDF: 67.79 BogoMIPS
debug: BMon V1.2 mID 01
debug: feID 7a gtxID 0b
debug: fpID 5a dsID 01-ec.f2.81.07.00.00-60
debug: HWrev 09 FPrev 0.81
debug: B/Ex/Fl(MB) 32/00/08
WATCHDOG reset enabled
dbox2:root> debug:
BOOTP/TFTP bootstrap loader (v0.3)
debug:
debug: Transmitting BOOTP request via broadcast
debug: Given up BOOTP/TFTP boot
boot net failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root/platform/nokia-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root/platform/mpc8xx-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root/platform/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root.new/platform/nokia-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root.new/platform/mpc8xx-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /root.new/platform/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /lost+found/root/platform/nokia-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /lost+found/root/platform/mpc8xx-dbox2/kernel/os failed

Flash-FS bootstrap loader (v1.5)

Flash superblock not ok: No bootrecord
boot flash /lost+found/root/platform/kernel/os failed
dbox2:root> debug: DDF: Calibrating delay loop... debug: DDF: 67.79 BogoMIPS
debug: BMon V1.2 mID 01
debug: feID 7a gtxID 0b
debug: fpID 5a dsID 01-ec.f2.81.07.00.00-60
debug: HWrev 09 FPrev 0.81
debug: B/Ex/Fl(MB) 32/00/08
WATCHDOG reset enabled
dbox2:root> boot net
debug:
BOOTP/TFTP bootstrap loader (v0.3)
debug:
debug: Transmitting BOOTP request via broadcast
debug: Given up BOOTP/TFTP boot
boot net failed
boot: elfcopy failed: 16
dbox2:root> net boot
unrecognized command net, args[0][0] 0x6e
dbox2:root> boot net
debug:
BOOTP/TFTP bootstrap loader (v0.3)
debug:
debug: Transmitting BOOTP request via broadcast
debug: Given up BOOTP/TFTP boot
boot net failed
boot: elfcopy failed: 16
dbox2:root>



any thing else i can do can't seem to make Strg+C make any effect.

thanks
Ted
DieMade
Oberlamer, Administrator & Supernanny
Beiträge: 10532
Registriert: Samstag 13. Juli 2002, 10:49

Beitrag von DieMade »

What does the Bootmanager display in its network-log (the grey part above the white com-terminal)?

Maybe keep A20 connected until ppcboot got loaded. I never needed to use this emergency mode, but I think the BMon can't find the ethernet hardwareaddress - it's part of the BMon and after disconnecting A20 the data may be empty/void.
There are 10 types of people in the world: those who know binary and those who don't
Big Ted
Interessierter
Interessierter
Beiträge: 36
Registriert: Sonntag 21. November 2004, 11:14

Beitrag von Big Ted »

***Adapter Desc: FE575 Ethernet Adapter
***MAC address: 00:00:86:55:D3:95 Local IP: 192.168.5.3 (via Packet-Driver #4)
***BootP server started... Port 67
***TFTP server started... Port 69

I have tried with the bridge still on

at what point should i remove it during boot ?

sorry for the questions.

Ted
DieMade
Oberlamer, Administrator & Supernanny
Beiträge: 10532
Registriert: Samstag 13. Juli 2002, 10:49

Beitrag von DieMade »

Try to remove it when ppcboot begins loading. You can try different timings, just don't do anything inside ppcboot (protect, erase cp.l) as long as A20 ist high.
There are 10 types of people in the world: those who know binary and those who don't
Big Ted
Interessierter
Interessierter
Beiträge: 36
Registriert: Sonntag 21. November 2004, 11:14

Beitrag von Big Ted »

changed ip address and now get this when i type boot net it now says answer sent in the network log

***Adapter Desc: FE575 Ethernet Adapter
***MAC address: 00:00:86:55:D3:95 Local IP: 10.0.0.205 (via Packet-Driver #4)
***BootP server started... Port 67
***TFTP server started... Port 69
BootP> Request from 00:50:9C:44:A2:F4 (assuming that this is DBox).
BootP> Answer sent!
BootP> Answer sent!
BootP> Request from 00:50:9C:1F:49:B2 (assuming that this is DBox).
BootP> Answer sent!
BootP> Answer sent!
BootP> Answer sent!
BootP> Answer sent!
BootP> Request from 00:50:9C:44:A2:F4 (assuming that this is DBox).
BootP> Answer sent!
BootP> Answer sent!

tried with and without bridge.
Big Ted
Interessierter
Interessierter
Beiträge: 36
Registriert: Sonntag 21. November 2004, 11:14

Beitrag von Big Ted »

Finally, tried with ou the bridge then put it back on and it worked, now it boots without a20.

As a great doctor once said "IT'S ALIVE!" but he had more sparks..]


Thanks a million

Ted