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
toh:blueendless:u35wf [2024/02/12 11:13] – external edit toh:blueendless:u35wf [2024/09/07 06:07] – [Flash Layout] add table reukiodo
Line 5: Line 5:
 USE https://openwrt.org/meta/create_new_device_page */ USE https://openwrt.org/meta/create_new_device_page */
  
-The Blueendless U35WF is a small 3.5" HD enclosure powered by a MediaTek 7620A SoC with 100Mb/s ethernet, WiFi3, USB2, and 12V SATA for a 3.5" hard drive.+The Blueendless U35WF is a small 3.5" HD enclosure powered by a MediaTek 7620A SoC with 100Mb/s ethernet, WiFi3, USB2, and 12V SATA for a 3.5" hard drive. Newer models may have the same version and come with 128MB RAM instead of 64MB.
  
 /*****/ /*****/
Line 40: Line 40:
   "filterColumns": {"model": "^U35WF$"}   "filterColumns": {"model": "^U35WF$"}
 } --> } -->
 +
 +Newer models may have the same version and come with 128MB RAM instead of 64MB.
  
 ===== Installation ===== ===== Installation =====
Line 70: Line 72:
 mtd6: 007b0000 00010000 "rootfs_data" mtd6: 007b0000 00010000 "rootfs_data"
 root@U35WF:~#  root@U35WF:~# 
 +
 +[ 0.567352] m25p80 spi0.0: mx25l12805d (16384 Kbytes)
 +[ 0.577527] 4 fixed-partitions partitions found on MTD device spi0.0
 +[ 0.590199] Creating 4 MTD partitions on "spi0.0":
 +[ 0.599764] 0x000000000000-0x000000030000 : "u-boot"
 +[ 0.610606] 0x000000030000-0x000000040000 : "u-boot-env"
 +[ 0.622146] 0x000000040000-0x000000050000 : "factory"
 +[ 0.633144] 0x000000050000-0x000001000000 : "firmware"
 +[ 0.647231] 2 uimage-fw partitions found on MTD device firmware
 +[ 0.659101] Creating 2 MTD partitions on "firmware":
 +[ 0.668999] 0x000000000000-0x00000017e82f : "kernel"
 +[ 0.679834] 0x00000017e82f-0x000000fb0000 : "rootfs"
 +[ 0.690616] mtd: device 5 (rootfs) set to be root filesystem
 +[ 0.703534] 1 squashfs-split partitions found on MTD device rootfs
 +[ 0.715926] 0x0000003e0000-0x000000fb0000 : "rootfs_data"
 </code> </code>
 +
 +^ Layer0 |  raw flash, 16 MiB  ||||||
 +^ Layer1 |  **mtd0** \\ ''u-boot'' \\ 192 KiB  |  **mtd1** \\ ''u-boot-env'' \\ 64 KiB  |  **mtd2** \\ ''factory'' \\ 64 KiB  |  **mtd3** - ''firmware'' \\ 16064 KiB <sub><sup>(= FlashSize-(192+64+64))</sup></sub>  |||
 +^ Layer2 |:::|:::|::: **mtd4** \\ ''kernel'' \\ ~1530 KiB  |  **mtd5** - ''rootfs'' ~14534 KiB  ||
 +^ Layer3 |:::|:::|:::|:::                        **''/dev/root''** \\ ~2438 KiB  |  **mtd6** \\ ''rootfs_data'' \\ ~12096 KiB  |
  
 ==== OEM easy installation ==== ==== OEM easy installation ====
Line 122: Line 144:
   "filterColumns": {"model": "^U35WF$"}   "filterColumns": {"model": "^U35WF$"}
 } --> } -->
 +
 +Newer models may have the same version and come with 128MB RAM instead of 64MB.
  
 ==== Photos ==== ==== Photos ====
  • Last modified: 2024/09/07 14:46
  • by reukiodo