faq обучение настройка
Текущее время: Вт июн 17, 2025 06:09

Часовой пояс: UTC + 3 часа




Начать новую тему Ответить на тему  [ Сообщений: 2 ] 
Автор Сообщение
 Заголовок сообщения: Помогите с прошивкой DSA-3110/A1 hotspot
СообщениеДобавлено: Вт июн 16, 2015 09:47 
Не в сети

Зарегистрирован: Вт июн 16, 2015 09:43
Сообщений: 4
Имеется D-Link DSA-3110/A1 который загружается только в RedBoot>.
Подскажите как его прошить для использования в качестве hotspot.
RedBoot> version
… Red Hat version 2.04 – built 15:36:45, Jan 11 2011
… Platform: KIXRP435 Development Platform (IXP43X) BE.


Вернуться наверх
 Профиль  
 
СообщениеДобавлено: Вт июн 16, 2015 15:25 
Не в сети

Зарегистрирован: Вт июн 16, 2015 09:43
Сообщений: 4
Дело сдвинулось …
Загрузил kernel.img rootfs.ing с оф. сайта прошивка DSA-3110E_Hotspot_v2.99.3.fwz
DSA начал грузиться, но не монтирует rootfs ...
VFS: Cannot open root device "sda2" or unknown-block(8,2)
Please append a correct "root=" boot option; here are the available partitions:
помогите разобраться.

Trying NPE-C...success. Using NPE-C with PHY 1.
Ethernet lan: MAC address 00:03:47:df:32:a8
IP: 10.9.9.1/255.255.255.0, Gateway: 10.9.9.2
Default server: 10.9.9.2

RedBoot(tm) bootstrap and debug environment [ROM]
Red Hat certified release, version 2.04 - built 15:36:45, Jan 11 2011

Platform: KIXRP435 Development Platform (IXP43X) BE
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc.

RAM: 0x00000000-0x10000000, [0x00030f48-0x0ffc1000] available
FLASH: 0x50000000 - 0x50400000, 32 blocks of 0x00020000 bytes each.
rtk_switch_init - set shared meter successfully
(1310),(1075)
(1310),(1075)
rtk_port_macForceLinkExt0_set - set shared meter successfully
== Executing boot script in 3.000 seconds - enter ^C to abort
^C
RedBoot>
RedBoot>
RedBoot> fconfig
Base Mac:
Run script at boot: false
Use BOOTP for network configuration: false
Gateway IP address: 10.9.9.2
Local IP address: 10.9.9.1
Local IP address mask: 255.255.255.0
Default server IP address: 10.9.9.2
Console baud rate: 115200
GDB connection port: 9000
Force console for special debug messages: false
Network debug at boot time: false
Default network device: i82559_eth0
Network hardware address [MAC] for npe_lan: 0x00:0x03:0x47:0xDF:0x32:0xA8
Network hardware address [MAC] for npe_wan: 0x00:0x03:0x47:0xDF:0x32:0xAA
Serial Number: 0
Utopia on NPE-A: true
Update RedBoot non-volatile configuration - continue (y/n)? y
... Unlock from 0x503e0000-0x50400000: .
... Erase from 0x503e0000-0x50400000: .
... Program from 0x0ffd0000-0x0fff0000 at 0x503e0000: .
... Lock from 0x503e0000-0x50400000: .
RedBoot> fis init -f
About to initialize [format] FLASH image system - continue (y/n)? y
*** Initialize FLASH Image System
... Erase from 0x50080000-0x503e0000: ...........................
... Unlock from 0x503e0000-0x50400000: .
... Erase from 0x503e0000-0x50400000: .
... Program from 0x0ffd0000-0x0fff0000 at 0x503e0000: .
... Lock from 0x503e0000-0x50400000: .
RedBoot> load -r -v -b 0x01600000 kernel.img
Using default protocol (TFTP)
|
Raw file loaded 0x01600000-0x016f688b, assumed entry at 0x01600000
RedBoot> fis create -b 0x01600000 -l 0xb0000 kernel
... Erase from 0x50080000-0x50140000: ......
... Program from 0x01600000-0x016b0000 at 0x50080000: ......
... Unlock from 0x503e0000-0x50400000: .
... Erase from 0x503e0000-0x50400000: .
... Program from 0x0ffd0000-0x0fff0000 at 0x503e0000: .
... Lock from 0x503e0000-0x50400000: .
RedBoot> load -r -v -b 0x00800000 rootfs.img
Using default protocol (TFTP)
-
Raw file loaded 0x00800000-0x00c0efff, assumed entry at 0x00800000
RedBoot> fis create -b 0x00800000 -l 0x282000 rootfs
... Erase from 0x50140000-0x503e0000: .....................
... Program from 0x00800000-0x00a82000 at 0x50140000: .....................
... Unlock from 0x503e0000-0x50400000: .
... Erase from 0x503e0000-0x50400000: .
... Program from 0x0ffd0000-0x0fff0000 at 0x503e0000: .
... Lock from 0x503e0000-0x50400000: .
RedBoot> fconfig
Base Mac:
Run script at boot: true
Boot script:
.. fis load root_fs
.. fis load zimage
.. go -n 0x01600000
Enter script, terminate with empty line
>> fis load rootfs
>> fis load kernel
>> go -n 0x01600000
>>
Boot script timeout (1000ms resolution): 3
Use BOOTP for network configuration: false
Gateway IP address: 10.9.9.2
Local IP address: 10.9.9.1
Local IP address mask: 255.255.255.0
Default server IP address: 10.9.9.2
Console baud rate: 115200
GDB connection port: 9000
Force console for special debug messages: false
Network debug at boot time: false
Default network device: i82559_eth0
Network hardware address [MAC] for npe_lan: 0x00:0x03:0x47:0xDF:0x32:0xA8
Network hardware address [MAC] for npe_wan: 0x00:0x03:0x47:0xDF:0x32:0xAA
Serial Number: 0
Utopia on NPE-A: true
Update RedBoot non-volatile configuration - continue (y/n)? y
... Unlock from 0x503e0000-0x50400000: .
... Erase from 0x503e0000-0x50400000: .
... Program from 0x0ffd0000-0x0fff0000 at 0x503e0000: .
... Lock from 0x503e0000-0x50400000: .
RedBoot> reset
... Resetting.
Trying NPE-C...success. Using NPE-C with PHY 1.
Ethernet lan: MAC address 00:03:47:df:32:a8
IP: 10.9.9.1/255.255.255.0, Gateway: 10.9.9.2
Default server: 10.9.9.2

RedBoot(tm) bootstrap and debug environment [ROM]
Red Hat certified release, version 2.04 - built 15:36:45, Jan 11 2011

Platform: KIXRP435 Development Platform (IXP43X) BE
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc.

RAM: 0x00000000-0x10000000, [0x00030f48-0x0ffc1000] available
FLASH: 0x50000000 - 0x50400000, 32 blocks of 0x00020000 bytes each.
rtk_switch_init - set shared meter successfully
(1310),(1075)
(1310),(1075)
rtk_port_macForceLinkExt0_set - set shared meter successfully
== Executing boot script in 3.000 seconds - enter ^C to abort
RedBoot> fis load rootfs
RedBoot> fis load kernel
RedBoot> go -n 0x01600000
Trying to set serial to 115200 ...
We hope it is 115200 serial ...
abc and uart base = 0xc8000000
SDR_CONFIG = 0x00000006
SDR_REFRESH = 0x72222312
SDR_IR = 0x00000006
Uncompressing Linux... done, booting the kernel.
Linux version 2.6.35.7 (builder@farisey) (gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.
2) ) #1 Thu Dec 1 19:00:19 MSK 2011
CPU: XScale-IXP43x Family [69054041] revision 1 (ARMv5TE), cr=000039ff
CPU: VIVT data cache, VIVT instruction cache
Machine: Intel KIXRP435 Reference Platform
Warning: bad configuration page, trying to continue
Memory policy: ECC disabled, Data cache writeback
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
Kernel command line: console=ttyS0,115200 root=/dev/sda2 mem=64M@0x00000000
PID hash table entries: 256 (order: -2, 1024 bytes)
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Memory: 64MB = 64MB total
Memory: 62352k/62352k available, 3184k reserved, 0K highmem
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
vmalloc : 0xc4800000 - 0xff000000 ( 936 MB)
lowmem : 0xc0000000 - 0xc4000000 ( 64 MB)
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
.init : 0xc0008000 - 0xc001c000 ( 80 kB)
.text : 0xc001c000 - 0xc0254000 (2272 kB)
.data : 0xc0266000 - 0xc027db60 ( 95 kB)
Hierarchical RCU implementation.
Verbose stalled-CPUs detection is disabled.
NR_IRQS:64
Console: colour dummy device 80x30
Calibrating delay loop... 532.48 BogoMIPS (lpj=2662400)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
IXP4xx: Using 16MiB expansion bus window size
hw perfevents: enabled with xscale2 PMU driver, 5 counters available
PCI: IXP4xx is host
PCI: IXP4xx Using indirect access for memory space
PCI: bus0: Fast back to back transfers disabled
pci 0000:00:03.0: BAR 6: assigned [mem 0x10000000-0x1001ffff pref]
pci 0000:00:04.0: BAR 6: assigned [mem 0x10020000-0x1003ffff pref]
pci 0000:00:01.0: BAR 6: assigned [mem 0x10040000-0x1004ffff pref]
pci 0000:00:01.0: BAR 5: assigned [mem 0x10050000-0x10050fff]
pci 0000:00:01.0: BAR 5: set to [mem 0x10050000-0x10050fff] (PCI address [0x1005
0000-0x10050fff]
pci 0000:00:01.0: BAR 0: assigned [io 0x1000-0x10ff]
pci 0000:00:01.0: BAR 0: set to [io 0x1000-0x10ff] (PCI address [0x1000-0x10ff]

pci 0000:00:01.0: BAR 1: assigned [io 0x1400-0x14ff]
pci 0000:00:01.0: BAR 1: set to [io 0x1400-0x14ff] (PCI address [0x1400-0x14ff]

pci 0000:00:01.0: BAR 2: assigned [io 0x1800-0x18ff]
pci 0000:00:01.0: BAR 2: set to [io 0x1800-0x18ff] (PCI address [0x1800-0x18ff]

pci 0000:00:01.0: BAR 3: assigned [io 0x1c00-0x1cff]
pci 0000:00:01.0: BAR 3: set to [io 0x1c00-0x1cff] (PCI address [0x1c00-0x1cff]

pci 0000:00:01.0: BAR 4: assigned [io 0x2000-0x20ff]
pci 0000:00:01.0: BAR 4: set to [io 0x2000-0x20ff] (PCI address [0x2000-0x20ff]

pci 0000:00:03.0: BAR 0: assigned [io 0x2400-0x24ff]
pci 0000:00:03.0: BAR 0: set to [io 0x2400-0x24ff] (PCI address [0x2400-0x24ff]

pci 0000:00:03.0: BAR 1: assigned [mem 0x10051000-0x100510ff]
pci 0000:00:03.0: BAR 1: set to [mem 0x10051000-0x100510ff] (PCI address [0x1005
1000-0x100510ff]
pci 0000:00:04.0: BAR 0: assigned [io 0x2800-0x28ff]
pci 0000:00:04.0: BAR 0: set to [io 0x2800-0x28ff] (PCI address [0x2800-0x28ff]

pci 0000:00:04.0: BAR 1: assigned [mem 0x10051100-0x100511ff]
pci 0000:00:04.0: BAR 1: set to [mem 0x10051100-0x100511ff] (PCI address [0x1005
1100-0x100511ff]
bio: create slab <bio-0> at 0
SCSI subsystem initialized
i2c-gpio i2c-gpio.0: using pins 7 (SDA) and 6 (SCL, no clock stretching)
Switching to clocksource OSTS
Switched to NOHz mode on CPU #0
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
NetWinder Floating Point Emulator V0.97 (extended precision)
squashfs: version 4.0 (2009/01/31) Phillip Lougher
JFFS2 version 2.2. (NAND) A© 2001-2006 Red Hat, Inc.
msgmni has been set to 121
io scheduler noop registered (default)
Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xc8000000 (irq = 15) is a XScale
console [ttyS0] enabled
loop: module loaded
scsi0 : ACARD ATP8620 PCI/PCI-X SATA Adapter Driver(BE) Version:1.2.5
scsi 0:0:0:0: Direct-Access 128MB Co mpactFlash Card CF B PQ: 0 ANSI: 2
sd 0:0:0:0: [sda] 250880 512-byte logical blocks: (128 MB/122 MiB)
sd 0:0:0:0: [sda] Write Protect is off
IXP4XX-Flash.0: Found 1 x16 devices at 0x0 in 16-bit bank
Intel/Sharp Extended Query Table at 0x0031
Intel/Sharp Extended Query Table at 0x0031
Using buffer write method
cfi_cmdset_0001: Erase suspend on write enabled
Searching for RedBoot partition table in IXP4XX-Flash.0 at offset 0x3e0000
5 RedBoot partitions found on MTD device IXP4XX-Flash.0
Creating 5 MTD partitions on "IXP4XX-Flash.0":
0x000000000000-0x000000080000 : "RedBoot"
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO
or FUA
sda: sda1
sd 0:0:0:0: [sda] Attached SCSI disk
0x000000080000-0x000000140000 : "kernel"
0x000000140000-0x0000003e0000 : "rootfs"
0x0000003e0000-0x0000003ff000 : "FIS directory"
0x0000003ff000-0x000000400000 : "RedBoot config"
rtc-ds1307 0-0068: rtc core: registered ds1307 as rtc0
rtc-ds1307 0-0068: 56 bytes nvram
IXP4xx Watchdog Timer: heartbeat 60 sec
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
NET: Registered protocol family 17
NET: Registered protocol family 15
XScale DSP coprocessor detected.
rtc-ds1307 0-0068: setting system clock to 2014-09-30 20:42:19 UTC (1412109739)
VFS: Cannot open root device "sda2" or unknown-block(8,2)
Please append a correct "root=" boot option; here are the available partitions:
0800 125440 sda driver: sd
0801 124912 sda1
1f00 512 mtdblock0 (driver?)
1f01 768 mtdblock1 (driver?)
1f02 2688 mtdblock2 (driver?)
1f03 124 mtdblock3 (driver?)
1f04 4 mtdblock4 (driver?)
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,2)
Function entered at [<c0022880>] from [<c0207c30>]
Function entered at [<c0207c30>] from [<c0008d58>]
Function entered at [<c0008d58>] from [<c0008f28>]
Function entered at [<c0008f28>] from [<c0008470>]
Function entered at [<c0008470>] from [<c001de10>]


Вернуться наверх
 Профиль  
 
Показать сообщения за:  Сортировать по:  
Начать новую тему Ответить на тему  [ Сообщений: 2 ] 

Часовой пояс: UTC + 3 часа


Кто сейчас на форуме

Сейчас этот форум просматривают: Google [Bot] и гости: 277


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
Создано на основе phpBB® Forum Software © phpBB Group
Русская поддержка phpBB