Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
inbox:toh:xiaomi:mi_wifi_range_extender_ac1200_model_ra75 [2022/08/19 15:36] – [OEM bootlog] jdeisenhinbox:toh:xiaomi:mi_wifi_range_extender_ac1200_model_ra75 [2024/05/01 20:03] – [Debricking] jdeisenh
Line 1: Line 1:
 ====== Xiaomi Mi WiFi Range Extender AC1200 Model RA75 ====== ====== Xiaomi Mi WiFi Range Extender AC1200 Model RA75 ======
-~~NOTOC~~ 
  
-/* This template is intended to be used via https://openwrt.org/meta/create_new_device_page */+{{:media:xiaomi:xiaomi-mi-wifi-range-extender-ac1200_small.jpg?200|RA75}}
  
-{{page>meta:infobox:construction&noheader&nofooter&noeditbtn}}+This is a compact, wall-wart type range extender with 2x2 Wifi5 dual band hardware. 20€ in 2022 in Germany, taxes included.  
 +Installation is done through an app, there is no HTML UI.  
 +If you don't mind some soldering, this is a very capable hardware for the price that runs OpenWrt just fine.  
 +Major hardware limitations (if you don't count the form factor's inherent lack of interfaces) are the 100Mbit LAN port and the 64MB of RAM. 
  
-//Write shortrelevant description of the deviceInclude a technical overview, but avoid marketing buzzwords/useless stuff. Two to four sentences is about rightA picture is good, too. Edit the page to see how to add pictures.//+Warning: There is newer version on the marketModel RC04This looks identical, but is quite a bit harder to installAvoid
  
-/*****/ +===== Supported Versions ===== 
-/* How to add images ========> https://openwrt.org/meta/adding_images_to_openwrt_wiki */ +<!-- ToH{ 
-/*****/+  "source": "json", 
 +  "dom": "t", 
 +  "paging": false, 
 +  "rotate": true, 
 +  "shownColumns": ["brand", "model", "version", "supportedcurrentrel", "unsupported_functions", "forumsearch", "deviceid"], 
 +  "filterColumns": {"model": "RA75"
 +} -->
  
-{{ media:example:genericrouter1.png?200|Generic Router}}+Supported in snapshots, since 2023-01-14
  
  
-===== OpenWrt support =====+This box does not run a HTML UI, it is configured through an app. For this reason, you cannot use OpenWrtInvasion. 
 +You have to install it by opening the box, soldering an UART connector, connect an UART 3V Interface, flash via shell and TFTP. 
  
-<color red>**Not supported.**</color>+This is almost the same hardware as [[:toh:xiaomi:mi_router_4a_mir4a_100m]] and can run its firmware, see notes at 'Alternative Firmware'.
  
 +Please note that right now, there is no way back to the stock firmware. (For lack of trying, and why would anybody?)
  
-/*** if info available: uncomment and fill in +There seems to be a new version available from 2023 'Model RC04' with a different wifi chip. This is almost identical, but has a newer 5GHz Wifi chip. Unfortunately, console is not functional without directly modifying the SPI Flash's content with a flash programmer. You will also need to load a different chipset driver to get 5GHz functional
-===== Supporting activities ===== +
-//Describe if there are any ongoing activities that might lead to OpenWrt support.//+
  
-  OpenWrt forum thread: (add link) +** Supporting activities **
-***/+
  
 +OpenWrt forum thread: https://forum.openwrt.org/t/almost-supported-xiaomi-ra75-aka-miwifi-range-extender-ac1200/134855
  
-/*** if info available: uncomment and fill in +===== Hardware Highlights ===== 
-===== Experimental firmware =====+<!-- ToH: { 
 +  "source": "json", 
 +  "dom": "t", 
 +  "paging": false, 
 +  "rotate": true, 
 +  "shownColumns": ["model", "version", "cpu", "cpumhz", "cpucores", "flashmb", "rammb", "wlanhardware", "wlan24ghz", "wlan50ghz", "ethernet100mports", "ethernet1gports", "usbports"], 
 +  "filterColumns": {"model": "RA75"
 +} -->
  
-//List experimental firmware download links here.//+===== Installation ===== 
 +<!-- ToH: { 
 +  "source": "json", 
 +  "dom": "t", 
 +  "paging": false, 
 +  "rotate": true, 
 +  "shownColumns": ["model", "version", "supportedcurrentrel", "firmwareopenwrtinstallurl", "firmwareopenwrtupgradeurl", "firmwareoemstockurl"], 
 +  "filterColumns": {"model": "RA75"
 +} --> 
 +** Alternative firmware **
  
-//None at this time.//+If you must or want to run a pre-2022 release version, you can use the one for mi-router-4a-100m.  
 +Warning: (*not* mi-router-4a-100m-intl)
  
-  * External image (add link+Buttons and LED definitions are wrong, and the LAN interface does not exist, the only ethernet is the WAN interface) 
-  * trunk image (add link) +It follows that you have to disable the firewall or adjust the network config from the serial console, otherwise the device will be inacessible
-  * ... +
-***/+
  
 +==== Installing OpenWrt ====
 +Only known way to install *right now* is the old school way of opening the box, soldering in a UART header, connecting to console. 
 +There is one screw under the barcode, right side. Header is standard. See FCC DB for photos. 
  
-===== Hardware highlights ===== +From there, its rather easy:
-^ CPU                        ^ Ram      ^ Flash   ^ Network     ^ WLAN   ^ USB      ^ Serial   ^ JTag   ^ +
-| EXAMPLE RT3052 @ 384 MHz    64 MiB  |  8 MiB  |  4x 10/100  |  bgn    1x 2.0  |   Yes    |   ?    |+
  
 +After Boot, U-Boot will prompt for:
 +<webcode name="Default" frameborder=0 width=100% scrolling=yes externalResources="," renderingMode=story >
 +Please choose the operation: 
 +   1: Load system code to SDRAM via TFTP. 
 +   2: Load system code then write to Flash via TFTP. 
 +   3: Boot system code via Flash (default).
 +   4: Entr boot command line interface.
 +   9: Load Boot Loader code then write to Flash via TFTP. 
 +</webcode>
  
-/*** if info available: uncomment and fill in +With 2 (and having an tftp server running), you can flash the new firmware.  
-===== Installation ===== +Please note that the original firmware has not been yet extracted, so there is no way back!
-  - → [[:downloads|Obtain firmware]] +
-  - → [[docs:guide-user:installation:generic.flashing|Install OpenWrt]] +
-  - → [[:downloads|Latest OpenWrt release]]+
  
-==== Installing OpenWrt ==== 
-***/ 
- 
- 
-/*** if info available: uncomment and fill in 
 ===== Debricking ===== ===== Debricking =====
 -> [[docs:guide-user:troubleshooting:generic.debrick]] -> [[docs:guide-user:troubleshooting:generic.debrick]]
-***/+ 
 +The standard method of debricking common to xiaomi devices work: Hold the reset button while booting to get into a mode where the device will request a signed bootloader via TFTP. But there is currently no known source for an installable stock firmware.  
  
  
-/*** if info available: uncomment and fill in 
 ===== Failsafe mode ===== ===== Failsafe mode =====
 -> [[docs:guide-user:troubleshooting:failsafe_and_factory_reset]] -> [[docs:guide-user:troubleshooting:failsafe_and_factory_reset]]
-***/+ 
 +Use the hidden reset button near the ethernet connector for failsafe mode, when the led starts blinking fast. The big WPS button on the front doesn't do anything at this stage.
  
  
-/*** if info available: uncomment and fill in 
 ===== Basic configuration ===== ===== Basic configuration =====
 After flashing, proceed with [[docs:guide-user:base-system:start|Basic configuration]]: Set up your Internet connection, configure wireless, configure USB port, etc. After flashing, proceed with [[docs:guide-user:base-system:start|Basic configuration]]: Set up your Internet connection, configure wireless, configure USB port, etc.
-***/ 
- 
  
 /*** if info available: uncomment and fill in /*** if info available: uncomment and fill in
Line 111: Line 134:
 ===== Hardware ===== ===== Hardware =====
 ==== Info ==== ==== Info ====
-^ Architecture     EXAMPLE MIPS                             +^ Architecture    ramips                                  
-^ Vendor           EXAMPLE Ralink                           +^ Vendor          | Ralink                                  
-^ Bootloader       EXAMPLE U-Boot                           +^ Bootloader      | U-Boot                                  
-^ System-On-Chip   EXAMPLE Ralink RT3052 - MIPS 24K V4.12   +^ System-On-Chip  Mediatek MT7628DAN - MIPS 24KEc V5.5     
-^ CPU/Speed        EXAMPLE 451 MHz                          +^ CPU/Speed       580                                     
-^ Flash-Chip       EXAMPLE unkown                           +^ Flash-Chip      W25Q128BV                               
-^ Flash size       EXAMPLE 8 MiB                            +^ Flash size      16MiB                                   
-^ RAM              EXAMPLE 64 MiB                           +^ RAM             64MB                                    
-^ Wireless         | EXAMPLE RT2860v2 2.4GHz 802.11bgn        | +^ Wireless        | 2x2 Wifi5 Dual Band, MT7628DAN+ MT7612  
-^ Ethernet         EXAMPLE 10/100 Mbit/w/ vlan support    +^ Ethernet        1 Port, 100 Mbit/                     
-^ Switch           EXAMPLE Qualcomm Atheros QCA8337         +^ Switch          builtin                                 
-^ USB              EXAMPLE 1x 2.0                           +^ USB             none                                    
-^ Serial           EXAMPLE [[#Serial|Yes]]                  +^ Serial          | [[#Serial|Yes]]                         
-^ JTAG             EXAMPLE [[#JTAG|Not populated]]          |+^ JTAG            | [[#JTAG|Not populated]]                 |
  
  
Line 138: Line 161:
  
 ==== Photos ==== ==== Photos ====
-/* =====>>>>> Standard size for photos: add ?400 to the medialink                                */ 
-/* When uploading photos, **name them** intelligently. Nobody knows what 20100930_000602.jpg is! */ 
-/* e.g. {{:media:yourbrand:yourbrand_yourmodel_front.jpg?400|}}                                  */ 
-/* Thanks, your wiki administration - Oct. 2015 */ 
  
-**Insert photo of front of the casing**+See Photos from the FCC DB if you need them https://fccid.io/2AFZZRA75/Internal-Photos/Internal-photos-5364844
  
-**Insert photo of back of the casing**+==== Opening the case ====
  
-**Insert photo of backside label** 
  
-**Insert photo of PCB** +There is a single screw under the barcode label, right side. Removing the screw beneath, you can split the unit into the power supply and the wifi part. The 'hot' parts are shielded, no risk of electrical shock. 
- +
-==== Opening the case ==== +
- +
-<WRAP BOX> +
-There is a single screw under the barcode label, right side. Removing the screw beneath, you can split the unit into the power supply and the wifi part. +
-</WRAP>+
  
 +{{:media:xiaomi:ra75_open.jpg|RA75}}
 ==== Serial ==== ==== Serial ====
 -> [[docs:techref:hardware:port.serial]] general information about the serial port, serial port cable, etc. -> [[docs:techref:hardware:port.serial]] general information about the serial port, serial port cable, etc.
  
-How to connect to the Serial Port of this specific device:\\ +There is a place for a standard uart header, pinout is written down on the PCB. Can easily be soldered. 
-**Insert photo of PCB with markings for serial port** +
- +
-<WRAP BOX> +
-FIXME //Replace EXAMPLE by real values.// +
-</WRAP>+
  
-^ Serial connection parameters\\ for Xiaomi Mi WiFi Range Extender AC1200 Model RA75 @@Version@@ EXAMPLE 115200, 8N1, 3.3V |+^ Serial connection parameters\\ for Xiaomi Mi WiFi Range Extender AC1200 Model RA75  | 115200, 8N1, 3.3V |
  
-==== JTAG ==== 
--> [[docs:techref:hardware:port.jtag]] general information about the JTAG port, JTAG cable, etc. 
  
-How to connect to the JTAG Port of this specific device:\\ 
-**Insert photo of PCB with markings for JTAG port** 
  
 ===== Bootlogs ===== ===== Bootlogs =====
Line 625: Line 629:
 ==== OpenWrt bootlog ==== ==== OpenWrt bootlog ====
 <WRAP bootlog> <WRAP bootlog>
-<nowiki>COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING</nowiki>+<nowiki>[04050D0A][04050C0E][898B0000][23244547][00232444] 
 +DU Setting Cal Done 
 + 
 + 
 +U-Boot 1.1.3 (Jun 10 2021 - 02:22:33) 
 + 
 +Board: Ralink APSoC DRAM:  64 MB 
 +Power on memory test. Memory size= 64 MB...OK! 
 +relocate_code Pointer at: 83fb0000 
 +RT2880_RSTSTAT_REG 0xc0030204 
 +****************************** 
 +Software System Reset Occurred 
 +****************************** 
 +SPI-NOR flash has JEDEC ID: ef4018 
 +Status Register 1 = 0x00 
 +Status Register 3 = 0x68 
 +flash manufacture id: ef, device id 40 18 
 +find flash: W25Q128BV 
 +env is right! 
 +============================================  
 +Ralink UBoot Version: 4.3.0.0 
 +--------------------------------------------  
 +ASIC 7628_MP (Port5<->None) 
 +DRAM component: 512 Mbits DDR, width 16 
 +DRAM bus: 16 bit 
 +Total memory: 64 MBytes 
 +Flash component: SPI Flash 
 +Date:Jun 10 2021  Time:02:22:33 
 +============================================  
 +icache: sets:512, ways:4, linesz:32 ,total:65536 
 +dcache: sets:256, ways:4, linesz:32 ,total:32768  
 + 
 + ##### The CPU freq = 575 MHZ ####  
 + estimate memory size =64 Mbytes 
 +RESET MT7628 PHY!!!!!! 
 +Please choose the operation:  
 +   1: Load system code to SDRAM via TFTP.  
 +   2: Load system code then write to Flash via TFTP.  
 +   3: Boot system code via Flash (default). 
 +   4: Entr boot command line interface. 
 +   9: Load Boot Loader code then write to Flash via TFTP.  
 + 0  
 +   n3: System Boot system code via Flash. 
 +##Booting System 1 
 +Erasing SPI Flash... 
 +raspi_erase: offs:20000 len:10000 
 +
 +Writing to SPI Flash... 
 +
 +done 
 +## Booting image at bc160000 ... 
 +   Image Name:   MIPS OpenWrt Linux-5.10.136 
 +   Image Type:   MIPS Linux Kernel Image (lzma compressed) 
 +   Data Size:    2184603 Bytes =  2.1 MB 
 +   Load Address: 80000000 
 +   Entry Point:  80000000 
 +   Verifying Checksum ... OK 
 +   Uncompressing Kernel Image ... OK 
 +Erasing SPI Flash... 
 +raspi_erase: offs:20000 len:10000 
 +
 +Writing to SPI Flash... 
 +
 +done 
 +commandline uart_en=0 factory_mode=0 mem=64m root=/dev/mtdblock8 
 +No initrd 
 +## Transferring control to Linux (at address 80000000) ... 
 +## Giving linux memsize in MB, 64 
 + 
 +Starting kernel ... 
 + 
 +[    0.000000] Linux version 5.10.136 (joe@urmel.joe.lo) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 11.3.0 r20352-9c862 
 +[    0.000000] Board has DDR2 
 +[    0.000000] Analog PMU set to hw control 
 +[    0.000000] Digital PMU set to hw control 
 +[    0.000000] SoC Type: MediaTek MT7628AN ver:1 eco:2 
 +[    0.000000] printk: bootconsole [early0] enabled 
 +[    0.000000] CPU0 revision is: 00019655 (MIPS 24KEc) 
 +[    0.000000] MIPS: machine is Xiaomi Mi AC1200 WLAN Range Extender RA75 
 +[    0.000000] Initrd not found or empty - disabling initrd 
 +[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. 
 +[    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
 +[    0.000000] Zone ranges: 
 +[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000003ffffff] 
 +[    0.000000] Movable zone start for each node 
 +[    0.000000] Early memory node ranges 
 +[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000003ffffff] 
 +[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff] 
 +[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 16240 
 +[    0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2 
 +[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear) 
 +[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear) 
 +[    0.000000] Writing ErrCtl register=000425e0 
 +[    0.000000] Readback ErrCtl register=000425e0 
 +[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off 
 +[    0.000000] Memory: 56424K/65536K available (5276K kernel code, 612K rwdata, 1120K rodata, 1176K init, 201K bss, 911) 
 +[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 
 +[    0.000000] NR_IRQS: 256 
 +[    0.000000] intc: using register map from devicetree 
 +[    0.000000] CPU Clock: 580MHz 
 +[    0.000000] timer_probe: no matching timers found 
 +[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6590553264 ns 
 +[    0.000010] sched_clock: 32 bits at 290MHz, resolution 3ns, wraps every 7405115902ns 
 +[    0.007631] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216) 
 +[    0.073579] pid_max: default: 32768 minimum: 301 
 +[    0.078216] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) 
 +[    0.085238] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) 
 +[    0.095190] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build 
 +[    0.106599] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns 
 +[    0.116109] futex hash table entries: 256 (order: -1, 3072 bytes, linear) 
 +[    0.122753] pinctrl core: initialized pinctrl subsystem 
 +[    0.129475] NET: Registered protocol family 16 
 +[    0.249280] mt7620-pci 10140000.pcie: Port 0 N_FTS = 1b105000 
 +[    0.404565] PCI host bridge /pcie@10140000 ranges: 
 +[    0.409154]  MEM 0x0000000020000000..0x000000002fffffff 
 +[    0.414166]   IO 0x0000000010160000..0x000000001016ffff 
 +[    0.470888] PCI host bridge to bus 0000:00 
 +[    0.474808] pci_bus 0000:00: root bus resource [mem 0x20000000-0x2fffffff] 
 +[    0.481491] pci_bus 0000:00: root bus resource [io  0x10160000-0x1016ffff] 
 +[    0.488071] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] 
 +[    0.494631] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] 
 +[    0.502320] pci 0000:00:00.0: [14c3:0801] type 01 class 0x060400 
 +[    0.508092] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] 
 +[    0.514113] pci 0000:00:00.0: reg 0x14: [mem 0x20200000-0x2020ffff] 
 +[    0.520247] pci 0000:00:00.0: supports D1 
 +[    0.524054] pci 0000:00:00.0: PME# supported from D0 D1 D3hot 
 +[    0.531455] pci 0000:01:00.0: [14c3:7662] type 00 class 0x028000 
 +[    0.537242] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] 
 +[    0.543841] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] 
 +[    0.550362] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold 
 +[    0.557756] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 
 +[    0.564096] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01 
 +[    0.570550] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] 
 +[    0.576876] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] 
 +[    0.583610] pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x200fffff] 
 +[    0.590151] pci 0000:00:00.0: BAR 9: assigned [mem 0x20100000-0x201fffff pref] 
 +[    0.597132] pci 0000:00:00.0: BAR 1: assigned [mem 0x20200000-0x2020ffff] 
 +[    0.603683] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit] 
 +[    0.610757] pci 0000:01:00.0: BAR 6: assigned [mem 0x20100000-0x2010ffff pref] 
 +[    0.617700] pci 0000:00:00.0: PCI bridge to [bus 01] 
 +[    0.622501] pci 0000:00:00.0:   bridge window [mem 0x20000000-0x200fffff] 
 +[    0.629041] pci 0000:00:00.0:   bridge window [mem 0x20100000-0x201fffff pref] 
 +[    0.642718] clocksource: Switched to clocksource MIPS 
 +[    0.648938] NET: Registered protocol family 2 
 +[    0.653461] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) 
 +[    0.661161] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) 
 +[    0.669359] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) 
 +[    0.676740] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear) 
 +[    0.683530] TCP: Hash tables configured (established 1024 bind 1024) 
 +[    0.689819] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) 
 +[    0.696154] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) 
 +[    0.703194] NET: Registered protocol family 1 
 +[    0.707421] PCI: CLS 0 bytes, default 32 
 +[    0.719017] workingset: timestamp_bits=14 max_order=14 bucket_order=0 
 +[    0.730441] squashfs: version 4.0 (2009/01/31) Phillip Lougher 
 +[    0.736101] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. 
 +[    0.749299] mt7621_gpio 10000600.gpio: registering 32 gpios 
 +[    0.754990] mt7621_gpio 10000600.gpio: registering 32 gpios 
 +[    0.760548] mt7621_gpio 10000600.gpio: registering 32 gpios 
 +[    0.766315] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled 
 +[    0.773600] printk: console [ttyS0] disabled 
 +[    0.777765] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 28, base_baud = 2500000) is a 16550A 
 +[    0.786550] printk: console [ttyS0] enabled 
 +[    0.786550] printk: console [ttyS0] enabled 
 +[    0.794953] printk: bootconsole [early0] disabled 
 +[    0.794953] printk: bootconsole [early0] disabled 
 +[    0.805817] spi-mt7621 10000b00.spi: sys_freq: 193333333 
 +[    0.824915] spi-nor spi0.0: w25q128 (16384 Kbytes) 
 +[    0.829860] 7 fixed-partitions partitions found on MTD device spi0.0 
 +[    0.836442] OF: Bad cell count for /palmbus@10000000/spi@b00/flash@0/partitions 
 +[    0.843900] OF: Bad cell count for /palmbus@10000000/spi@b00/flash@0/partitions 
 +[    0.851860] OF: Bad cell count for /palmbus@10000000/spi@b00/flash@0/partitions 
 +[    0.859370] OF: Bad cell count for /palmbus@10000000/spi@b00/flash@0/partitions 
 +[    0.867047] Creating 7 MTD partitions on "spi0.0": 
 +[    0.871919] 0x000000000000-0x000000020000 : "bootloader" 
 +[    0.881002] 0x000000020000-0x000000030000 : "config" 
 +[    0.887371] 0x000000030000-0x000000040000 : "factory" 
 +[    0.895682] 0x000000040000-0x000000050000 : "crash" 
 +[    0.901865] 0x000000050000-0x000000060000 : "cfg_bak" 
 +[    0.910036] 0x000000060000-0x000000160000 : "overlay" 
 +[    0.916569] 0x000000160000-0x000001000000 : "firmware" 
 +[    0.925038] 2 uimage-fw partitions found on MTD device firmware 
 +[    0.931064] Creating 2 MTD partitions on "firmware": 
 +[    0.936174] 0x000000000000-0x0000002155db : "kernel" 
 +[    0.941205] mtd: partition "kernel" doesn't end on an erase/write block -- force read-only 
 +[    0.950930] 0x0000002155db-0x000000ea0000 : "rootfs" 
 +[    0.956058] mtd: partition "rootfs" doesn't start on an erase/write block boundary -- force read-only 
 +[    0.968258] mtd: device 8 (rootfs) set to be root filesystem 
 +[    0.974216] 1 squashfs-split partitions found on MTD device rootfs 
 +[    0.980497] 0x000000530000-0x000000ea0000 : "rootfs_data" 
 +[    1.041293] rt3050-esw 10110000.esw: mediatek esw at 0xb0110000, irq 25 initialized 
 +[    1.049987] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5 
 +[    1.060148] NET: Registered protocol family 10 
 +[    1.070181] Segment Routing with IPv6 
 +[    1.074115] NET: Registered protocol family 17 
 +[    1.078727] 8021q: 802.1Q VLAN Support v1.8 
 +[    1.100136] VFS: Mounted root (squashfs filesystem) readonly on device 31:8. 
 +[    1.114018] Freeing unused kernel memory: 1176K 
 +[    1.118617] This architecture does not have kernel memory protection. 
 +[    1.125191] Run /sbin/init as init process 
 +[    2.177157] init: Console is alive 
 +[    2.181214] init: - watchdog - 
 +[    3.820387] kmodloader: loading kernel modules from /etc/modules-boot.d/
 +[    3.988784] kmodloader: done loading kernel modules from /etc/modules-boot.d/
 +[    4.006796] init: - preinit - 
 +[    4.594278] rt3050-esw 10110000.esw: port 0 link up 
 +[    6.047684] random: jshn: uninitialized urandom read (4 bytes read) 
 +[    6.313503] random: jshn: uninitialized urandom read (4 bytes read) 
 +[    6.341958] random: jshn: uninitialized urandom read (4 bytes read) 
 +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 
 +[    9.069186] jffs2: notice: (385) jffs2_build_xattr_subsystem: complete building xattr subsystem, 7 of xdatum (6 unch. 
 +[    9.087543] mount_root: switching to jffs2 overlay 
 +[    9.099237] overlayfs: upper fs does not support tmpfile. 
 +[    9.112610] urandom-seed: Seeding with /etc/urandom.seed 
 +[    9.444756] procd: - early - 
 +[    9.448135] procd: - watchdog - 
 +[   10.242775] procd: - watchdog - 
 +[   10.246702] procd: - ubus - 
 +[   10.446307] random: ubusd: uninitialized urandom read (4 bytes read) 
 +[   10.455636] random: ubusd: uninitialized urandom read (4 bytes read) 
 +[   10.462894] random: ubusd: uninitialized urandom read (4 bytes read) 
 +[   10.480135] procd: - init - 
 +Please press Enter to activate this console. 
 +[   11.812292] random: jshn: uninitialized urandom read (4 bytes read) 
 +[   11.871186] random: ubusd: uninitialized urandom read (4 bytes read) 
 +[   11.903299] random: ubus: uninitialized urandom read (4 bytes read) 
 +[   11.936113] kmodloader: loading kernel modules from /etc/modules.d/
 +[   12.545410] Loading modules backported from Linux version v5.15.58-0-g7d8048d4e064 
 +[   12.553179] Backport generated by backports.git v5.15.58-1-0-g42a95ce7 
 +[   12.931785] urngd: v1.0.2 started. 
 +[   12.939202] mt76_wmac 10300000.wmac: ASIC revision: 76280001 
 +[   13.202412] random: crng init done 
 +[   13.205941] random: 24 urandom warning(s) missed due to ratelimiting 
 +[   13.975410] mt76_wmac 10300000.wmac: Firmware Version: 20151201 
 +[   13.981438] mt76_wmac 10300000.wmac: Build Time: 20151201183641 
 +[   14.002726] mt76_wmac 10300000.wmac: firmware init done 
 +[   14.355228] mt76x2e 0000:01:00.0: card - bus=0x1, slot = 0x0 irq=4 
 +[   14.361784] mt76x2e 0000:01:00.0: ASIC revision: 76120044 
 +[   15.662069] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a 
 +[   15.680570] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00 
 +[   15.686227] mt76x2e 0000:01:00.0: Build: 1 
 +[   15.690379] mt76x2e 0000:01:00.0: Build Time: 201607111443____ 
 +[   15.712742] mt76x2e 0000:01:00.0: Firmware running! 
 +[   15.866676] PPP generic driver version 2.4.2 
 +[   15.884873] NET: Registered protocol family 24 
 +[   15.918934] kmodloader: done loading kernel modules from /etc/modules.d/
 +</nowiki>
 </WRAP>\\ </WRAP>\\
  
Line 631: Line 882:
  
 ===== Tags ===== ===== Tags =====
-[[meta:tags|How to add tags]] +{{tag>MIPS ramips mt7628an 16Flash 64RAM 1port fastethernet wlan 802.11abgn 802.11a 802.11bgn 802.11ac wall_plug 1button mains_powered Serial U-Boot}}
-{{tag>EXAMPLETAG unsupported}}+
  • Last modified: 2024/11/05 17:55
  • by griba