Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:bt:homehub_v2a [2015/10/14 22:08] – Link to media adjusted tmomas | toh:bt:homehub_v2a [2024/02/12 13:28] – [Installation] revert Version change bill888 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== BT Home Hub 2.0 Type A ====== | ||
| + | {{: | ||
| + | These black boxes were given away with a BT broadband subscription. | ||
| + | |||
| + | * This type (Type A) is made by Thomson, and is Broadcom-based, | ||
| + | * [[toh/ | ||
| + | |||
| + | Both include ADSL2+, 802.11b/g/n wireless, one USB 2.0 host port, 4 10/100 wired ethernet ports, DECT, FXS & FXO ports and VOIP functionality. | ||
| + | |||
| + | <color grey> | ||
| + | Some initial work: < | ||
| + | |||
| + | |||
| + | {{section> | ||
| + | |||
| + | {{section> | ||
| + | |||
| + | ===== Supported Versions ===== | ||
| + | <!-- ToH: { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } --> | ||
| + | |||
| + | <!-- ToH: { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } --> | ||
| + | |||
| + | |||
| + | ===== Hardware Highlights ===== | ||
| + | <!-- ToH: { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } --> | ||
| + | |||
| + | |||
| + | ===== Installation ===== | ||
| + | <!-- ToH: { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } --> | ||
| + | Old firmwares: | ||
| + | ^ Version ^ Release date ^ Link ^ kernel ^ Tested ^ | ||
| + | | OpenWrt 17.01.5 (LEDE Reboot) | 2018-16-06 | [[https:// | ||
| + | | OpenWrt 15.05.1 (Chaos Calmer) | 2016 | [[https:// | ||
| + | |||
| + | -> [[docs: | ||
| + | |||
| + | Installation requires the flashing of a custom CFE first. | ||
| + | |||
| + | According to a couple of [[http:// | ||
| + | |||
| + | Until then, this page continues to suggest the JTAG-based process. | ||
| + | * If you're using tjtag-pi (or probably tjtag on other platforms) you need the '' | ||
| + | * If you're using zjtag, or probably any other software, you need the plain '' | ||
| + | (Technical: the only difference is the byte ordering within 16-bit words.) | ||
| + | |||
| + | <WRAP center round download 60%> | ||
| + | [[https:// | ||
| + | <WRAP center round download 60%> | ||
| + | < | ||
| + | </ | ||
| + | <WRAP center round info 60%> | ||
| + | Some users reported after installing the new CFE, if the UART serial port is left disconnected, | ||
| + | </ | ||
| + | |||
| + | Using the OEM firmware for flashing the new bootloader might be also possible. | ||
| + | |||
| + | Installing Openwrt in this router requires two steps: | ||
| + | - [[# | ||
| + | - [[# | ||
| + | |||
| + | ==== Flash Layout ==== | ||
| + | Please check out the article [[docs: | ||
| + | |||
| + | ==== CFE easy installation ==== | ||
| + | This section deals with how you install OpenWrt once the OEM bootloader [[# | ||
| + | With this procedure you will flash the firmware using the [[docs: | ||
| + | * Set a **static IP** on your computer, use 192.168.1.35 (or any compatible), | ||
| + | * Unplug the power cord | ||
| + | * Press the button labeled as //Find Handset//, don't release it yet! | ||
| + | * Plug the power cord | ||
| + | * Wait 10 seconds | ||
| + | * Release the //Find Handset// button | ||
| + | * Browse to '' | ||
| + | * Select .bin file | ||
| + | * Upgrade the image | ||
| + | * Wait for it to reboot | ||
| + | * Telnet to 192.168.1.1 and set a root password, or browse to '' | ||
| + | |||
| + | ==== Installation using the TFTP method ==== | ||
| + | -> [[docs: | ||
| + | If you want to install a firmware using TFTP, follow these steps (as an alternative to the above install process). | ||
| + | * Connect a [[docs: | ||
| + | * Start a TFTP server in your PC. Copy the // | ||
| + | * Set the IP at your pc to 192.168.1.35 (or any compatible), | ||
| + | * Power ON the router, press any key in the serial console to break into the CFE command line interpreter. | ||
| + | * Execute the command: '' | ||
| + | This is a session of flashing via TFTP: | ||
| + | < | ||
| + | Loading 192.168.1.35: | ||
| + | Finished loading 2686980 bytes | ||
| + | |||
| + | Flashing root file system and kernel at 0xbe020000: ....................................... | ||
| + | |||
| + | . | ||
| + | *** Image flash done *** ! | ||
| + | Resetting board...\0x1d | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== Upgrading OpenWrt ==== | ||
| + | -> [[docs: | ||
| + | |||
| + | If you have already installed OpenWrt and like to reflash for e.g. upgrading to a new OpenWrt version you can upgrade using the mtd command line tool. It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing. | ||
| + | |||
| + | === LuCI Web Upgrade Process === | ||
| + | |||
| + | * Browse to '' | ||
| + | * Upload image file for sysupgrade to LuCI | ||
| + | * Wait for reboot | ||
| + | |||
| + | === Terminal Upgrade Process === | ||
| + | |||
| + | * Login as root via SSH on 192.168.1.1 | ||
| + | * Use the following commands to upgrade. | ||
| + | |||
| + | < | ||
| + | cd /tmp/ | ||
| + | wget https:// | ||
| + | sysupgrade / | ||
| + | </ | ||
| + | |||
| + | *If sysupgrade does not support this router, use the following commands. | ||
| + | |||
| + | < | ||
| + | cd /tmp/ | ||
| + | wget http:// | ||
| + | mtd write / | ||
| + | |||
| + | |||
| + | ===== Basic configuration ===== | ||
| + | -> [[docs: | ||
| + | Set up your Internet connection, configure wireless, configure USB port, etc. | ||
| + | |||
| + | |||
| + | ===== Specific Configuration ===== | ||
| + | ==== Interfaces ==== | ||
| + | The default network configuration is: | ||
| + | ^ Interface Name ^ Description | ||
| + | | br-lan | ||
| + | | eth0 | LAN ports (1 to 4) | bridged | ||
| + | | wlan0 | WiFi | disabled | ||
| + | |||
| + | |||
| + | ==== Failsafe mode ==== | ||
| + | -> [[docs: | ||
| + | |||
| + | |||
| + | ===== Hardware ===== | ||
| + | ==== Info ==== | ||
| + | ^ [[wp> | ||
| + | ^ Vendor | ||
| + | ^ [[docs: | ||
| + | ^ [[docs: | ||
| + | ^ [[docs: | ||
| + | ^ Flash-Chip | ||
| + | ^ Flash size | 16 MiB | | ||
| + | ^ RAM | [[http:// | ||
| + | ^ RAM size | 64 MiB | | ||
| + | ^ Wireless | ||
| + | ^ Ethernet | ||
| + | ^ Internet | ||
| + | ^ Slic | [[http:// | ||
| + | ^ DECT | Inventel DECT module appearing as Bluetooth HCI on SPI bus | | ||
| + | ^ USB | Yes | | ||
| + | ^ [[docs: | ||
| + | ^ [[docs: | ||
| + | |||
| + | ==== Photos ==== | ||
| + | |||
| + | {{media: | ||
| + | |||
| + | === rev.1 === | ||
| + | {{media: | ||
| + | |||
| + | === rev.2 === | ||
| + | {{media: | ||
| + | |||
| + | {{media: | ||
| + | |||
| + | ==== Serial ==== | ||
| + | |||
| + | If the sockets/ | ||
| + | <a2s> | ||
| + | # | ||
| + | | VCC GND TX RX | | ||
| + | J10| .-. .-. .-. .-. | | ||
| + | | ' | ||
| + | # | ||
| + | |||
| + | </ | ||
| + | |||
| + | Rev2 close-up: \\ | ||
| + | {{media: | ||
| + | |||
| + | ==== JTAG ==== | ||
| + | |||
| + | | rev.1 | rev.2 | | ||
| + | |{{media: | ||
| + | |||
| + | The docs for this [[docs: | ||
| + | |||
| + | More general information about the JTAG port, JTAG cable, etc can be found on the [[docs: | ||
| + | |||
| + | === Flashing the new bootloader === | ||
| + | |||
| + | We can use any hairydairymaid-based software to flash the required CFE for loading OpenWrt firmware: | ||
| + | * [[https:// | ||
| + | * zjtag works (log below and [[https:// | ||
| + | UrJTAG or OpenOCD may also work; reports welcomed. | ||
| + | |||
| + | A session of flashing CFE with zjtag using a [[docs: | ||
| + | < | ||
| + | |||
| + | ============================================== | ||
| + | zJTAG EJTAG Debrick Utility v1.8 RC3 | ||
| + | ============================================== | ||
| + | |||
| + | cable=wiggler, | ||
| + | |||
| + | Detected IR chain length = 32 | ||
| + | |||
| + | There are 1 device(s) in the JTAG chain | ||
| + | | ||
| + | |||
| + | Probing bus ... Done | ||
| + | |||
| + | Defined IR Length is 5 bits | ||
| + | |||
| + | CPU assumed running under BIG endian | ||
| + | |||
| + | CPU Chip ID: 00000110001101011000000101111111 (0x0635817F) | ||
| + | *** Found a Broadcom manufactured BCM6358 REV 01 CPU *** | ||
| + | |||
| + | - EJTAG IMPCODE ....... : 00000000100000011000100100000100 (0x00818904) | ||
| + | - EJTAG Version ....... : 1 or 2.0 | ||
| + | - EJTAG DMA Support ... : Yes | ||
| + | - EJTAG Implementation flags: R4k MIPS16 MIPS32 | ||
| + | |||
| + | Issuing Processor / Peripheral Reset ... Done | ||
| + | Enabling Memory Writes ... Done | ||
| + | Halting Processor ... < | ||
| + | Clearing Watchdog ... Done | ||
| + | Loading CPU Configuration Code ... Skipped | ||
| + | Detecting Flash Base Address... | ||
| + | Read MPI register value : 1E00000C | ||
| + | MPI register show Flash Access Base Addr : 1E000000 | ||
| + | |||
| + | Probing Flash at Address: 0x1E000000 ... | ||
| + | Detected Chip ID (VenID: | ||
| + | *** Found a CFI Compatiable Flash Chip from Macronix | ||
| + | |||
| + | - Flash Chip Window Start .... : 1E000000 | ||
| + | - Flash Chip Window Length ... : 01000000 | ||
| + | - Selected Area Start ........ : 1E000000 | ||
| + | - Selected Area Length ....... : 00020000 | ||
| + | |||
| + | *** You Selected to Flash the CUSTOM.BIN *** | ||
| + | |||
| + | ========================= | ||
| + | Flashing Routine Started | ||
| + | ========================= | ||
| + | Total Blocks to Erase: 1 | ||
| + | |||
| + | Erasing block: 1 (addr = 1E000000)...Done | ||
| + | |||
| + | Loading CUSTOM.BIN to Flash Memory... | ||
| + | Done (CUSTOM.BIN loaded into Flash Memory OK) | ||
| + | |||
| + | ========================= | ||
| + | Flashing Routine Complete | ||
| + | ========================= | ||
| + | elapsed time: 174 seconds | ||
| + | |||
| + | |||
| + | *** REQUESTED OPERATION IS COMPLETE *** | ||
| + | |||
| + | # | ||
| + | </ | ||
| + | |||
| + | ==== Switch ==== | ||
| + | This board uses an external BCM5325 switch. It's connected to the second internal EMAC at the SoC. | ||
| + | |||
| + | {{media: | ||
| + | |||
| + | The **RESET#** pin at the switch is wired to the **GPIO15** at the SoC. **We must set GPIO15 to HIGH state to pull the switch out of reset**. After this operation it seems the switch still doesn' | ||
| + | |||
| + | This sequence leaves the switch in a working (ping OK) state: | ||
| + | |||
| + | '' | ||
| + | |||
| + | Both MDIO and SPI pins are wired to the SoC, therefore configuring the switch can be done either by using MDIO bus or else SPI. BCM63xx SPI driver is buggy in Openwrt, then we prefer to always use MDIO. | ||
| + | |||
| + | |||
| + | ==== Buttons ==== | ||
| + | |||
| + | {{media: | ||
| + | |||
| + | ^ Label ^ GPIO ^ active ^ Linux code ^ | ||
| + | | Restart | n/a | n/a | n/a | | ||
| + | | Find Handset | 1 | low | KEY_PHONE | | ||
| + | | Reset to Defaults | 9 | low | KEY_RESTART | | ||
| + | | Wireless Association | 11 | low | KEY_WPS_BUTTON | | ||
| + | |||
| + | All buttons are active low. | ||
| + | |||
| + | ==== LEDS ==== | ||
| + | The LEDs are not connected directly to the GPIO lines, but instead to a couple of shift registers driven by two chained [[http:// | ||
| + | |||
| + | {{media: | ||
| + | |||
| + | ^ Led Name ^ Colour ^ bit ^ | ||
| + | | Power| <color red> Red </ | ||
| + | | ::: | <color green> Green </ | ||
| + | | ::: | <color blue> Blue </ | ||
| + | | Broadband| <color red> Red </ | ||
| + | | ::: | <color green> Green </ | ||
| + | | ::: | <color blue> Blue </ | ||
| + | | Wireless | <color red> Red </ | ||
| + | | ::: | <color green> Green </ | ||
| + | | ::: | <color blue> Blue </ | ||
| + | | Phone | <color Red> Red </ | ||
| + | | ::: | <color green> Green </ | ||
| + | | ::: | <color blue> Blue </ | ||
| + | | Upgrading | <color red> Red </ | ||
| + | | ::: | <color green> Green </ | ||
| + | | ::: | <color blue> Blue </ | ||
| + | | n/a | spare: | ||
| + | |||
| + | ===== Hardware mods ===== | ||
| + | As a beginner, you really should inform yourself about [[docs: | ||
| + | |||
| + | ==== USB mod ==== | ||
| + | |||
| + | {{media: | ||
| + | |||
| + | The unpopulated port appears to have been set up to draw its power straight from the board' | ||
| + | * cut a hole in the case | ||
| + | * populate the socket itself | ||
| + | * populate or bridge L13 and R79 (on the underside) at a minimum, for power (FIXME with what values?) | ||
| + | * would be better to populate the whole low-pass Pi filter (C136--C138 + C113) to filter power supply noise (FIXME with what values? [[http:// | ||
| + | * for data, to match the existing port, populate the L23 footprint (on the socket side) with a [[https:// | ||
| + | * alternatively, | ||
| + | * be careful; they may have left it unpopulated because the supply couldn' | ||
| + | |||
| + | The existing populated single USB port has its power controlled by a Texas Instruments TPS2051B on the underside, a current-limiting switch that manages and reports overcurrent conditions. | ||
| + | ===== Bootlogs ===== | ||
| + | ==== OEM bootlog ==== | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | VCDL test. | ||
| + | |||
| + | Decompressing Bootloader................................ | ||
| + | |||
| + | Version BL: 1.0.2 | ||
| + | Reading cpu info...........bcm96358 tp0 revision 1 | ||
| + | MIPS is in Big endian mode | ||
| + | Icache : 32Kb Icachelinesize : 16 bytes | ||
| + | Dcache : 16Kb Dcachelinesize : 16 bytes | ||
| + | BCM config reg CP0 : e30e1006 | ||
| + | Instruction cache enabled | ||
| + | Data cache enabled | ||
| + | Data cache is nonblocking | ||
| + | C0_CONFIG reg = 80008083 | ||
| + | standard TLB config | ||
| + | Cacheable, write-back | ||
| + | |||
| + | Multicore enable; Booting Linux kernel | ||
| + | |||
| + | pfuncjmp = A0001840 | ||
| + | Reading cpu info...........bcm96358 tp0 revision 1 | ||
| + | MIPS is in Big endian mode | ||
| + | Icache : 16Kb Icachelinesize : 16 bytes | ||
| + | Dcache : 16Kb Dcachelinesize : 16 bytes | ||
| + | BCM config reg CP0 : 230e1006 | ||
| + | Data cache is nonblocking | ||
| + | C0_CONFIG reg = 80008082 | ||
| + | standard TLB config | ||
| + | Noncacheable | ||
| + | |||
| + | JTAG select tp1 | ||
| + | BOOTING THE THOMSON LINUX KERNEL | ||
| + | |||
| + | Starting the kernel @ 0x801df018 | ||
| + | memsize=0x3F7D000serial initialized | ||
| + | Linux version 2.6.8.1 (buildmgm@dslws-zhangjw.beijing.ap.thmulti.com) (gcc version 3.4.6) #1 Mon Sep 14 12:05:33 CST 2009 | ||
| + | CPU revision is: 0002a010 | ||
| + | bcm63xx : initiazation of mpi bus ............... | ||
| + | Determined physical RAM map: | ||
| + | | ||
| + | On node 0 totalpages: 16255 | ||
| + | DMA zone: 4096 pages, LIFO batch:1 | ||
| + | Normal zone: 12159 pages, LIFO batch:2 | ||
| + | HighMem zone: 0 pages, LIFO batch:1 | ||
| + | Built 1 zonelists | ||
| + | Kernel command line: root=/ | ||
| + | brcm mips: enabling icache and dcache... | ||
| + | Primary instruction cache 32kB, physically tagged, 2-way, linesize 16 bytes. | ||
| + | Primary data cache 16kB 2-way, linesize 16 bytes. | ||
| + | PID hash table entries: 256 (order 8: 2048 bytes) | ||
| + | Using 150.000 MHz high precision timer. | ||
| + | Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) | ||
| + | Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) | ||
| + | Allocating memory for DSP module core and initialization code | ||
| + | Allocated DSP module memory - CORE=0x81099bc0 SIZE=900000, | ||
| + | Memory: 61380k/ | ||
| + | Calibrating delay loop... 297.98 BogoMIPS | ||
| + | Mount-cache hash table entries: 512 (order: 0, 4096 bytes) | ||
| + | Checking for ' | ||
| + | NET: Registered protocol family 16 | ||
| + | usbcore: registered new driver usbfs | ||
| + | usbcore: registered new driver hub | ||
| + | Bluetooth: Core ver 2.6 | ||
| + | NET: Registered protocol family 31 | ||
| + | Bluetooth: HCI device and connection manager initialized | ||
| + | Bluetooth: HCI socket layer initialized | ||
| + | inotify device minor=63 | ||
| + | squashfs: version 3.3 (2007/ | ||
| + | squashfs: LZMA suppport for slax.org by jro | ||
| + | JFFS2 version 2.2. (C) 2001-2003 Red Hat, Inc. | ||
| + | bcm963xx_serial driver v2.0 | ||
| + | BTHub: initialize parser | ||
| + | Using noop io scheduler | ||
| + | Thomson Speedtouch flash mapping | ||
| + | flash: Found 1 x16 devices at 0x0 in 16-bit bank | ||
| + | | ||
| + | flash: CFI does not contain boot bank location. Assuming top. | ||
| + | number of CFI chips: 1 | ||
| + | cfi_cmdset_0002: | ||
| + | flash mapping initialized | ||
| + | parse_bthub_partitions (block_size: | ||
| + | bthub: header of CORE partition is detected | ||
| + | bthub: kernel is at offset (be1a001a), size (94f1b) | ||
| + | corefs_pattern: | ||
| + | corefs_pattern: | ||
| + | bthub: a signature has been stored | ||
| + | bthub: SquashFS is expected at be235000, found magic is 71736873 | ||
| + | bthub: SquashFS (start: be235000, size 1eb000) | ||
| + | bthub: SquashFS is expected at be420000, found magic is 71736873 | ||
| + | bthub: SquashFS (start: be420000, size 5e0000) | ||
| + | bthub: user partition is created | ||
| + | bthub: no valid extended partition detected. An empty one will be created. | ||
| + | bthub mtd: user (be020000, 180000), write(1), sdram(0) | ||
| + | bthub mtd: rootfs (be420000, 5e0000), write(0), sdram(0) | ||
| + | bthub mtd: modfs (be235000, 1eb000), write(0), sdram(0) | ||
| + | bthub mtd: extfs (bea21000, 59f000), write(0), sdram(0) | ||
| + | bthub mtd: extended (bea20000, 5e0000), write(1), sdram(0) | ||
| + | bthub mtd: flash (be000000, 1000000), write(1), sdram(0) | ||
| + | PT: creating a tree under /proc... | ||
| + | [ flash ] | ||
| + | [ core ] | ||
| + | [ corefs ] | ||
| + | [ kernel ] | ||
| + | [ modfs ] | ||
| + | [ rootfs ] | ||
| + | [ user ] | ||
| + | [ extended ] | ||
| + | [ extfs ] | ||
| + | PT: done. | ||
| + | 6 BTHub partitions found on MTD device flash | ||
| + | Creating 6 MTD partitions on " | ||
| + | 0x00020000-0x001a0000 : " | ||
| + | 0x00420000-0x00a00000 : " | ||
| + | 0x00235000-0x00420000 : " | ||
| + | 0x00a21000-0x00fc0000 : " | ||
| + | 0x00a20000-0x01000000 : " | ||
| + | 0x00000000-0x01000000 : " | ||
| + | Bluetooth: HCI UART driver ver 2.1 | ||
| + | Bluetooth: HCI H4 protocol initialized | ||
| + | Bluetooth: HCI BCSP protocol initialized | ||
| + | brcmboard: brcm_board_init entry | ||
| + | NET: Registered protocol family 2 | ||
| + | IP: routing cache hash table of 512 buckets, 4Kbytes | ||
| + | TCP: Hash tables configured (established 4096 bind 8192) | ||
| + | NET: Registered protocol family 1 | ||
| + | NET: Registered protocol family 17 | ||
| + | NET: Registered protocol family 15 | ||
| + | VFS: Mounted root (squashfs filesystem) readonly. | ||
| + | Freeing unused kernel memory: 68k freed | ||
| + | init started: | ||
| + | init started: | ||
| + | Starting pid 40, console /dev/ttyS0: '/ | ||
| + | Algorithmics/ | ||
| + | SQUASHFS error: Can't find a SQUASHFS superblock on mtdblock3 | ||
| + | mount: Mounting / | ||
| + | telnetd: starting | ||
| + | port: 23; login program: /bin/sh | ||
| + | Using / | ||
| + | ohci_hcd: 2004 Feb 02 USB 1.1 ' | ||
| + | ohci_hcd: block sizes: ed 64 td 64 | ||
| + | PCI: Enabling device 0000: | ||
| + | ohci_hcd 0000: | ||
| + | PCI: Setting latency timer of device 0000: | ||
| + | ohci_hcd 0000: | ||
| + | ohci_hcd 0000: | ||
| + | hub 1-0:1.0: USB hub found | ||
| + | hub 1-0:1.0: 2 ports detected | ||
| + | Using / | ||
| + | PCI: Enabling device 0000: | ||
| + | ehci_hcd 0000: | ||
| + | PCI: Setting latency timer of device 0000: | ||
| + | ehci_hcd 0000: | ||
| + | ehci_hcd 0000: | ||
| + | PCI: cache line size of 32 is not supported by device 0000: | ||
| + | ehci_hcd 0000: | ||
| + | hub 2-0:1.0: USB hub found | ||
| + | hub 2-0:1.0: 2 ports detected | ||
| + | hub 2-0:1.0: over-current change on port 2 | ||
| + | rm: cannot remove `/ | ||
| + | Using / | ||
| + | nmon: module license ' | ||
| + | Button: Character device registered successfully. | ||
| + | AnnexCParam=0x00000000 AnnexAParam=0x00000000 adsl2=0x00000000 | ||
| + | pSdramPHY=0xA3FFFFF8, | ||
| + | [BCM ADSL] Firmware load : 431156 431156 LMEM=(0xFFF00000, | ||
| + | AdslCoreHwReset: | ||
| + | AnnexCParam=0x00000000 AnnexAParam=0x00000000 adsl2=0x00000000 | ||
| + | ADSL PHY version is A2pBT010i.d20h | ||
| + | b6w_init | ||
| + | mpi: No Card is in the PCMCIA slot | ||
| + | mpi: device 0x432c found in PCI slot 1, function 0 | ||
| + | IPSecControl Character device registered successfully. | ||
| + | NET: Registered protocol family 3 | ||
| + | NET: Registered protocol family 9 | ||
| + | NET: Registered protocol family 4 | ||
| + | NET: Registered protocol family 5 | ||
| + | NET: Registered protocol family 18 | ||
| + | NET: Registered protocol family 25 | ||
| + | Using / | ||
| + | usage: insmod tty_spi speed n | ||
| + | CS=2 date: Sep 14 2009 time: 12:31:13, speed 1 | ||
| + | Using / | ||
| + | krtp ver 2.8 softdsp-vad-multiline-wb (Sep 14 2009 12:24:47) | ||
| + | Using / | ||
| + | load dspdd.ko: core_size=825584, | ||
| + | DSP Driver: DSP init stub | ||
| + | Using / | ||
| + | Endpoint: endpoint_init entry | ||
| + | Endpoint: endpoint_init COMPLETED | ||
| + | Using / | ||
| + | Using / | ||
| + | Bluetooth: L2CAP ver 2.3 | ||
| + | Bluetooth: L2CAP socket layer initialized | ||
| + | Device ikanos not present. | ||
| + | Starting pid 231, console /dev/ttyS0: '/ | ||
| + | Switching to RUNLEVEL 1 ... | ||
| + | MDG on SPI | ||
| + | MDG version: 40-1, expect 40-1 | ||
| + | RAD : rad started..... | ||
| + | |||
| + | RAD : Reading / | ||
| + | RAD : found entry 1, path / | ||
| + | RAD : found entry 2, path / | ||
| + | RAD : found entry 3, path / | ||
| + | RAD : found entry 4, path / | ||
| + | RAD : found entry 5, path / | ||
| + | RAD : found entry 6, path / | ||
| + | RAD : found entry 7, path / | ||
| + | RAD : found entry 8, path / | ||
| + | RAD : found entry 9, path / | ||
| + | |||
| + | RAD : Reading / | ||
| + | RAD : found entry 1, path / | ||
| + | RAD : found entry 2, path / | ||
| + | RAD : Waiting for connection on psm : | ||
| + | RAD : A01 | ||
| + | RAD : A06 | ||
| + | Writing / | ||
| + | linux application start ... | ||
| + | wait for linux_appl to initialize (1) | ||
| + | wait for linux_appl to initialize (2) | ||
| + | |||
| + | ************* ERROR RECORD ************* | ||
| + | 000000: | ||
| + | Application NMON started after POWERON. | ||
| + | ****************** END ***************** | ||
| + | |||
| + | appl_init: build verified | ||
| + | dip_init() : button[FACTORY_RESET] has number[1] | ||
| + | wait for linux_appl to initialize (3) | ||
| + | End of initialisation | ||
| + | start storagepl ... | ||
| + | | ||
| + | Using / | ||
| + | insmod: cannot insert `/ | ||
| + | modprobe: failed to load module ohci-hcd | ||
| + | Using / | ||
| + | insmod: cannot insert `/ | ||
| + | modprobe: failed to load module ehci-hcd | ||
| + | Using / | ||
| + | usblp: falsely claims to have parameter proto_bias | ||
| + | usbcore: registered new driver usblp | ||
| + | drivers/ | ||
| + | modprobe: module usbserial not found. | ||
| + | modprobe: failed to load module usbserial | ||
| + | id: unknown user name: nobody | ||
| + | id: unknown user name: nobody | ||
| + | Using / | ||
| + | SCSI subsystem initialized | ||
| + | Using / | ||
| + | Using / | ||
| + | Initializing USB Mass Storage driver... | ||
| + | usbcore: registered new driver usb-storage | ||
| + | USB Mass Storage support registered. | ||
| + | Using / | ||
| + | Using / | ||
| + | Using / | ||
| + | Using / | ||
| + | Using / | ||
| + | mount all usbdisks not implemented ! | ||
| + | Name: / | ||
| + | Load_from_file: | ||
| + | checkd start ... | ||
| + | checkd: daemonized with blocked parent process | ||
| + | checkd: parent process released. | ||
| + | S67stopload: | ||
| + | linuxappl: start loading after [ 3034ms ] | ||
| + | ---- WL firmwarecode (0--1-0-0) | ||
| + | kernel:: | ||
| + | kernel:: | ||
| + | [adsl] trace = 5 0 | ||
| + | [LED] led_drv_init() userspace | ||
| + | usb 2-1: new high speed USB device using address 2 | ||
| + | scsi0 : SCSI emulation for USB Mass Storage devices | ||
| + | Vendor: Kingston | ||
| + | Type: | ||
| + | SCSI device sda: 31272544 512-byte hdwr sectors (16012 MB) | ||
| + | sda: assuming Write Enabled | ||
| + | sda: assuming drive cache: write through | ||
| + | sda: sda1 | ||
| + | Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0 | ||
| + | USB Mass Storage device found at 2 | ||
| + | ADSL configuration: | ||
| + | adslmultimode = adsl2plus | ||
| + | syslog = disabled | ||
| + | [mlp] Invalid/ | ||
| + | [mlp] Invalid/ | ||
| + | [mlp] Invalid/ | ||
| + | stopping the pureftp-server ... | ||
| + | the pureftp-server is stopped | ||
| + | stopping the pure-authd ... | ||
| + | the pure-authd is stopped | ||
| + | HAUSWARE HOST LIBRARY => BUILD DATE = Jul 4 2008, BUILD TIME = 15:17:51 | ||
| + | *** gStartRxDesc[0] = 0xA0E2D000 | ||
| + | *** gBufferSizeBytes = 1280 | ||
| + | *** gStartTxDesc[0] = 0xA0E2F000 | ||
| + | hal6358PcmInit 260 nextTxDesc = 0xA0E2F000 | ||
| + | hal6358PcmInit 260 nextTxDesc = 0xA0E2F008 | ||
| + | hal6358PcmInit 264 Ownership for TX desc not set. Use this buffer. | ||
| + | PERF-> | ||
| + | PERF-> | ||
| + | Starting su_interface ... | ||
| + | su_interface: | ||
| + | Starting la_interface ... | ||
| + | la_interface: | ||
| + | / | ||
| + | Load_from_file: | ||
| + | Start to load | ||
| + | end of loop | ||
| + | really the end 9 (len 8) | ||
| + | Module_load name: þC8 | ||
| + | Load_from_file: | ||
| + | Start to load | ||
| + | end of loop | ||
| + | really the end 8 (len 7) | ||
| + | Path: / | ||
| + | Cmd2 : storage | ||
| + | id: unknown user name: nobody | ||
| + | id: unknown user name: nobody | ||
| + | Disk dev is sda | ||
| + | Mounting all partitions of sda | ||
| + | checking sda1 514 | ||
| + | Trying to mounting device: | ||
| + | SQUASHFS error: Can't find a SQUASHFS superblock on sda1 | ||
| + | Mounted / | ||
| + | * Determine managed disk based on a marker file on the disk. | ||
| + | Could not open marker files | ||
| + | Device nr / | ||
| + | Device 514 is not a managed disk | ||
| + | checking sda2 514 | ||
| + | open() failed: No such device or address | ||
| + | checking sda3 514 | ||
| + | starting the upnp av server | ||
| + | open() failed: No such device or address | ||
| + | checking sda4 514 | ||
| + | open() failed: No such device or address | ||
| + | |||
| + | Username : checking sda5 514 | ||
| + | open() failed: No such device or address | ||
| + | samba: stopping ... | ||
| + | ILibMediaProfiler: | ||
| + | checking sda6 514 | ||
| + | killall: smbd: no process killed | ||
| + | open() failed: No such device or address | ||
| + | checking sda7 514 | ||
| + | killall: nmbd: no process killed | ||
| + | open() failed: No such device or address | ||
| + | checking sda8 514 | ||
| + | killall: cifscl: no process killed | ||
| + | samba: initializing ... | ||
| + | open() failed: No such device or address | ||
| + | samba: wait for cifscl to initialize (1) | ||
| + | checking sda9 514 | ||
| + | open() failed: No such device or address | ||
| + | checking sda10 514 | ||
| + | open() failed: No such device or address | ||
| + | checking sda11 514 | ||
| + | open() failed: No such device or address | ||
| + | checking sda12 514 | ||
| + | open() failed: No such device or address | ||
| + | checking sda13 514 | ||
| + | open() failed: No such device or address | ||
| + | checking sda14 514 | ||
| + | open() failed: No such device or address | ||
| + | checking sda 514 | ||
| + | / | ||
| + | envp2 addr 0x7ffe3f18 | ||
| + | samba: wait for cifscl to initialize (2) | ||
| + | samba: wait for cifscl to initialize (3) | ||
| + | samba: wait for cifscl to initialize (4) | ||
| + | samba: wait for cifscl to initialize (5) | ||
| + | samba: wait for cifscl to initialize (6) | ||
| + | samba: wait for cifscl to initialize (7) | ||
| + | samba: wait for cifscl to initialize (8) | ||
| + | samba: wait for cifscl to initialize (9) | ||
| + | samba: wait for cifscl to initialize (10) | ||
| + | samba: wait for cifscl to initialize (11) | ||
| + | samba: wait for cifscl to initialize (12) | ||
| + | samba: wait for cifscl to initialize (13) | ||
| + | samba: wait for cifscl to initialize (14) | ||
| + | samba: wait for cifscl to initialize (15) | ||
| + | samba: wait for cifscl to initialize (16) | ||
| + | samba: wait for cifscl to initialize (17) | ||
| + | samba: wait for cifscl to initialize (18) | ||
| + | samba: wait for cifscl to initialize (19) | ||
| + | samba: wait for cifscl to initialize (20) | ||
| + | | ||
| + | samba: starting ...</ | ||
| + | </ | ||
| + | |||
| + | ==== OpenWrt bootlog ==== | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | |||
| + | |||
| + | CFE version 1.0.37-6.4 for BCM96358 (32bit, | ||
| + | Build Date: Mon Mar 16 15:29:36 CET 2015 (dani@tool) | ||
| + | Copyright (C) 2000-2005 Broadcom Corporation. | ||
| + | |||
| + | Boot Address 0xbe000000 | ||
| + | |||
| + | Initializing Arena. | ||
| + | Initializing Devices. | ||
| + | Parallel flash device: name AM29LV320MT, | ||
| + | |||
| + | Now initializing the switch... | ||
| + | GPIO_MODE_EMAC2_MII_CLK_INV pinmux enabled | ||
| + | Setting BCM5325 managed mode | ||
| + | B53_SWITCH_MODE = 0x5 | ||
| + | new B53_SWITCH_MODE = 0x7 | ||
| + | REG_MII_PORT_CONTROL = 0x20 | ||
| + | new REG_MII_PORT_CONTROL = 0x3c | ||
| + | B53_GLOBAL_CONFIG = 0x0 | ||
| + | new B53_GLOBAL_CONFIG = 0x80 | ||
| + | REG_VLAN_CTRL5 = 0x0 | ||
| + | new REG_VLAN_CTRL5 = 0x3 | ||
| + | done | ||
| + | Setting BCM5325 unmanaged mode | ||
| + | B53_SWITCH_MODE = 0x7 | ||
| + | new B53_SWITCH_MODE = 0x6 | ||
| + | B53_GLOBAL_CONFIG = 0x80 | ||
| + | new B53_GLOBAL_CONFIG = 0x0 | ||
| + | done | ||
| + | Clearing B53_PORT_CTRL(i) registers at ports 0, 1, 2, 3, 4, 5, 6, 7, 8, done | ||
| + | B53_PORT_OVERRIDE_CTRL = 0x9f | ||
| + | ...done | ||
| + | |||
| + | CPU type 0x2A010: 300MHz, Bus: 133MHz, Ref: 64MHz | ||
| + | Total memory: 67108864 bytes (64MB) | ||
| + | |||
| + | Total memory used by CFE: 0x80401000 - 0x80528880 (1210496) | ||
| + | Initialized Data: 0x8041D970 - 0x8041FF80 (9744) | ||
| + | BSS Area: 0x8041FF80 - 0x80426880 (26880) | ||
| + | Local Heap: 0x80426880 - 0x80526880 (1048576) | ||
| + | Stack Area: 0x80526880 - 0x80528880 (8192) | ||
| + | Text (code) segment: | ||
| + | Boot area (physical): | ||
| + | Relocation Factor: | ||
| + | |||
| + | Board IP address | ||
| + | Host IP address | ||
| + | Gateway IP address | ||
| + | Run from flash/host (f/h) : f | ||
| + | Default host run file name : vmlinux | ||
| + | Default host flash file name : bcm963xx_fs_kernel | ||
| + | Boot delay (0-9 seconds) | ||
| + | Board Id Name : HOMEHUB2A | ||
| + | Psi size in KB : 24 | ||
| + | Number of MAC Addresses (1-32) | ||
| + | Base MAC Address | ||
| + | Ethernet PHY Type : Internal | ||
| + | Memory size in MB : 64 | ||
| + | CMT Thread Number | ||
| + | |||
| + | *** Press any key to stop auto run (1 seconds) *** | ||
| + | Auto run second count down: 1\0x081\0x080 | ||
| + | Code Address: 0x80010000, Entry Address: 0x80010000 | ||
| + | Decompression OK! | ||
| + | Entry at 0x80010000 | ||
| + | Closing network. | ||
| + | Starting program at 0x80010000 | ||
| + | [ 0.000000] Linux version 3.10.49 (dani@tool) (gcc version 4.8.3 (OpenWrt/ | ||
| + | [ 0.000000] Detected Broadcom 0x6358 CPU revision a1 | ||
| + | [ 0.000000] CPU frequency is 300 MHz | ||
| + | [ 0.000000] 64MB of RAM installed | ||
| + | [ 0.000000] registering 40 GPIOs | ||
| + | [ 0.000000] board_bcm963xx: | ||
| + | [ 0.000000] board_bcm963xx: | ||
| + | [ 0.000000] bootconsole [early0] enabled | ||
| + | [ 0.000000] CPU revision is: 0002a010 (Broadcom BMIPS4350) | ||
| + | [ 0.000000] board: board name: HOMEHUB2A | ||
| + | [ 0.000000] Determined physical RAM map: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Initrd not found or empty - disabling initrd | ||
| + | [ 0.000000] Zone ranges: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Movable zone start for each node | ||
| + | [ 0.000000] Early memory node ranges | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Primary instruction cache 32kB, VIPT, 2-way, linesize 16 bytes. | ||
| + | [ 0.000000] Primary data cache 16kB, 2-way, VIPT, cache aliases, linesize 16 bytes | ||
| + | [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256 | ||
| + | [ 0.000000] Kernel command line: root=/ | ||
| + | [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes) | ||
| + | [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) | ||
| + | [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) | ||
| + | [ 0.000000] Memory: 61336k/ | ||
| + | [ 0.000000] NR_IRQS:256 | ||
| + | [ 0.000000] Calibrating delay loop... 299.26 BogoMIPS (lpj=598528) | ||
| + | [ 0.036000] pid_max: default: 32768 minimum: 301 | ||
| + | [ 0.040000] Mount-cache hash table entries: 512 | ||
| + | [ 0.048000] NET: Registered protocol family 16 | ||
| + | [ 0.064000] registering PCI controller with io_map_base unset | ||
| + | [ 0.068000] registering PCI controller with io_map_base unset | ||
| + | [ 0.088000] bio: create slab < | ||
| + | [ 0.096000] PCI host bridge to bus 0000:00 | ||
| + | [ 0.100000] pci_bus 0000:00: root bus resource [mem 0x30000000-0x37ffffff] | ||
| + | [ 0.104000] pci_bus 0000:00: root bus resource [io 0x8000000-0x8007fff] | ||
| + | [ 0.108000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] | ||
| + | [ 0.124000] pci 0000: | ||
| + | [ 0.128000] PCI host bridge to bus 0000:01 | ||
| + | [ 0.132000] pci_bus 0000:01: root bus resource [mem 0x38000000-0x3fffffff] | ||
| + | [ 0.136000] pci_bus 0000:01: root bus resource [io 0x8008000-0x800ffff] | ||
| + | [ 0.140000] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff] | ||
| + | [ 0.144000] pci 0000: | ||
| + | [ 0.148000] pci 0000: | ||
| + | [ 0.152000] pci 0000: | ||
| + | [ 0.156000] pci 0000: | ||
| + | [ 0.160000] pci 0000: | ||
| + | [ 0.164000] pci 0000: | ||
| + | [ 0.168000] pci 0000: | ||
| + | [ 0.172000] pci 0000: | ||
| + | [ 0.176000] PCI: Enabling device 0000: | ||
| + | [ 0.180000] Switching to clocksource MIPS | ||
| + | [ 0.192000] PCI: Enabling device 0000: | ||
| + | [ 0.220000] ssb: Found chip with id 0x4322, rev 0x01 and package 0x09 | ||
| + | [ 0.292000] ssb: Sonics Silicon Backplane found on PCI device 0000: | ||
| + | [ 0.300000] NET: Registered protocol family 2 | ||
| + | [ 0.304000] TCP established hash table entries: 512 (order: 0, 4096 bytes) | ||
| + | [ 0.312000] TCP bind hash table entries: 512 (order: -1, 2048 bytes) | ||
| + | [ 0.320000] TCP: Hash tables configured (established 512 bind 512) | ||
| + | [ 0.324000] TCP: reno registered | ||
| + | [ 0.328000] UDP hash table entries: 256 (order: 0, 4096 bytes) | ||
| + | [ 0.336000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) | ||
| + | [ 0.344000] NET: Registered protocol family 1 | ||
| + | [ 0.352000] squashfs: version 4.0 (2009/ | ||
| + | [ 0.360000] jffs2: version 2.2 (NAND) (SUMMARY) (ZLIB) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | [ 0.368000] msgmni has been set to 119 | ||
| + | [ 0.372000] io scheduler noop registered | ||
| + | [ 0.376000] io scheduler deadline registered (default) | ||
| + | [ 0.384000] bcm63xx_uart.0: | ||
| + | [ 0.392000] console [ttyS0] enabled, bootconsole disabled | ||
| + | [ 0.392000] console [ttyS0] enabled, bootconsole disabled | ||
| + | [ 0.408000] physmap platform flash device: 02000000 at 1e000000 | ||
| + | [ 0.416000] physmap-flash.0: | ||
| + | [ 0.424000] Amd/Fujitsu Extended Query Table at 0x0040 | ||
| + | [ 0.432000] | ||
| + | [ 0.436000] number of CFI chips: 1 | ||
| + | [ 0.440000] bcm63xxpart: | ||
| + | [ 0.448000] bcm63xxpart: | ||
| + | [ 0.452000] bcm63xxpart: | ||
| + | [ 0.460000] bcm63xxpart: | ||
| + | [ 0.468000] bcm63xxpart: | ||
| + | [ 0.476000] bcm63xxpart: | ||
| + | [ 0.484000] bcm63xxpart: | ||
| + | [ 0.492000] 5 bcm63xxpart partitions found on MTD device physmap-flash.0 | ||
| + | [ 0.496000] Creating 5 MTD partitions on " | ||
| + | [ 0.504000] 0x000000000000-0x000000020000 : " | ||
| + | [ 0.512000] 0x000000020100-0x000000140000 : " | ||
| + | [ 0.516000] mtd: partition " | ||
| + | [ 0.532000] 0x000000140000-0x000000fe0000 : " | ||
| + | [ 0.544000] mtd: device 2 (rootfs) set to be root filesystem | ||
| + | [ 0.548000] mtd: partition " | ||
| + | [ 0.556000] 0x0000004e0000-0x000000fe0000 : " | ||
| + | [ 0.564000] 0x000000fe0000-0x000001000000 : " | ||
| + | [ 0.576000] 0x000000020000-0x000000fe0000 : " | ||
| + | [ 0.588000] bcm63xx-spi bcm63xx-spi: | ||
| + | [ 0.596000] spi_gpio spi_gpio.1: master is unqueued, this is deprecated | ||
| + | [ 0.604000] 74x164 spi1.0: No device tree data available. | ||
| + | [ 0.608000] 74x164: probe of spi1.0 failed with error -22 | ||
| + | [ 0.624000] libphy: bcm63xx_enet MII bus: probed | ||
| + | [ 0.632000] b53_common: found switch: BCM5325, rev 0 | ||
| + | [ 0.636000] bcm63xx_enet bcm63xx_enet.1: | ||
| + | [ 0.648000] bcm63xx-wdt bcm63xx-wdt: | ||
| + | [ 0.656000] platform leds-gpio.0: | ||
| + | [ 0.664000] TCP: cubic registered | ||
| + | [ 0.668000] NET: Registered protocol family 17 | ||
| + | [ 0.672000] Bridge firewalling registered | ||
| + | [ 0.676000] 8021q: 802.1Q VLAN Support v1.8 | ||
| + | [ 0.684000] platform leds-gpio.0: | ||
| + | [ 0.696000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2. | ||
| + | [ 0.708000] Freeing unused kernel memory: 200K (8031e000 - 80350000) | ||
| + | procd: Console is alive | ||
| + | procd: - watchdog - | ||
| + | [ 2.260000] usbcore: registered new interface driver usbfs | ||
| + | [ 2.268000] usbcore: registered new interface driver hub | ||
| + | [ 2.272000] usbcore: registered new device driver usb | ||
| + | [ 2.288000] Button Hotplug driver version 0.4.1 | ||
| + | [ 2.384000] SCSI subsystem initialized | ||
| + | [ 2.400000] ehci_hcd: USB 2.0 ' | ||
| + | [ 2.412000] ehci-platform: | ||
| + | [ 2.416000] ehci-platform ehci-platform: | ||
| + | [ 2.420000] ehci-platform ehci-platform: | ||
| + | [ 2.432000] ehci-platform ehci-platform: | ||
| + | [ 2.448000] ehci-platform ehci-platform: | ||
| + | [ 2.456000] hub 1-0:1.0: USB hub found | ||
| + | [ 2.460000] hub 1-0:1.0: 1 port detected | ||
| + | [ 2.464000] platform leds-gpio.0: | ||
| + | [ 2.480000] ohci_hcd: USB 1.1 ' | ||
| + | [ 2.484000] ohci-platform ohci-platform: | ||
| + | [ 2.492000] ohci-platform ohci-platform: | ||
| + | [ 2.500000] ohci-platform ohci-platform: | ||
| + | [ 2.568000] hub 2-0:1.0: USB hub found | ||
| + | [ 2.572000] hub 2-0:1.0: 1 port detected | ||
| + | [ 2.576000] platform leds-gpio.0: | ||
| + | [ 2.600000] usbcore: registered new interface driver usb-storage | ||
| + | [ 2.608000] input: gpio-keys-polled as / | ||
| + | [ 2.616000] platform leds-gpio.0: | ||
| + | procd: - preinit - | ||
| + | Press the [f] key and hit [enter] to enter failsafe mode | ||
| + | Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level | ||
| + | [ 4.680000] eth0: link UP - 100/full - flow control off | ||
| + | [ 6.588000] jffs2: notice: (245) jffs2_build_xattr_subsystem: | ||
| + | [ 6.604000] block: attempting to load / | ||
| + | [ 6.612000] block: unable to load configuration (fstab: Entry not found) | ||
| + | [ 6.620000] block: attempting to load / | ||
| + | [ 6.628000] block: extroot: not configured | ||
| + | jffs2 is ready | ||
| + | No jffs2 marker was found | ||
| + | [ 6.684000] jffs2: notice: (242) jffs2_build_xattr_subsystem: | ||
| + | [ 6.864000] block: attempting to load / | ||
| + | [ 6.872000] block: unable to load configuration (fstab: Entry not found) | ||
| + | [ 6.876000] block: attempting to load / | ||
| + | [ 6.888000] block: extroot: not configured | ||
| + | switching to overlay | ||
| + | procd: - early - | ||
| + | procd: - watchdog - | ||
| + | procd: - ubus - | ||
| + | procd: - init - | ||
| + | [ 7.700000] eth0: link DOWN | ||
| + | Please press Enter to activate this console. | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | procd: - init complete - | ||
| + | |||
| + | |||
| + | |||
| + | BusyBox v1.22.1 (2015-03-11 21:32:56 CET) built-in shell (ash) | ||
| + | Enter ' | ||
| + | |||
| + | _______ | ||
| + | | ||
| + | | ||
| + | | ||
| + | |__| W I R E L E S S F R E E D O M | ||
| + | | ||
| + | | ||
| + | | ||
| + | * 1/2 oz Galliano | ||
| + | * 4 oz cold Coffee | ||
| + | * 1 1/2 oz Dark Rum with crushed ice. Stir. | ||
| + | * 2 tsp. Creme de Cacao | ||
| + | | ||
| + | root@OpenWrt:/# | ||
| + | system type : bcm63xx/ | ||
| + | machine | ||
| + | processor | ||
| + | cpu model : Broadcom BMIPS4350 V1.0 | ||
| + | BogoMIPS | ||
| + | wait instruction | ||
| + | microsecond timers | ||
| + | tlb_entries | ||
| + | extra interrupt vector | ||
| + | hardware watchpoint | ||
| + | isa : mips1 mips2 mips32r1 | ||
| + | ASEs implemented | ||
| + | shadow register sets : 1 | ||
| + | kscratch registers | ||
| + | core : 0 | ||
| + | VCED exceptions | ||
| + | VCEI exceptions | ||
| + | root@OpenWrt:/#</ | ||
| + | </ | ||
| + | |||
| + | ===== Tags ===== | ||
| + | [[meta: | ||
| + | {{tag> | ||