Blue LED Blinking and no network access to 2Big Network

Re: Blue LED Blinking and no network access to 2Big Network

Postby fvdw » Fri Nov 18, 2022 1:47 pm

and
Code: Select all
ide part
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Blue LED Blinking and no network access to 2Big Network

Postby PaaNooS » Fri Nov 18, 2022 1:48 pm

Marvell>> ide part
ide part

Partition Map for IDE device 0 -- Partition Type: EFI

Part Start LBA End LBA
gpt1 0x0 0x1000
gpt2 0x0 0x101000
gpt3 0x0 0x201000
gpt4 0x0 0x301000
gpt5 0x0 0x305000
gpt6 0x0 0x485000
gpt7 0x0 0x489000
gpt8 0x0 0x589000
Marvell>>
PaaNooS
Donator VIP
Donator VIP
 
Posts: 120
Joined: Tue Nov 15, 2022 10:16 am

Re: Blue LED Blinking and no network access to 2Big Network

Postby fvdw » Fri Nov 18, 2022 1:51 pm

this is not normal output, I would have expected something like this
Code: Select all
Marvell>> ide part
ide part
## Testing for valid EFI partition ##

Partition Map for IDE device 0  --   Partition Type: EFI

GPT: Disk bigger then 2.2 TB !
GPT: U-boot can not write or read area above 2.2 TB, do not try  !
GPT: skipping last lba check
Part  Start LBA  End LBA
gpt1  4096    1052671 decimal
gpt2  1052672    2101247 decimal
gpt3  2101248    3149823 decimal
gpt4  3149824    3166207 decimal
gpt5  3190784    4739071 decimal
gpt6  4739072    4755455 decimal
gpt7  4755456    5804031 decimal
gpt8  5804032    5860533134 decimal
Marvell>>
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Blue LED Blinking and no network access to 2Big Network

Postby PaaNooS » Fri Nov 18, 2022 1:59 pm

So we found the problem ??
PaaNooS
Donator VIP
Donator VIP
 
Posts: 120
Joined: Tue Nov 15, 2022 10:16 am

Re: Blue LED Blinking and no network access to 2Big Network

Postby fvdw » Fri Nov 18, 2022 1:59 pm

it explains why you get a red front led. Uboot cannot read the disk.

lets try a tftp boot
at the marvel prompt give these commands
Code: Select all
setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}/ root=/dev/sda7

use the commands exactly as they are given so do not replace the parameters ipaddr and serverip leave them as they are in this command
PS the u-boot console window has a paste option (right click on title bar)
check if now bootargs parameter is set to this string
Code: Select all
printenv bootargs

proceed
Code: Select all
ide reset
tftpboot 0x800000 firmware/kirkwood/UIMAGE-414133-KIRKWOOD-1
bootm

If the kernel loads it should show you after mention starting kernel detailed output of kernel loading in the u-boot console window. If the kernel fails before netconsole is activated in the kernel then there will be no output
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Blue LED Blinking and no network access to 2Big Network

Postby PaaNooS » Fri Nov 18, 2022 2:03 pm

Marvell>> setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@$
{serverip}/ root=/dev/sda7
setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}
/ root=/dev/sda7
Marvell>> printenv bootargs
printenv bootargs
bootargs=console=ttyS0,115200 netconsole=6666@10.0.0.252/,6666@10.0.0.77/ root=/
dev/sda7
PaaNooS
Donator VIP
Donator VIP
 
Posts: 120
Joined: Tue Nov 15, 2022 10:16 am

Re: Blue LED Blinking and no network access to 2Big Network

Postby fvdw » Fri Nov 18, 2022 2:05 pm

proceed with next commands
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Blue LED Blinking and no network access to 2Big Network

Postby PaaNooS » Fri Nov 18, 2022 2:10 pm

Marvell>> tftpboot 0x800000 firmware/kirkwood/UIMAGE-414133-KIRKWOOD-1
tftpboot 0x800000 firmware/kirkwood/UIMAGE-414133-KIRKWOOD-1
Using egiga0 device
TFTP from server 10.0.0.77; our IP address is 10.0.0.252
Filename 'firmware/kirkwood/UIMAGE-414133-KIRKWOOD-1'.
Load address: 0x800000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
Using egiga0 device
TFTP from server 10.0.0.77; our IP address is 10.0.0.252
Filename 'firmware/kirkwood/UIMAGE-414133-KIRKWOOD-1'.
Load address: 0x800000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
Using egiga0 device
TFTP from server 10.0.0.77; our IP address is 10.0.0.252
Filename 'firmware/kirkwood/UIMAGE-414133-KIRKWOOD-1'.
Load address: 0x800000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
Using egiga0 device
TFTP from server 10.0.0.77; our IP address is 10.0.0.252
Filename 'firmware/kirkwood/UIMAGE-414133-KIRKWOOD-1'.
Load address: 0x800000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
Using egiga0 device
TFTP from server 10.0.0.77; our IP address is 10.0.0.252
Filename 'firmware/kirkwood/UIMAGE-414133-KIRKWOOD-1'.
Load address: 0x800000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
PaaNooS
Donator VIP
Donator VIP
 
Posts: 120
Joined: Tue Nov 15, 2022 10:16 am

Re: Blue LED Blinking and no network access to 2Big Network

Postby fvdw » Fri Nov 18, 2022 2:11 pm

did you start the tftp server ?
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Blue LED Blinking and no network access to 2Big Network

Postby fvdw » Fri Nov 18, 2022 2:13 pm

in the fvdw-sl console there is a seperate action to start it
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

PreviousNext

Return to Lacie 2Big Network vs2

Who is online

Users browsing this forum: No registered users and 8 guests