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:linksys:whw03_v1 [2024/05/15 06:13] – [Serial] lanchon | toh:linksys:whw03_v1 [2024/07/17 06:09] – [Repartitioning] lanchon | ||
|---|---|---|---|
| Line 163: | Line 163: | ||
| </ | </ | ||
| + | ==== Repartitioning ==== | ||
| + | |||
| + | For compatibility with stock firmware, and to allow returning to stock firmware, OpenWrt fits the complete install in the kernel/ | ||
| + | |||
| + | OpenWrt uses whatever remains unused of the rootfs partition as rootfs_data, | ||
| + | |||
| + | The following steps will configure 512 MiB rootfs+rootfs_data for each firmware copy (this is a dual firmware device), and the remaining 2.4 GiB space will be set up to be used as persistent storage that is not wiped/ | ||
| + | |||
| + | - Setup SSH access and verify that your stock GPT is exactly the same as mine: | ||
| + | |||
| + | < | ||
| + | root@OpenWrt:/# | ||
| + | 34+0 records in | ||
| + | 34+0 records out | ||
| + | 7a8c9529ee9e45be87407127e6905893 | ||
| + | </ | ||
| + | |||
| + | WARNING: VERIFY THAT YOUR GPT HASH IS THE SAME AS MINE! DO NOT PROCEED OTHERWISE! | ||
| + | |||
| + | - Backup your current configuration. | ||
| + | |||
| + | - Install these packages: gdisk sgdisk blkdiscard | ||
| + | |||
| + | - Install luci-app-attendedsysupgrade if you use LuCI, or install auc if you do not. | ||
| + | |||
| + | - Use " | ||
| + | |||
| + | IMPORTANT: DO NOT PROCEED WITHOUT DOING THE 2 SYSUPGRADES! For the procedure to succeed, the installed commands need to be in rootfs, not rootfs_data, | ||
| + | |||
| + | - Make backups of the GPT (partition table): | ||
| + | |||
| + | < | ||
| + | root@OpenWrt:/# | ||
| + | |||
| + | # backup primary copy of GPT: | ||
| + | |||
| + | root@OpenWrt:/# | ||
| + | 34+0 records in | ||
| + | 34+0 records out | ||
| + | |||
| + | # backup secondary copy of GPT: | ||
| + | |||
| + | root@OpenWrt:/# | ||
| + | 33+0 records in | ||
| + | 33+0 records out | ||
| + | </ | ||
| + | |||
| + | - Make backups of the stock partitions: | ||
| + | |||
| + | NOTE: The last partition (mmcblk0p19 " | ||
| + | It is 3.4 GiB in size, with an ext4 filesystem that only contains about 250 KiB of files (when i looked). | ||
| + | However this filesystem is not trimmed, and as time goes on it accumulates stale data in unused areas. | ||
| + | If the backup commands below fail with /tmp running out of space, this stale data is the culprit. | ||
| + | |||
| + | You then have 3 options: | ||
| + | |||
| + | 1) If one backup fits in /tmp, scp the first backup (see next step), remove it from /tmp, then do the second backup. | ||
| + | |||
| + | 2) Else pipe the backups over SSH (see below). Note that this might not work from a Windows PC due to character translations (but you could work some magic with base64 or similar). | ||
| + | |||
| + | 3) Or mount and fstrim the partition to remove the stale data (requires the " | ||
| + | |||
| + | < | ||
| + | # now you can backup the complete eMMC (GPTs and all partitions): | ||
| + | |||
| + | root@OpenWrt:/# | ||
| + | |||
| + | # or you can just backup the partition that will be wiped (but better if you do both backups): | ||
| + | |||
| + | root@OpenWrt:/# | ||
| + | |||
| + | # or if you ran out of space in /tmp, you can pipe the backups over SSH from your Linux PC: | ||
| + | |||
| + | you@your-pc: | ||
| + | you@your-pc: | ||
| + | |||
| + | # and test your backups after piping them, especially if done from a Windows PC: | ||
| + | |||
| + | you@your-pc: | ||
| + | </ | ||
| + | |||
| + | - Using SCP from your PC, bring all backup files to your PC and store them safely: | ||
| + | |||
| + | < | ||
| + | you@your-pc: | ||
| + | </ | ||
| + | |||
| + | WARNING: DO NOT PROCEED WITHOUT HAVING THE BACKUPS IN YOUR PC! STORE THEM SAFELY. | ||
| + | |||
| + | - Now comes the repartitioning, | ||
| + | |||
| + | < | ||
| + | root@OpenWrt: | ||
| + | |||
| + | # before starting, verify that the GPT hash matches expectation: | ||
| + | |||
| + | root@OpenWrt: | ||
| + | 34+0 records in | ||
| + | 34+0 records out | ||
| + | 7a8c9529ee9e45be87407127e6905893 | ||
| + | |||
| + | # DO NOT PROCEED IF THE ABOVE HEX STRING DOES NOT MATCH YOUR OUTPUT. | ||
| + | |||
| + | # unmount overlay: | ||
| + | |||
| + | root@OpenWrt: | ||
| + | |||
| + | # wipe/ | ||
| + | |||
| + | root@OpenWrt: | ||
| + | blkdiscard: Operation forced, data will be lost! | ||
| + | |||
| + | # copy rootfs contents to the disk location where the rootfs partition will be in the future: | ||
| + | |||
| + | root@OpenWrt: | ||
| + | 128+0 records in | ||
| + | 128+0 records out | ||
| + | |||
| + | # copy alt_rootfs contents to the disk location where the alt_rootfs partition will be in the future: | ||
| + | |||
| + | root@OpenWrt: | ||
| + | 128+0 records in | ||
| + | 128+0 records out | ||
| + | |||
| + | root@OpenWrt: | ||
| + | GPT fdisk (gdisk) version 1.0.10 | ||
| + | |||
| + | Partition table scan: | ||
| + | MBR: protective | ||
| + | BSD: not present | ||
| + | APM: not present | ||
| + | GPT: present | ||
| + | |||
| + | Found valid GPT with protective MBR; using GPT. | ||
| + | |||
| + | Command (? for help): p | ||
| + | Disk / | ||
| + | Sector size (logical/ | ||
| + | Disk identifier (GUID): 98101B32-BBE2-4BF2-A06E-2BB33D000C20 | ||
| + | Partition table holds up to 20 entries | ||
| + | Main partition table begins at sector 2 and ends at sector 6 | ||
| + | First usable sector is 34, last usable sector is 7634910 | ||
| + | Partitions will be aligned on 2-sector boundaries | ||
| + | Total free space is 0 sectors (0 bytes) | ||
| + | |||
| + | Number | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | 10 9762 | ||
| + | 11 | ||
| + | 12 | ||
| + | 13 | ||
| + | 14 | ||
| + | 15 | ||
| + | 16 294946 | ||
| + | 17 311330 | ||
| + | 18 573474 | ||
| + | 19 574498 | ||
| + | |||
| + | # resize GPT from non-standard 20 entries to standard 128 entries: | ||
| + | |||
| + | Command (? for help): x | ||
| + | |||
| + | Expert command (? for help): s | ||
| + | Current partition table size is 20. | ||
| + | Enter new size (19 up, default 128): | ||
| + | |||
| + | Expert command (? for help): m | ||
| + | |||
| + | Command (? for help): p | ||
| + | Disk / | ||
| + | Sector size (logical/ | ||
| + | Disk identifier (GUID): 98101B32-BBE2-4BF2-A06E-2BB33D000C20 | ||
| + | Partition table holds up to 128 entries | ||
| + | Main partition table begins at sector 2 and ends at sector 33 | ||
| + | First usable sector is 34, last usable sector is 7634910 | ||
| + | Partitions will be aligned on 2-sector boundaries | ||
| + | Total free space is 0 sectors (0 bytes) | ||
| + | |||
| + | Number | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | 10 9762 | ||
| + | 11 | ||
| + | 12 | ||
| + | 13 | ||
| + | 14 | ||
| + | 15 | ||
| + | 16 294946 | ||
| + | 17 311330 | ||
| + | 18 573474 | ||
| + | 19 574498 | ||
| + | |||
| + | # delete p19: | ||
| + | |||
| + | Command (? for help): d | ||
| + | Partition number (1-19): 19 | ||
| + | |||
| + | Command (? for help): p | ||
| + | Disk / | ||
| + | Sector size (logical/ | ||
| + | Disk identifier (GUID): 98101B32-BBE2-4BF2-A06E-2BB33D000C20 | ||
| + | Partition table holds up to 128 entries | ||
| + | Main partition table begins at sector 2 and ends at sector 33 | ||
| + | First usable sector is 34, last usable sector is 7634910 | ||
| + | Partitions will be aligned on 2-sector boundaries | ||
| + | Total free space is 7060413 sectors (3.4 GiB) | ||
| + | |||
| + | Number | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | 10 9762 | ||
| + | 11 | ||
| + | 12 | ||
| + | 13 | ||
| + | 14 | ||
| + | 15 | ||
| + | 16 294946 | ||
| + | 17 311330 | ||
| + | 18 573474 | ||
| + | |||
| + | Command (? for help): v | ||
| + | |||
| + | Problem: partitions 15 and 14 overlap: | ||
| + | Partition 15: 32802 to 294945 | ||
| + | Partition 14: 16418 to 294945 | ||
| + | |||
| + | Problem: partitions 17 and 16 overlap: | ||
| + | Partition 17: 311330 to 573473 | ||
| + | Partition 16: 294946 to 573473 | ||
| + | |||
| + | Identified 2 problems! | ||
| + | |||
| + | # delete rootfs and recreate it where p19 was with size 512 MiB: | ||
| + | |||
| + | Command (? for help): d | ||
| + | Partition number (1-18): 15 | ||
| + | |||
| + | Command (? for help): n | ||
| + | Partition number (15-128, default 15): | ||
| + | First sector (574498-7634910, | ||
| + | Last sector (574498-7634910, | ||
| + | Current type is 8300 (Linux filesystem) | ||
| + | Hex code or GUID (L to show codes, Enter = 8300): | ||
| + | Changed type of partition to 'Linux filesystem' | ||
| + | |||
| + | Command (? for help): c | ||
| + | Partition number (1-18): 15 | ||
| + | Enter name: rootfs | ||
| + | |||
| + | Command (? for help): p | ||
| + | Disk / | ||
| + | Sector size (logical/ | ||
| + | Disk identifier (GUID): 98101B32-BBE2-4BF2-A06E-2BB33D000C20 | ||
| + | Partition table holds up to 128 entries | ||
| + | Main partition table begins at sector 2 and ends at sector 33 | ||
| + | First usable sector is 34, last usable sector is 7634910 | ||
| + | Partitions will be aligned on 2-sector boundaries | ||
| + | Total free space is 6011837 sectors (2.9 GiB) | ||
| + | |||
| + | Number | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | 10 9762 | ||
| + | 11 | ||
| + | 12 | ||
| + | 13 | ||
| + | 14 | ||
| + | 15 574498 | ||
| + | 16 294946 | ||
| + | 17 311330 | ||
| + | 18 573474 | ||
| + | |||
| + | # delete alt_rootfs and recreate it after the new rootfs with size 512 MiB: | ||
| + | |||
| + | Command (? for help): d | ||
| + | Partition number (1-18): 17 | ||
| + | |||
| + | Command (? for help): n | ||
| + | Partition number (17-128, default 17): | ||
| + | First sector (1623074-7634910, | ||
| + | Last sector (1623074-7634910, | ||
| + | Current type is 8300 (Linux filesystem) | ||
| + | Hex code or GUID (L to show codes, Enter = 8300): | ||
| + | Changed type of partition to 'Linux filesystem' | ||
| + | |||
| + | Command (? for help): c | ||
| + | Partition number (1-18): 17 | ||
| + | Enter name: alt_rootfs | ||
| + | |||
| + | Command (? for help): p | ||
| + | Disk / | ||
| + | Sector size (logical/ | ||
| + | Disk identifier (GUID): 98101B32-BBE2-4BF2-A06E-2BB33D000C20 | ||
| + | Partition table holds up to 128 entries | ||
| + | Main partition table begins at sector 2 and ends at sector 33 | ||
| + | First usable sector is 34, last usable sector is 7634910 | ||
| + | Partitions will be aligned on 2-sector boundaries | ||
| + | Total free space is 4963261 sectors (2.4 GiB) | ||
| + | |||
| + | Number | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | 10 9762 | ||
| + | 11 | ||
| + | 12 | ||
| + | 13 | ||
| + | 14 | ||
| + | 15 574498 | ||
| + | 16 294946 | ||
| + | 17 | ||
| + | 18 573474 | ||
| + | |||
| + | # create new ' | ||
| + | |||
| + | Command (? for help): n | ||
| + | Partition number (19-128, default 19): | ||
| + | First sector (2671650-7634910, | ||
| + | Last sector (2671650-7634910, | ||
| + | Current type is 8300 (Linux filesystem) | ||
| + | Hex code or GUID (L to show codes, Enter = 8300): | ||
| + | Changed type of partition to 'Linux filesystem' | ||
| + | |||
| + | Command (? for help): c | ||
| + | Partition number (1-19): 19 | ||
| + | Enter name: extra | ||
| + | |||
| + | Command (? for help): p | ||
| + | Disk / | ||
| + | Sector size (logical/ | ||
| + | Disk identifier (GUID): 98101B32-BBE2-4BF2-A06E-2BB33D000C20 | ||
| + | Partition table holds up to 128 entries | ||
| + | Main partition table begins at sector 2 and ends at sector 33 | ||
| + | First usable sector is 34, last usable sector is 7634910 | ||
| + | Partitions will be aligned on 2-sector boundaries | ||
| + | Total free space is 1 sectors (512 bytes) | ||
| + | |||
| + | Number | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | 10 9762 | ||
| + | 11 | ||
| + | 12 | ||
| + | 13 | ||
| + | 14 | ||
| + | 15 574498 | ||
| + | 16 294946 | ||
| + | 17 | ||
| + | 18 573474 | ||
| + | 19 | ||
| + | |||
| + | # write the altered GPT and reboot the router: | ||
| + | |||
| + | Command (? for help): w | ||
| + | |||
| + | Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING | ||
| + | PARTITIONS!! | ||
| + | |||
| + | Do you want to proceed? (Y/N): y | ||
| + | OK; writing new GUID partition table (GPT) to / | ||
| + | Warning: The kernel is still using the old partition table. | ||
| + | The new table will be used at the next reboot or after you | ||
| + | run partprobe(8) or kpartx(8) | ||
| + | The operation has completed successfully. | ||
| + | |||
| + | root@OpenWrt: | ||
| + | root@OpenWrt: | ||
| + | Connection to 192.168.1.1 closed. | ||
| + | |||
| + | </ | ||
| + | |||
| + | - Finally, you need to do a sysupgrade for the rootfs_data filesystem to grow and fill its new larger partition. So do one last Attended Sysupgrade and profit! | ||
| + | |||
| + | - You can also format the 2.4 GiB " | ||
| ==== OEM easy installation ==== | ==== OEM easy installation ==== | ||
| Line 351: | Line 767: | ||
| ==== OEM bootlog ==== | ==== OEM bootlog ==== | ||
| <WRAP bootlog> | <WRAP bootlog> | ||
| - | <nowiki>COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE</nowiki> | + | Format: Log Type - Time(microsec) - Message - Optional Info |
| + | Log Type: B - Since Boot(Power On Reset), | ||
| + | S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.1-00108 | ||
| + | S - IMAGE_VARIANT_STRING=DAAAANAZA | ||
| + | S - OEM_IMAGE_VERSION_STRING=CRM | ||
| + | S - Boot Config, 0x00000023 | ||
| + | S - Reset status Config, 0x00000000 | ||
| + | S - Core 0 Frequency, 0 MHz | ||
| + | B - 261 - PBL, Start | ||
| + | B - 1339 - bootable_media_detect_entry, | ||
| + | B - 125694 - bootable_media_detect_success, | ||
| + | B - 125708 - elf_loader_entry, | ||
| + | B - 128543 - auth_hash_seg_entry, | ||
| + | B - 130691 - auth_hash_seg_exit, | ||
| + | B - 168104 - elf_segs_hash_verify_entry, | ||
| + | B - 282211 - PBL, End | ||
| + | B - 282235 - SBL1, Start | ||
| + | B - 374260 - pm_device_init, | ||
| + | D - 9 - pm_device_init, | ||
| + | B - 375767 - boot_flash_init, | ||
| + | D - 37604 - boot_flash_init, | ||
| + | B - 417719 - boot_config_data_table_init, | ||
| + | D - 3300 - boot_config_data_table_init, | ||
| + | B - 425379 - clock_init, Start | ||
| + | D - 7517 - clock_init, Delta | ||
| + | B - 436768 - CDT version: | ||
| + | B - 440174 - sbl1_ddr_set_params, | ||
| + | B - 445269 - cpr_init, Start | ||
| + | D - 2 - cpr_init, Delta | ||
| + | B - 449652 - Pre_DDR_clock_init, | ||
| + | D - 4 - Pre_DDR_clock_init, | ||
| + | D - 13172 - sbl1_ddr_set_params, | ||
| + | B - 462947 - pm_driver_init, | ||
| + | D - 2 - pm_driver_init, | ||
| + | B - 533989 - sbl1_wait_for_ddr_training, | ||
| + | D - 27 - sbl1_wait_for_ddr_training, | ||
| + | B - 550390 - Image Load, Start | ||
| + | D - 15805 - QSEE Image Loaded, Delta - (269176 Bytes) | ||
| + | B - 566623 - Image Load, Start | ||
| + | D - 1031 - SEC Image Loaded, Delta - (0 Bytes) | ||
| + | B - 576497 - Image Load, Start | ||
| + | D - 13562 - APPSBL Image Loaded, Delta - (444963 Bytes) | ||
| + | B - 590485 - QSEE Execution, Start | ||
| + | D - 60 - QSEE Execution, Delta | ||
| + | B - 596681 - SBL1, End | ||
| + | D - 316559 - SBL1, Delta | ||
| + | S - Flash Throughput, 23831 KB/s (714910 Bytes, | ||
| + | S - DDR Frequency, 672 MHz | ||
| + | |||
| + | |||
| + | U-Boot 2012.07 [Chaos Calmer 15.05.1, | ||
| + | |||
| + | CBT U-Boot ver: 0.0.22 | ||
| + | |||
| + | smem ram ptable found: ver: 1 len: 3 | ||
| + | DRAM: 512 MiB | ||
| + | machid : 0x8010006 | ||
| + | NAND: SF NAND unsupported id: | ||
| + | ipq_spi: SPI Flash not found (bus/ | ||
| + | 0 MiB | ||
| + | MMC: | ||
| + | PCI0 Link Intialized | ||
| + | In: serial | ||
| + | Out: | ||
| + | Err: | ||
| + | machid: 8010006 | ||
| + | flash_type: 1 => [eMMC] | ||
| + | LED(PCA963x) initializing ... done | ||
| + | Net: MAC0 addr: | ||
| + | PHY ID1: 0x4d | ||
| + | PHY ID2: 0xd0b2 | ||
| + | ipq40xx_ess_sw_init done | ||
| + | eth0 | ||
| + | DEVINFO: devinfo_init EMMC ... DONE | ||
| + | Updating boot_count ... Done | ||
| + | Hit any key to stop autoboot: | ||
| + | |||
| + | MMC read: dev # 0, block # 294946, count 16384 ... 16384 blocks read: OK | ||
| + | ## Booting kernel from FIT Image at 84000000 ... | ||
| + | Using ' | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 2601280 Bytes = 2.5 MiB | ||
| + | | ||
| + | | ||
| + | Load Address: 0x80208000 | ||
| + | Entry Point: | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | | ||
| + | ## Flattened Device Tree from FIT Image at 84000000 | ||
| + | Using ' | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 39050 Bytes = 38.1 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | | ||
| + | | ||
| + | | ||
| + | OK | ||
| + | | ||
| + | eth1 MAC Address from ART is not valid | ||
| + | Using machid 0x8010006 from environment | ||
| + | |||
| + | Starting kernel ... | ||
| + | |||
| + | [ 0.000000] Booting Linux on physical CPU 0x0 | ||
| + | [ 0.000000] Linux version 3.14.77 (root@build-vm) (gcc version 4.8.3 (OpenWrt/ | ||
| + | [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d | ||
| + | [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache | ||
| + | [ 0.000000] Machine model: Linksys Nodes based on Qualcomm Technologies, | ||
| + | [ 0.000000] Reserved memory: failed to reserve memory for node ' | ||
| + | [ 0.000000] Memory policy: Data cache writealloc | ||
| + | [ 0.000000] PERCPU: Embedded 8 pages/cpu @dfbc7000 s8448 r8192 d16128 u32768 | ||
| + | [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 127232 | ||
| + | [ 0.000000] Kernel command line: init=/ | ||
| + | [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) | ||
| + | [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) | ||
| + | [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) | ||
| + | [ 0.000000] Memory: 500496K/ | ||
| + | [ 0.000000] Virtual kernel memory layout: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, | ||
| + | [ 0.000000] Preemptible hierarchical RCU implementation. | ||
| + | [ 0.000000] NR_IRQS:16 nr_irqs:16 16 | ||
| + | [ 0.000000] Architected cp15 timer(s) running at 48.00MHz (virt). | ||
| + | [ 0.000008] sched_clock: | ||
| + | [ 0.000019] Switching to timer-based delay loop | ||
| + | [ 0.000343] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) | ||
| + | [ 0.000361] pid_max: default: 32768 minimum: 301 | ||
| + | [ 0.000639] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | [ 0.000653] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | [ 0.012355] CPU: Testing write buffer coherency: ok | ||
| + | [ 0.012713] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 | ||
| + | [ 0.012786] Setting up static identity map for 0x802137b0 - 0x80213808 | ||
| + | [ 0.090630] CPU1: Booted secondary processor | ||
| + | [ 0.090675] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 | ||
| + | [ 0.110623] CPU2: Booted secondary processor | ||
| + | [ 0.110658] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 | ||
| + | [ 0.130657] CPU3: Booted secondary processor | ||
| + | [ 0.130692] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 | ||
| + | [ 0.130831] Brought up 4 CPUs | ||
| + | [ 0.130876] SMP: Total of 4 processors activated (384.00 BogoMIPS). | ||
| + | [ 0.130884] CPU: All CPU(s) started in SVC mode. | ||
| + | [ 0.141313] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 | ||
| + | [ 0.141691] pinctrl core: initialized pinctrl subsystem | ||
| + | [ 0.142136] regulator-dummy: | ||
| + | [ 0.142794] NET: Registered protocol family 16 | ||
| + | [ 0.144390] DMA: preallocated 2048 KiB pool for atomic coherent allocations | ||
| + | [ 0.144920] cpuidle: using governor ladder | ||
| + | [ 0.144933] cpuidle: using governor menu | ||
| + | [ 0.154115] hw-breakpoint: | ||
| + | [ 0.154123] hw-breakpoint: | ||
| + | [ 0.154131] hw-breakpoint: | ||
| + | [ 0.154135] hw-breakpoint: | ||
| + | [ 0.154168] hw-breakpoint: | ||
| + | [ 0.154254] | ||
| + | [ 0.154254] Version Rollback Feature Disabled | ||
| + | [ 0.157569] i2c-msm-v2 78b7000.i2c: | ||
| + | [ 0.159031] sps:sps is ready. | ||
| + | [ 0.165549] bio: create slab <bio-0> at 0 | ||
| + | [ 0.167086] SD0 VccQ: 1800 <--> 3000 mV | ||
| + | [ 0.167599] SCSI subsystem initialized | ||
| + | [ 0.168462] msm_bus_fabric_init_driver | ||
| + | [ 0.168636] msm_bus_device 580000.ad-hoc-bus: | ||
| + | [ 0.168652] msm_bus_device 580000.ad-hoc-bus: | ||
| + | [ 0.168671] msm_bus_device 580000.ad-hoc-bus: | ||
| + | [ 0.168716] msm_bus_device 580000.ad-hoc-bus: | ||
| + | [ 0.168730] msm_bus_device 580000.ad-hoc-bus: | ||
| + | [ 0.168747] msm_bus_device 580000.ad-hoc-bus: | ||
| + | [ 0.194920] Bluetooth: Core ver 2.18 | ||
| + | [ 0.194993] NET: Registered protocol family 31 | ||
| + | [ 0.195004] Bluetooth: HCI device and connection manager initialized | ||
| + | [ 0.195023] Bluetooth: HCI socket layer initialized | ||
| + | [ 0.195038] Bluetooth: L2CAP socket layer initialized | ||
| + | [ 0.195105] Bluetooth: SCO socket layer initialized | ||
| + | [ 0.195293] 80000.qcom, | ||
| + | [ 0.195368] 80000.qcom, | ||
| + | [ 0.195429] 80000.qcom, | ||
| + | [ 0.195482] 80000.qcom, | ||
| + | [ 0.290547] msm_pcie_enable: | ||
| + | [ 0.300493] msm_pcie_enable: | ||
| + | [ 0.320490] msm_pcie_enable: | ||
| + | [ 0.460634] msm_pcie_enable: | ||
| + | [ 0.460869] PCI host bridge to bus 0000:00 | ||
| + | [ 0.460892] pci_bus 0000:00: root bus resource [io 0x40200000-0x402fffff] | ||
| + | [ 0.460908] pci_bus 0000:00: root bus resource [mem 0x40300000-0x40ffffff] | ||
| + | [ 0.460924] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] | ||
| + | [ 0.461008] msm_pcie_oper_conf: | ||
| + | [ 0.461432] PCI: bus0: Fast back to back transfers disabled | ||
| + | [ 0.461451] pci 0000: | ||
| + | [ 0.461733] msm_pcie_oper_conf: | ||
| + | [ 0.462284] PCI: bus1: Fast back to back transfers disabled | ||
| + | [ 0.462380] msm_pcie_oper_conf: | ||
| + | [ 0.462416] pci 0000: | ||
| + | [ 0.462434] pci 0000: | ||
| + | [ 0.462466] pci 0000: | ||
| + | [ 0.462506] pci 0000: | ||
| + | [ 0.462528] pci 0000: | ||
| + | [ 0.462550] msm_pcie_probe: | ||
| + | [ 0.462848] Switched to clocksource arch_sys_counter | ||
| + | [ 0.464669] NET: Registered protocol family 2 | ||
| + | [ 0.465940] TCP established hash table entries: 4096 (order: 2, 16384 bytes) | ||
| + | [ 0.466015] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) | ||
| + | [ 0.466104] TCP: Hash tables configured (established 4096 bind 4096) | ||
| + | [ 0.466161] TCP: reno registered | ||
| + | [ 0.466180] UDP hash table entries: 256 (order: 1, 8192 bytes) | ||
| + | [ 0.466210] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) | ||
| + | [ 0.466559] NET: Registered protocol family 1 | ||
| + | [ 0.467340] hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver, 5 counters available | ||
| + | [ 0.468741] futex hash table entries: 1024 (order: 4, 65536 bytes) | ||
| + | [ 0.478170] squashfs: version 4.0 (2009/01/31) Phillip Lougher | ||
| + | [ 0.478188] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | [ 0.479149] msgmni has been set to 977 | ||
| + | [ 0.480829] Key type asymmetric registered | ||
| + | [ 0.480848] Asymmetric key parser ' | ||
| + | [ 0.480885] io scheduler noop registered | ||
| + | [ 0.480895] io scheduler deadline registered (default) | ||
| + | [ 0.481768] tcsr 194b000.tcsr: | ||
| + | [ 0.481837] tcsr 1953000.ess_tcsr: | ||
| + | [ 0.481904] tcsr 1949000.tcsr: | ||
| + | [ 0.481966] tcsr 1957000.tcsr: | ||
| + | [ 0.482673] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled | ||
| + | [ 0.483727] msm_serial_hsl_probe: | ||
| + | [ 0.483770] msm_serial_hsl_probe: | ||
| + | [ 0.483924] 78af000.serial: | ||
| + | [ 0.484000] msm_hsl_console_setup: | ||
| + | [ 1.290285] console [ttyMSM0] enabled | ||
| + | [ 1.294371] msm_serial_hsl_init: | ||
| + | [ 1.299317] uart_tx_gpio is not available | ||
| + | [ 1.302787] uart_rx_gpio is not available | ||
| + | [ 1.306824] uart_cts_gpio is not available | ||
| + | [ 1.310863] uart_rfr_gpio is not available | ||
| + | [ 1.314963] Wakeup irq not specified. | ||
| + | [ 1.318592] BLSP UART: Bus scaling is disabled. | ||
| + | [ 1.323325] sps: BAM device 0x07884000 is not registered yet. | ||
| + | [ 1.328830] sps:BAM 0x07884000 is registered. | ||
| + | [ 1.333337] 78b0000.uart: | ||
| + | [ 1.342613] qca_serial_hs module loaded | ||
| + | [ 1.350125] spi_qsd 78b6000.spi: | ||
| + | [ 1.354782] spi_master spi1: spi_device register error / | ||
| + | [ 1.373433] libphy: ipq40xx_mdio: | ||
| + | [ 1.379870] ipq40xx-mdio 90000.mdio: ipq40xx-mdio driver was registered | ||
| + | [ 1.385540] tun: Universal TUN/TAP device driver, 1.6 | ||
| + | [ 1.390488] tun: (C) 1999-2004 Max Krasnyansky < | ||
| + | [ 1.396803] PPP generic driver version 2.4.2 | ||
| + | [ 1.401073] PPP BSD Compression module registered | ||
| + | [ 1.405613] PPP Deflate Compression module registered | ||
| + | [ 1.410628] NET: Registered protocol family 24 | ||
| + | [ 1.415070] i2c /dev entries driver | ||
| + | [ 1.420060] Bluetooth: HCI UART driver ver 2.2 | ||
| + | [ 1.423501] Bluetooth: HCI H4 protocol initialized | ||
| + | [ 1.428243] Bluetooth: HCI BCSP protocol initialized | ||
| + | [ 1.433802] sdhci: Secure Digital Host Controller Interface driver | ||
| + | [ 1.439352] sdhci: Copyright(c) Pierre Ossman | ||
| + | [ 1.443717] sdhci-pltfm: | ||
| + | [ 1.449880] sdhci_msm 7824900.sdhci: | ||
| + | [ 1.555019] sdhci_msm 7824900.sdhci: | ||
| + | [ 1.565306] mmc0: no vmmc regulator found | ||
| + | [ 1.612884] mmc0: SDHCI controller on 7824900.sdhci [7824900.sdhci] using ADMA | ||
| + | [ 1.619425] leds-pca963x 0-0062: PCA963X_HW_BLINK ON | ||
| + | [ 1.643877] leds-pca963x 0-0062: PCA963X LED initialize ok done | ||
| + | [ 1.651143] hidraw: raw HID events driver (C) Jiri Kosina | ||
| + | [ 1.664047] u32 classifier | ||
| + | [ 1.667848] | ||
| + | [ 1.670673] | ||
| + | [ 1.674324] Netfilter messages via NETLINK v0.30. | ||
| + | [ 1.678997] nfnl_acct: registering with nfnetlink. | ||
| + | [ 1.683885] nf_conntrack version 0.5.0 (7820 buckets, 31280 max) | ||
| + | [ 1.690501] ctnetlink v0.93: registering with nfnetlink. | ||
| + | [ 1.695217] nf_conntrack_rtsp v0.7 loading | ||
| + | [ 1.699267] ip_set: protocol 6 | ||
| + | [ 1.702405] gre: GRE over IPv4 demultiplexor driver | ||
| + | [ 1.707054] ip_gre: GRE over IPv4 tunneling driver | ||
| + | [ 1.713386] mmc0: BKOPS_EN bit is not set | ||
| + | [ 1.716540] nf_nat_rtsp v0.7 loading | ||
| + | [ 1.720021] ip_tables: (C) 2000-2006 Netfilter Core Team | ||
| + | [ 1.725523] TCP: cubic registered | ||
| + | [ 1.729335] NET: Registered protocol family 10 | ||
| + | [ 1.734661] ip6_tables: (C) 2000-2006 Netfilter Core Team | ||
| + | [ 1.739563] sit: IPv6 over IPv4 tunneling driver | ||
| + | [ 1.751418] mmc0: new HS200 MMC card at address 0001 | ||
| + | [ 1.756050] mmcblk0: mmc0:0001 4FPD3R 3.64 GiB | ||
| + | [ 1.756633] NET: Registered protocol family 17 | ||
| + | [ 1.756768] Bridge firewalling registered | ||
| + | [ 1.756780] Ebtables v2.0 registered | ||
| + | [ 1.771998] Bluetooth: RFCOMM TTY layer initialized | ||
| + | [ 1.772260] mmcblk0boot0: | ||
| + | [ 1.772574] mmcblk0boot1: | ||
| + | [ 1.772873] mmcblk0rpmb: | ||
| + | [ 1.774898] GPT: device [179:15] (rootfs) set to be root filesystem | ||
| + | [ 1.774926] | ||
| + | [ 1.780471] | ||
| + | [ 1.781637] | ||
| + | [ 1.818179] Bluetooth: RFCOMM socket layer initialized | ||
| + | [ 1.823299] Bluetooth: RFCOMM ver 1.11 | ||
| + | [ 1.826971] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 | ||
| + | [ 1.832256] Bluetooth: BNEP filters: protocol multicast | ||
| + | [ 1.837509] Bluetooth: BNEP socket layer initialized | ||
| + | [ 1.842416] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 | ||
| + | [ 1.848342] Bluetooth: HIDP socket layer initialized | ||
| + | [ 1.853308] l2tp_core: L2TP core driver, V2.0 | ||
| + | [ 1.857619] l2tp_ppp: PPPoL2TP kernel driver, V2.0 | ||
| + | [ 1.862377] l2tp_netlink: | ||
| + | [ 1.867030] 8021q: 802.1Q VLAN Support v1.8 | ||
| + | [ 1.871322] Registering SWP/SWPB emulation handler | ||
| + | [ 1.877298] regulator-dummy: | ||
| + | [ 1.881158] input: gpio_keys.6 as / | ||
| + | [ 1.887182] drivers/ | ||
| + | [ 1.896831] clk: Not disabling unused clocks | ||
| + | [ 1.904125] EXT4-fs (mmcblk0p17): | ||
| + | [ 1.911311] VFS: Mounted root (ext4 filesystem) readonly on device 179:17. | ||
| + | [ 1.918513] Freeing unused kernel memory: 208K (c08a8000 - c08dc000) | ||
| + | ********************************************************************************* | ||
| + | _ _ __ _ __ _____ __ __ _____ | ||
| + | | | | || \ | | / // ____]\ \ / // ____]TM | ||
| + | | | | || \ | | / /| (___ \ V /| (____ | ||
| + | | | | || |\ \| |\ \ \____ \ \ / \____ \ | ||
| + | | |_____ | || | \ | \ \ ____) | | | ____) | | ||
| + | | ||
| + | |||
| + | (c) 2013 Belkin International, | ||
| + | | ||
| + | ********************************************************************************* | ||
| + | [utopia][init] System Initialization | ||
| + | [utopia][init] Creating /proc | ||
| + | [utopia][init] Creating /sys | ||
| + | [utopia][init] Creating /dev | ||
| + | [utopia][init] Creating /tmp | ||
| + | [utopia][init] Allocating 250M for /tmp | ||
| + | [utopia][init] Prepairing /dev/pts | ||
| + | [utopia][init] Setting /tmp and /var permissions | ||
| + | [utopia][init] Starting udev.. | ||
| + | [ 2.201987] EXT4-fs (mmcblk0p17): | ||
| + | [utopia][init] Checking HW version...1 | ||
| + | Attempting mount of syscfg partition | ||
| + | [utopia][init] Using persistent syscfg data from / | ||
| + | [utopia][init] Starting system logging | ||
| + | [utopia][init] Starting sysevent subsystem | ||
| + | [utopia][init] Starting blue ... | ||
| + | [utopia][init] Enabling DesignWare USB3 DRD Core drivers | ||
| + | [utopia][init] Loading QCA Ethernet, NSS and GMAC drivers | ||
| + | net.netfilter.nf_conntrack_acct = 1 | ||
| + | [utopia][init] Late loading usb drivers | ||
| + | [utopia][init] Setting any unset system values to default | ||
| + | [utopia][init] no persistence config file (/ | ||
| + | setting up MAC addresses for all interface based on 58: | ||
| + | Updating NTP Servers if necessary | ||
| + | [utopia][init] syscfg loaded removing tmp file | ||
| + | Program the switch... | ||
| + | [utopia][init] initializing ZigBee interface | ||
| + | [utopia][init] initializing V1 interface | ||
| + | [utopia][init] GPIO OUT 56 | ||
| + | [utopia][init] GPIO OUT 45 | ||
| + | [utopia][init] GPIO OUT 49 | ||
| + | [utopia][init] GPIO OUT 55 | ||
| + | [utopia][init] GPIO IN 50 | ||
| + | [utopia][init] ZigBee interface ready to use | ||
| + | checking for interactive script start up... | ||
| + | |||
| + | no user scheduled tasks found... | ||
| + | senq running | ||
| + | / | ||
| + | 1970-01-01 00:00:08: node-mode running | ||
| + | Updating BootCount MMC ... Done | ||
| + | |||
| + | attempting to sync sysinfo.cgi auth credentials | ||
| + | [utopia][init] Load WiFi cal data from eMMC(mmcblk0p10) to FS. | ||
| + | [utopia][init] Setup link to WiFi firmware and board data (US) | ||
| + | [utopia][init] BDF root dir is / | ||
| + | [utopia][init] Multi-region is not supported or not enabled | ||
| + | [utopia][init] Cert region: US | ||
| + | [utopia][init] No REGION definded, use FCC | ||
| + | NSS Auto scaling disabled | ||
| + | [utopia][init] Loading QCA Enhanced Connection manager | ||
| + | net.bridge.bridge-nf-call-ip6tables = 0 | ||
| + | net.bridge.bridge-nf-call-iptables = 0 | ||
| + | [utopia][init] Initializing BTLE interface | ||
| + | [utopia][init] Bluetooth Mac Address: 58 EF 68 67 3F 0A | ||
| + | [utopia][init] Cert Region: US | ||
| + | [utopia][init] BT PSR: / | ||
| + | Device setup complete | ||
| + | Loading PSKEY_HCI_LMP_LOCAL_VERSION ... done | ||
| + | Loading PSKEY_LMP_REMOTE_VERSION ... done | ||
| + | Loading 0x212c ... done | ||
| + | Loading 0x212d ... done | ||
| + | Loading 0x212e ... done | ||
| + | Loading 0x212f ... done | ||
| + | Loading 0x2130 ... done | ||
| + | Loading 0x2131 ... done | ||
| + | Loading 0x2132 ... done | ||
| + | Loading 0x2133 ... done | ||
| + | Loading 0x2134 ... done | ||
| + | Loading 0x2135 ... done | ||
| + | Loading 0x2136 ... done | ||
| + | Loading 0x2137 ... done | ||
| + | Loading 0x220b ... done | ||
| + | Loading 0x222b ... done | ||
| + | Loading 0x222c ... done | ||
| + | Loading 0x2139 ... done | ||
| + | Loading 0x213a ... done | ||
| + | Loading 0x213b ... done | ||
| + | Loading PSKEY_LC_MAX_TX_POWER ... done | ||
| + | Loading PSKEY_HOST_INTERFACE ... done | ||
| + | Loading 0x01ea ... done | ||
| + | Loading PSKEY_ANA_FREQ ... done | ||
| + | Loading PSKEY_ANA_FTRIM ... done | ||
| + | Loading 0x22c8 ... done | ||
| + | Loading 0x2480 ... done | ||
| + | Loading 0x2483 ... done | ||
| + | Loading 0x2484 ... done | ||
| + | Loading 0x2485 ... done | ||
| + | Loading 0x2493 ... done | ||
| + | Loading 0x2488 ... done | ||
| + | Device setup complete | ||
| + | Device setup complete | ||
| + | [utopia][init] BTLE interface ready to use | ||
| + | btsetup service | ||
| + | btsetup: btsetup-start | ||
| + | inserting fpbypass.ko for QCA | ||
| + | btsetup: Slave mode and Peripheral role | ||
| + | bluetoothd.init: | ||
| + | attempting to sync sysinfo.cgi auth credentials | ||
| + | bluetoothd.init: | ||
| + | adding group for lldpd user | ||
| + | Thu Oct 11 06:00:00 UTC 2012 | ||
| + | |||
| + | |||
| + | nodes login: Starting devicedb ... | ||
| + | |||
| + | DeviceDB database version 3 | ||
| + | Options: | ||
| + | Daemonize | ||
| + | Server UDS Path : / | ||
| + | Database File : / | ||
| + | DB Transient File : / | ||
| + | DeviceDB Daily Backup Cron job created | ||
| + | No TopoDB persistence data to import | ||
| + | TopoDB data not imported | ||
| + | ARP agent not started: not in master mode. | ||
| + | hcisetup: Enabled LE advertising | ||
| + | Starting ddd_ethernet_agent ... | ||
| + | udhcpc (v1.19.4) started | ||
| + | lldpd event ETH:: | ||
| + | lldpd event ETH:: | ||
| + | nss_build_bypass is called with ipv4_wan_ipaddr | ||
| + | lldpd event ipv4_wan_ipaddr 0.0.0.0 received. | ||
| + | Sending discover... | ||
| + | backhaul_switching status event default_router NULL received on backhaul_switching_mgr | ||
| + | Sending discover... | ||
| + | Sending discover... | ||
| + | No lease, forking to background | ||
| + | nss_build_bypass is called with lan-started | ||
| + | conntrack_parse running | ||
| + | creating conntrack cron job | ||
| + | ARP agent not started: not in master mode. | ||
| + | Lighttpd Model Base: WHW03B | ||
| + | Generating Rainier lighttpd config | ||
| + | service shield is called with ' | ||
| + | udhcpc (v1.19.4) started | ||
| + | shield will not run on non-master units | ||
| + | Sending discover... | ||
| + | Build temporary www configuration directory: | ||
| + | $1$l3HQGzvY$rBx/ | ||
| + | killall: thrulayd: no process killed | ||
| + | Registering Service Linksys04814._http._tcp.local port 80 | ||
| + | killall: thrulay: no process killed | ||
| + | Got a reply for Linksys04814._http._tcp.local.: | ||
| + | subscriber running | ||
| + | / | ||
| + | / | ||
| + | service_guardian.sh is called with lan-status | ||
| + | starting /sbin/nmbd for bridge mode | ||
| + | killall: mosquitto: no process killed | ||
| + | fastpath, sysevent received: bridge-status | ||
| + | Sending discover... | ||
| + | nodes_notificationevents: | ||
| + | net.bridge.bridge-nf-call-ip6tables = 0 | ||
| + | nodes_notificationevents: | ||
| + | net.bridge.bridge-nf-call-iptables = 0 | ||
| + | service shield is called with ' | ||
| + | shield will not run on non-master units | ||
| + | killall: mdns_lookup: | ||
| + | wifi, sysevent received: lan-started (Wed Oct 10 23:00:17 PDT 2012) | ||
| + | LookUpMaster call OK. | ||
| + | mDNS lookup is on going... | ||
| + | wifi, service_start() | ||
| + | [utopia][init] Loading GMAC and WLAN drivers | ||
| + | smart_connect, | ||
| + | Sending discover... | ||
| + | Starting smbd ... | ||
| + | No lease, forking to background | ||
| + | 5311 3214 | ||
| + | backhaul_switching status event system_state-normal received | ||
| + | backhaul_switching status event backhaul:: | ||
| + | Backhaul media 2 received, but wifi status is not started. Will do backhaul check later | ||
| + | [utopia][init] Creating wifi devices | ||
| + | ath0 | ||
| + | ath1 | ||
| + | ath10 | ||
| + | | ||
| + | Not ready for JNAP. Sleeping for 15 seconds... | ||
| + | Wireless backhaul connect is canceled, as wifi-status is not started, will start later... | ||
| + | smart connect client, generating client device data | ||
| + | ping: bad address ' | ||
| + | wifi, wifi_physical_start(ath0) | ||
| + | Auto channel | ||
| + | wifi, wifi_virtual_start(ath0) | ||
| + | wifi, wifi_user_start(ath0) | ||
| + | wifi_user, ath0 TxBF enabled | ||
| + | ifconfig: SIOCSIFFLAGS: | ||
| + | wifi, primary AP: ath0 is up (Wed Oct 10 23:00:31 PDT 2012) | ||
| + | wifi, wifi_guest_start(ath0) | ||
| + | wifi, guest ath2 is disabled, do not start wifi guest | ||
| + | wifi, wifi_smart_configured_start(ath0) | ||
| + | ath5 No such device | ||
| + | |||
| + | ath5 | ||
| + | wifi_user, ath5 TxBF enabled | ||
| + | ath4 No such device | ||
| + | |||
| + | ath4 | ||
| + | wifi, smart connect configured AP: ath5 is up | ||
| + | wifi, wifi_physical_start(ath1) | ||
| + | Auto channel | ||
| + | Following channels are blocked from Channel selection algorithm | ||
| + | [149] [153] [157] [161] [165] | ||
| + | wifi, wifi_virtual_start(ath1) | ||
| + | wifi, wifi_user_start(ath1) | ||
| + | wifi_user, ath1 TxBF enabled | ||
| + | wifi_user, ath1 MU-MIMO enabled | ||
| + | ifconfig: SIOCSIFFLAGS: | ||
| + | wifi, primary AP: ath1 is up (Wed Oct 10 23:00:33 PDT 2012) | ||
| + | wifi, wifi_guest_start(ath1) | ||
| + | wifi, guest ath3 is disabled, do not start wifi guest | ||
| + | wifi, wifi_physical_start(ath10) | ||
| + | Auto channel | ||
| + | Following channels are blocked from Channel selection algorithm | ||
| + | [36] [40] [44] [48] | ||
| + | wifi, wifi_virtual_start(ath10) | ||
| + | wifi, wifi_user_start(ath10) | ||
| + | wifi_user, ath10 TxBF enabled | ||
| + | wifi_user, ath10 MU-MIMO enabled | ||
| + | ifconfig: SIOCSIFFLAGS: | ||
| + | wifi, primary AP: ath10 is up (Wed Oct 10 23:00:35 PDT 2012) | ||
| + | wifi, wifi_guest_start(ath10) | ||
| + | wifi, guest ath6 is disabled, do not start wifi guest | ||
| + | wifi, start_hostapd() | ||
| + | wifi, start hostapd (Wed Oct 10 23:00:35 PDT 2012) | ||
| + | Configuration file: / | ||
| + | Configuration file: / | ||
| + | Configuration file: / | ||
| + | Configuration file: / | ||
| + | Configuration file: / | ||
| </ | </ | ||
| ==== OpenWrt bootlog ==== | ==== OpenWrt bootlog ==== | ||
| <WRAP bootlog> | <WRAP bootlog> | ||
| - | <nowiki>COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING</nowiki> | + | Format: Log Type - Time(microsec) - Message - Optional Info |
| + | Log Type: B - Since Boot(Power On Reset), | ||
| + | S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.1-00108 | ||
| + | S - IMAGE_VARIANT_STRING=DAAAANAZA | ||
| + | S - OEM_IMAGE_VERSION_STRING=CRM | ||
| + | S - Boot Config, 0x00000023 | ||
| + | S - Reset status Config, 0x00000010 | ||
| + | S - Core 0 Frequency, 0 MHz | ||
| + | B - 261 - PBL, Start | ||
| + | B - 1338 - bootable_media_detect_entry, | ||
| + | B - 56885 - bootable_media_detect_success, | ||
| + | B - 56899 - elf_loader_entry, | ||
| + | B - 59311 - auth_hash_seg_entry, | ||
| + | B - 61453 - auth_hash_seg_exit, | ||
| + | B - 96389 - elf_segs_hash_verify_entry, | ||
| + | B - 209798 - PBL, End | ||
| + | B - 209822 - SBL1, Start | ||
| + | B - 301847 - pm_device_init, | ||
| + | D - 9 - pm_device_init, | ||
| + | B - 303354 - boot_flash_init, | ||
| + | D - 93997 - boot_flash_init, | ||
| + | B - 401693 - boot_config_data_table_init, | ||
| + | D - 2841 - boot_config_data_table_init, | ||
| + | B - 409430 - clock_init, Start | ||
| + | D - 7527 - clock_init, Delta | ||
| + | B - 420719 - CDT version: | ||
| + | B - 424125 - sbl1_ddr_set_params, | ||
| + | B - 429220 - cpr_init, Start | ||
| + | D - 2 - cpr_init, Delta | ||
| + | B - 433603 - Pre_DDR_clock_init, | ||
| + | D - 4 - Pre_DDR_clock_init, | ||
| + | D - 13172 - sbl1_ddr_set_params, | ||
| + | B - 446898 - pm_driver_init, | ||
| + | D - 2 - pm_driver_init, | ||
| + | B - 517895 - sbl1_wait_for_ddr_training, | ||
| + | D - 28 - sbl1_wait_for_ddr_training, | ||
| + | B - 534290 - Image Load, Start | ||
| + | D - 15381 - QSEE Image Loaded, Delta - (269176 Bytes) | ||
| + | B - 550101 - Image Load, Start | ||
| + | D - 1031 - SEC Image Loaded, Delta - (0 Bytes) | ||
| + | B - 559955 - Image Load, Start | ||
| + | D - 13111 - APPSBL Image Loaded, Delta - (444963 Bytes) | ||
| + | B - 573493 - QSEE Execution, Start | ||
| + | D - 60 - QSEE Execution, Delta | ||
| + | B - 579687 - SBL1, End | ||
| + | D - 371977 - SBL1, Delta | ||
| + | S - Flash Throughput, 25669 KB/s (714910 Bytes, | ||
| + | S - DDR Frequency, 672 MHz | ||
| + | |||
| + | |||
| + | U-Boot 2012.07 [Chaos Calmer 15.05.1, | ||
| + | |||
| + | CBT U-Boot ver: 0.0.22 | ||
| + | |||
| + | smem ram ptable found: ver: 1 len: 3 | ||
| + | DRAM: 512 MiB | ||
| + | machid : 0x8010006 | ||
| + | NAND: SF NAND unsupported id: | ||
| + | ipq_spi: SPI Flash not found (bus/ | ||
| + | 0 MiB | ||
| + | MMC: | ||
| + | PCI0 Link Intialized | ||
| + | In: serial | ||
| + | Out: | ||
| + | Err: | ||
| + | machid: 8010006 | ||
| + | flash_type: 1 => [eMMC] | ||
| + | LED(PCA963x) initializing ... done | ||
| + | Net: MAC0 addr: | ||
| + | PHY ID1: 0x4d | ||
| + | PHY ID2: 0xd0b2 | ||
| + | ipq40xx_ess_sw_init done | ||
| + | eth0 | ||
| + | DEVINFO: devinfo_init EMMC ... DONE | ||
| + | Updating boot_count ... Done | ||
| + | Hit any key to stop autoboot: | ||
| + | |||
| + | MMC read: dev # 0, block # 16418, count 16384 ... 16384 blocks read: OK | ||
| + | ## Booting kernel from FIT Image at 84000000 ... | ||
| + | Using ' | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 3491952 Bytes = 3.3 MiB | ||
| + | | ||
| + | | ||
| + | Load Address: 0x80208000 | ||
| + | Entry Point: | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | | ||
| + | ## Flattened Device Tree from FIT Image at 84000000 | ||
| + | Using ' | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 18258 Bytes = 17.8 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | | ||
| + | | ||
| + | | ||
| + | OK | ||
| + | | ||
| + | eth1 MAC Address from ART is not valid | ||
| + | Using machid 0x8010006 from environment | ||
| + | |||
| + | Starting kernel ... | ||
| + | |||
| + | [ 0.000000] Booting Linux on physical CPU 0x0 | ||
| + | [ 0.000000] Linux version 6.6.30 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 13.2.0 r26308-4341901f05) 13.2.0, GNU ld (GNU Binutils) 2.42) #0 SMP Tue May 14 11:23:57 2024 | ||
| + | [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d | ||
| + | [ 0.000000] CPU: div instructions available: patching division code | ||
| + | [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache | ||
| + | [ 0.000000] OF: fdt: Machine model: Linksys WHW03 (Velop) | ||
| + | [ 0.000000] Memory policy: Data cache writealloc | ||
| + | [ 0.000000] OF: reserved mem: 0x87e00000..0x87e7ffff (512 KiB) nomap non-reusable smem@87e00000 | ||
| + | [ 0.000000] OF: reserved mem: 0x87e80000..0x87ffffff (1536 KiB) nomap non-reusable tz@87e80000 | ||
| + | [ 0.000000] Zone ranges: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Movable zone start for each node | ||
| + | [ 0.000000] Early memory node ranges | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fffffff] | ||
| + | [ 0.000000] percpu: Embedded 13 pages/cpu s21268 r8192 d23788 u53248 | ||
| + | [ 0.000000] Kernel command line: init=/ | ||
| + | [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) | ||
| + | [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) | ||
| + | [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920 | ||
| + | [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | ||
| + | [ 0.000000] Memory: 504780K/ | ||
| + | [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, | ||
| + | [ 0.000000] rcu: Hierarchical RCU implementation. | ||
| + | [ 0.000000] Tracing variant of Tasks RCU enabled. | ||
| + | [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. | ||
| + | [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 | ||
| + | [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. | ||
| + | [ 0.000000] arch_timer: cp15 timer(s) running at 48.00MHz (virt). | ||
| + | [ 0.000000] clocksource: | ||
| + | [ 0.000001] sched_clock: | ||
| + | [ 0.000020] Switching to timer-based delay loop, resolution 20ns | ||
| + | [ 0.000313] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) | ||
| + | [ 0.000334] CPU: Testing write buffer coherency: ok | ||
| + | [ 0.000385] pid_max: default: 32768 minimum: 301 | ||
| + | [ 0.010210] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) | ||
| + | [ 0.010234] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) | ||
| + | [ 0.018743] qcom_scm: convention: smc legacy | ||
| + | [ 0.020235] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. | ||
| + | [ 0.020409] Setting up static identity map for 0x80300000 - 0x8030003c | ||
| + | [ 0.020607] rcu: Hierarchical SRCU implementation. | ||
| + | [ 0.020615] rcu: Max phase no-delay instances is 1000. | ||
| + | [ 0.021323] smp: Bringing up secondary CPUs ... | ||
| + | [ 0.025022] smp: Brought up 1 node, 4 CPUs | ||
| + | [ 0.025047] SMP: Total of 4 processors activated (384.00 BogoMIPS). | ||
| + | [ 0.025058] CPU: All CPU(s) started in SVC mode. | ||
| + | [ 0.033168] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 | ||
| + | [ 0.033347] clocksource: | ||
| + | [ 0.033375] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) | ||
| + | [ 0.038427] pinctrl core: initialized pinctrl subsystem | ||
| + | [ 0.041647] NET: Registered PF_NETLINK/ | ||
| + | [ 0.042070] DMA: preallocated 256 KiB pool for atomic coherent allocations | ||
| + | [ 0.043597] thermal_sys: | ||
| + | [ 0.043697] cpuidle: using governor ladder | ||
| + | [ 0.043740] cpuidle: using governor menu | ||
| + | [ 0.061142] cryptd: max_cpu_qlen set to 1000 | ||
| + | [ 0.065698] usbcore: registered new interface driver usbfs | ||
| + | [ 0.065750] usbcore: registered new interface driver hub | ||
| + | [ 0.065865] usbcore: registered new device driver usb | ||
| + | [ 0.065919] pps_core: LinuxPPS API ver. 1 registered | ||
| + | [ 0.065926] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti | ||
| + | [ 0.065952] PTP clock support registered | ||
| + | [ 0.068550] clocksource: | ||
| + | [ 0.079285] NET: Registered PF_INET protocol family | ||
| + | [ 0.079530] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) | ||
| + | [ 0.081840] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) | ||
| + | [ 0.081881] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) | ||
| + | [ 0.081900] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) | ||
| + | [ 0.081959] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear) | ||
| + | [ 0.082113] TCP: Hash tables configured (established 4096 bind 4096) | ||
| + | [ 0.082278] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) | ||
| + | [ 0.082322] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) | ||
| + | [ 0.083059] NET: Registered PF_UNIX/ | ||
| + | [ 0.083120] PCI: CLS 0 bytes, default 64 | ||
| + | [ 0.084785] workingset: timestamp_bits=14 max_order=17 bucket_order=3 | ||
| + | [ 0.085796] squashfs: version 4.0 (2009/ | ||
| + | [ 0.085810] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | [ 0.330596] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) | ||
| + | [ 0.336108] tcsr 1953000.ess-tcsr: | ||
| + | [ 0.336217] tcsr 1949000.tcsr: | ||
| + | [ 0.336309] tcsr 194b000.tcsr: | ||
| + | [ 0.336402] tcsr 1957000.tcsr: | ||
| + | [ 0.336811] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled | ||
| + | [ 0.339296] qcom-pcie 40000000.pci: | ||
| + | [ 0.339367] qcom-pcie 40000000.pci: | ||
| + | [ 0.339401] qcom-pcie 40000000.pci: | ||
| + | [ 0.341222] msm_serial 78af000.serial: | ||
| + | [ 0.341274] msm_serial 78af000.serial: | ||
| + | [ 0.341653] 78af000.serial: | ||
| + | [ 0.341692] msm_serial: console setup on port #0 | ||
| + | [ 0.341741] printk: console [ttyMSM0] enabled | ||
| + | [ 0.480379] qcom-pcie 40000000.pci: | ||
| + | [ 0.482485] msm_serial 78b0000.serial: | ||
| + | [ 0.489672] qcom-pcie 40000000.pci: | ||
| + | [ 0.496504] msm_serial 78b0000.serial: | ||
| + | [ 0.598560] qcom-pcie 40000000.pci: | ||
| + | [ 0.599250] 78b0000.serial: | ||
| + | [ 0.603909] qcom-pcie 40000000.pci: | ||
| + | [ 0.611237] msm_serial: driver initialized | ||
| + | [ 0.618719] pci_bus 0000:00: root bus resource [bus 00-ff] | ||
| + | [ 1.000398] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] | ||
| + | [ 1.005853] pci_bus 0000:00: root bus resource [mem 0x40300000-0x40ffffff] | ||
| + | [ 1.012071] pci 0000: | ||
| + | [ 1.018997] pci 0000: | ||
| + | [ 1.025186] pci 0000: | ||
| + | [ 1.032697] PCI: bus0: Fast back to back transfers disabled | ||
| + | [ 1.037004] pci 0000: | ||
| + | [ 1.042322] pci 0000: | ||
| + | [ 1.049163] pci 0000: | ||
| + | [ 1.055834] PCI: bus1: Fast back to back transfers disabled | ||
| + | [ 1.060509] pci 0000: | ||
| + | [ 1.065923] pci 0000: | ||
| + | [ 1.072891] pci 0000: | ||
| + | [ 1.079723] pci 0000: | ||
| + | [ 1.086757] pci 0000: | ||
| + | [ 1.096186] pcieport 0000: | ||
| + | [ 1.102978] loop: module loaded | ||
| + | [ 1.105835] spi_qup 78b6000.spi: | ||
| + | [ 1.107522] zigbee@0 enforce active low on GPIO handle | ||
| + | [ 1.160181] i2c_dev: i2c /dev entries driver | ||
| + | [ 1.160522] i2c_qup 78b7000.i2c: | ||
| + | [ 1.166610] sdhci: Secure Digital Host Controller Interface driver | ||
| + | [ 1.169912] sdhci: Copyright(c) Pierre Ossman | ||
| + | [ 1.175945] sdhci-pltfm: | ||
| + | [ 1.184049] NET: Registered PF_INET6 protocol family | ||
| + | [ 1.187135] sdhci_msm 7824900.mmc: | ||
| + | [ 1.194402] Segment Routing with IPv6 | ||
| + | [ 1.195396] In-situ OAM (IOAM) with IPv6 | ||
| + | [ 1.199317] NET: Registered PF_PACKET protocol family | ||
| + | [ 1.203097] bridge: filtering via arp/ | ||
| + | [ 1.208434] 8021q: 802.1Q VLAN Support v1.8 | ||
| + | [ 1.221398] Registering SWP/SWPB emulation handler | ||
| + | [ 1.229094] mmc0: SDHCI controller on 7824900.mmc [7824900.mmc] using ADMA 64-bit | ||
| + | [ 1.252351] qca8k-ipq4019 c000000.switch: | ||
| + | [ 1.252701] qca8k-ipq4019 c000000.switch: | ||
| + | [ 1.292084] mmc0: new HS200 MMC card at address 0001 | ||
| + | [ 1.293180] mmcblk0: mmc0:0001 4FPD3R 3.64 GiB | ||
| + | [ 1.300021] | ||
| + | [ 1.303133] mmcblk0boot0: | ||
| + | [ 1.309725] mmcblk0boot1: | ||
| + | [ 1.313852] mmcblk0rpmb: | ||
| + | [ 1.460619] qca8k-ipq4019 c000000.switch lan (uninitialized): | ||
| + | [ 1.539377] qca8k-ipq4019 c000000.switch wan (uninitialized): | ||
| + | [ 1.540555] ipqess-edma c080000.ethernet eth0: entered promiscuous mode | ||
| + | �[ 1.564792] VFS: Mounted root (squashfs filesystem) readonly on device 259:7. | ||
| + | [ 1.566895] Freeing unused kernel image (initmem) memory: 1024K | ||
| + | [ 1.571239] Run /sbin/init as init process | ||
| + | [ 1.916623] init: Console is alive | ||
| + | [ 1.916968] init: - watchdog - | ||
| + | [ 2.999076] kmodloader: loading kernel modules from / | ||
| + | [ 3.091915] gpio_button_hotplug: | ||
| + | [ 3.115614] kmodloader: done loading kernel modules from / | ||
| + | [ 3.119686] init: - preinit - | ||
| + | [ 7.258571] random: crng init done | ||
| + | [ 7.705268] ipqess-edma c080000.ethernet eth0: configuring for fixed/ | ||
| + | [ 7.706045] qca8k-ipq4019 c000000.switch lan: configuring for phy/psgmii link mode | ||
| + | [ 7.712150] qca8k-ipq4019 c000000.switch: | ||
| + | [ 7.719832] ipqess-edma c080000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx | ||
| + | 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 | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | - config restore - | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | Please press Enter to activate this console. | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| </ | </ | ||