Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:f-secure:sense [2022/10/23 07:58] – created plappermaul | toh:f-secure:sense [2022/11/01 20:48] – [PCIe infos] plappermaul | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | F-Secure Sense | + | ====== |
| + | |||
| + | ===== Supported Versions ===== | ||
| + | The device is not yet supported. Available code includes | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * Initial PR https:// | ||
| + | |||
| + | ===== Current state ===== | ||
| + | |||
| + | * add initial build option in realtek tree: done | ||
| + | * GIC enabling: done | ||
| + | * Serial console access: done | ||
| + | * 2 Core SMP: done | ||
| + | * USB support: done (new xHCI driver) | ||
| + | * PCIE support: TODO | ||
| + | * chip network driver: TODO | ||
| + | * switch driver: TODO | ||
| + | * SPI driver: TODO | ||
| + | * MTD NAND driver: TODO | ||
| + | * I2C driver [[https:// | ||
| + | ===== Hardware ===== | ||
| + | |||
| + | ==== Hardware Highlights ==== | ||
| + | |||
| + | Realtek RTL8198C dual core SoC with 512 MB RAM and 1024 MB Flash. | ||
| + | |||
| + | ==== USB infos ==== | ||
| + | |||
| + | < | ||
| + | root@OpenWrt:/# | ||
| + | Bus 001 Device 001: ID 1d6b:0002 - Linux Foundation 2.0 root hub | ||
| + | Bus 002 Device 001: ID 1d6b:0003 - Linux Foundation 3.0 root hub | ||
| + | </ | ||
| + | |||
| + | ==== PCIe infos ==== | ||
| + | |||
| + | < | ||
| + | root@OpenWrt:/# | ||
| + | 00:00.0 Class 0604: 10ec:8198 | ||
| + | 03:00.0 Class 0280: 10ec:8813 - RTL8813AE 802.11ac PCIe Wireless Network Adapter | ||
| + | 02:00.0 Class 0604: 10ec:8198 | ||
| + | 01:00.0 Class 0280: 10ec:8813 - RTL8813AE 802.11ac PCIe Wireless Network Adapter | ||
| + | </ | ||
| + | ==== Photos ==== | ||
| + | |||
| + | {{: | ||
| + | {{: | ||
| + | |||
| + | To open the device proceed as follows: | ||
| + | |||
| + | * The grey base cover is attached by sturdy clips. So it won't be easy to remove it. Best way is to bend the cover at the cracked location on the second picture. | ||
| + | * Afterwards you can open the top cover with the holes in the same way. This will be a lot easier. | ||
| + | * Remove some screws and slide out the mainboard to the top. | ||
| + | |||
| + | |||
| + | ===== OpenWRT Image ===== | ||
| + | |||
| + | ==== Building ==== | ||
| + | |||
| + | Ensure that you use patches from https:// | ||
| + | |||
| + | < | ||
| + | [plappermaul@fedora rtl8198c]$ ls -al bin/ | ||
| + | total 19752 | ||
| + | drwxr-xr-x. 3 plappermaul plappermaul | ||
| + | drwxr-xr-x. 5 plappermaul plappermaul | ||
| + | -rw-r--r--. 1 plappermaul plappermaul | ||
| + | -rw-r--r--. 1 plappermaul plappermaul | ||
| + | -rw-r--r--. 1 plappermaul plappermaul | ||
| + | -rw-r--r--. 1 plappermaul plappermaul | ||
| + | -rw-r--r--. 1 plappermaul plappermaul 11010853 27. Okt 09:00 openwrt-realtek-rtl8198c-f-secure_sense-squashfs-sysupgrade.bin | ||
| + | drwxr-xr-x. 2 plappermaul plappermaul | ||
| + | -rw-r--r--. 1 plappermaul plappermaul | ||
| + | -rw-r--r--. 1 plappermaul plappermaul | ||
| + | -rw-r--r--. 1 plappermaul plappermaul | ||
| + | </ | ||
| + | ==== Initramfs boot using serial console and TFTP ==== | ||
| + | |||
| + | Rename initramfs image to nfjrom. This is essential because the filename triggers the kernel jump/ | ||
| + | |||
| + | < | ||
| + | cp build_dir/ | ||
| + | </ | ||
| + | |||
| + | In Sense bootloader enable TFTP and disable auto flashing | ||
| + | |||
| + | < | ||
| + | ---Ethernet init Okay! | ||
| + | < | ||
| + | AutoBurning=0 | ||
| + | < | ||
| + | Changing status of the tftpd to 1 | ||
| + | < | ||
| + | Set TFTP Load Addr 0x84000000 | ||
| + | </ | ||
| + | |||
| + | On PC site upload image with filename " | ||
| + | |||
| + | < | ||
| + | tftp -i 192.168.1.6 put nfjrom | ||
| + | </ | ||
| + | |||
| + | After upload finishes system will automatically jump to the start address of the image, execute the lzma loader and fire up the kernel. | ||
| + | |||
| + | < | ||
| + | < | ||
| + | TFTP Client Upload, File Name: nfjrom | ||
| + | - | ||
| + | TFTP Client Upload File Size = 002EF850 Bytes at 84000000 | ||
| + | |||
| + | Success! | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | ==== Serial Console ==== | ||
| + | |||
| + | The serial console uses 3.3V with 38400 Baud and 8N1 coding. The signals are inverted. So either you have to use an external inverter or must remove and shortcut the inverting transistors as shown on the second picture. | ||
| + | |||
| + | < | ||
| + | UART pinout | ||
| + | ----------- | ||
| + | [o]ooo | ||
| + | ^ ||`------ GND | ||
| + | | |`------- TX | ||
| + | | `-------- GND | ||
| + | | ||
| + | </ | ||
| + | |||
| + | {{: | ||
| + | {{: | ||
| + | ===== Bootlogs ===== | ||
| + | |||
| + | |||
| + | ==== OEM bootloader ==== | ||
| + | |||
| + | Press ESC during bootup to get into the [[: | ||
| + | |||
| + | < | ||
| + | NNaanndd | ||
| + | DRAM init done | ||
| + | Nand booting.. | ||
| + | initHeap | ||
| + | |||
| + | initInterrupt | ||
| + | |||
| + | |||
| + | Scanning NAND registered database ... | ||
| + | => Found registed NAND Flash, info as below: | ||
| + | 1.Chip_name= MT29F8G08AB | ||
| + | 2.ID= 0x2c380026 | ||
| + | 3.Chip_size= 1073741824 MB | ||
| + | 4.Block_cnt= 2048 | ||
| + | 5.Block_size= 512 KB | ||
| + | 6.Page_size= 4096 Bytes | ||
| + | 7.OobSize= 128 KB | ||
| + | |||
| + | initFlash | ||
| + | DDR3:512 MB | ||
| + | |||
| + | ---Realtek RTL8198C boot code at 2017.08.30-14: | ||
| + | |||
| + | showBoardInfo() | ||
| + | |||
| + | RTL_W32(RTL_GPIO_MUX5(...) | ||
| + | |||
| + | RTL_W32(RTL_GPIO_MUX5(RESET_PIN_IOBASE, | ||
| + | sorftled init! | ||
| + | |||
| + | BOOTInfo: Status: BootBank:0 BootCnt:1 BootMode:1 BootMaxCnt: | ||
| + | |||
| + | *** BOOTInfo: Check PASSED *** | ||
| + | |||
| + | ... Booting from BANK-0 ... | ||
| + | ---Escape booting by user | ||
| + | |||
| + | ---Ethernet init Okay! | ||
| + | < | ||
| + | ----------------- COMMAND MODE HELP ------------------ | ||
| + | HELP (?) : Print this help message | ||
| + | DB < | ||
| + | DW < | ||
| + | EB < | ||
| + | EW < | ||
| + | CMP: CMP < | ||
| + | IPCONFIG:< | ||
| + | AUTOBURN: 0/1 | ||
| + | LOADADDR: <Load Address> | ||
| + | J: Jump to < | ||
| + | reboot | ||
| + | NANDID: Read NAND Flash ID | ||
| + | NANDBE:< | ||
| + | NANDPIOR:< | ||
| + | NANDPIOW:< | ||
| + | NANDR:< | ||
| + | NANDW:< | ||
| + | NANDBBD:< | ||
| + | MDIOR: | ||
| + | MDIOW: | ||
| + | PHYR: PHYR < | ||
| + | PHYW: PHYW < | ||
| + | PHYPR: PHYPR < | ||
| + | PHYPW: PHYPW < | ||
| + | XMOD < | ||
| + | TI : timer init | ||
| + | T : test | ||
| + | HRST: Host Pcie Reset < | ||
| + | HINIT: Host init bar < | ||
| + | HLOOP: Test Pci-E data loopback < | ||
| + | EPDN: PCIE Power Down test < | ||
| + | EMDIOR: Reg Read < | ||
| + | EMDIOW < | ||
| + | ELOOP < | ||
| + | EINT < | ||
| + | PHY_BEGIN: | ||
| + | ETH : startup Ethernet | ||
| + | CPUClk: | ||
| + | C1Wake : Core 1 wake Up | ||
| + | GBIST: GPHY BIST | ||
| + | GDRF: GPHY DRF BIST | ||
| + | BISTALL: | ||
| + | Factory-Firmware: | ||
| + | ENABLE_TFTP: | ||
| + | </ | ||
| + | ==== OEM bootlog ==== | ||
| + | |||
| + | The vendor firmware is based on OpenWrt Chaos Calmer. | ||
| + | |||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | NNaanndd | ||
| + | DRAM init done | ||
| + | Nand booting.. | ||
| + | initHeap | ||
| + | |||
| + | initInterrupt | ||
| + | |||
| + | |||
| + | Scanning NAND registered database ... | ||
| + | => Found registed NAND Flash, info as below: | ||
| + | 1.Chip_name= MT29F8G08AB | ||
| + | 2.ID= 0x2c380026 | ||
| + | 3.Chip_size= 1073741824 MB | ||
| + | 4.Block_cnt= 2048 | ||
| + | 5.Block_size= 512 KB | ||
| + | 6.Page_size= 4096 Bytes | ||
| + | 7.OobSize= 128 KB | ||
| + | |||
| + | initFlash | ||
| + | DDR3:512 MB | ||
| + | |||
| + | ---Realtek RTL8198C boot code at 2017.08.30-14: | ||
| + | |||
| + | showBoardInfo() | ||
| + | |||
| + | RTL_W32(RTL_GPIO_MUX5(...) | ||
| + | |||
| + | RTL_W32(RTL_GPIO_MUX5(RESET_PIN_IOBASE, | ||
| + | sorftled init! | ||
| + | |||
| + | BOOTInfo: Status: BootBank:0 BootCnt:1 BootMode:1 BootMaxCnt: | ||
| + | |||
| + | *** BOOTInfo: Check PASSED *** | ||
| + | |||
| + | ... Booting from BANK-0 ...Jump to image start=0x80500000... | ||
| + | |||
| + | |||
| + | OpenWrt kernel loader for Mips board | ||
| + | Copyright (C) 2011 Gabor Juhos < | ||
| + | Decompressing kernel... done! | ||
| + | Starting kernel at 80000000... | ||
| + | |||
| + | [ 0.000000] Linux version 3.10.49 (seabuilder@helseaslave01) (gcc version 4.8.3 (OpenWrt/ | ||
| + | [ 0.000000] CPU revision is: 00019a24 (MIPS 1074Kc) | ||
| + | [ 0.000000] Determined physical RAM map: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Initrd not found or empty - disabling initrd | ||
| + | [ 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] Detected 1 available secondary CPU(s) | ||
| + | [ 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] MIPS secondary cache 512kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.000000] PERCPU: Embedded 7 pages/cpu @81806000 s6400 r8192 d14080 u32768 | ||
| + | [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 | ||
| + | [ 0.000000] Kernel command line: board=AP console=ttyS0, | ||
| + | [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) | ||
| + | [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) | ||
| + | [ 0.000000] Writing ErrCtl register=00000000 | ||
| + | [ 0.000000] Readback ErrCtl register=00000000 | ||
| + | [ 0.000000] Crashlog failed to allocate RAM at address 0x1ff00000 | ||
| + | [ 0.000000] Memory: 511192k/ | ||
| + | [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, | ||
| + | [ 0.000000] Hierarchical RCU implementation. | ||
| + | [ 0.000000] NR_IRQS: | ||
| + | [ 0.000000] CPU0: status register was 10000400 | ||
| + | [ 0.000000] CPU0: status register now 10000400 | ||
| + | [ 0.000000] console [ttyS0] enabled | ||
| + | [ 0.310000] Calibrating delay loop... 498.89 BogoMIPS (lpj=2494464) | ||
| + | [ 0.380000] pid_max: default: 32768 minimum: 301 | ||
| + | [ 0.390000] Mount-cache hash table entries: 512 | ||
| + | GO[ 0.400000] CPU revision is: 00019a24 (MIPS 1074Kc) | ||
| + | [ 0.410000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. | ||
| + | [ 0.440000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
| + | [ 0.460000] MIPS secondary cache 512kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.540000] Synchronize counters for CPU 1: done. | ||
| + | [ 0.560000] Brought up 2 CPUs | ||
| + | [ 0.570000] devtmpfs: initialized | ||
| + | [ 0.580000] RTL8198c led and buttons setup! | ||
| + | [ 0.590000] NET: Registered protocol family 16 | ||
| + | [ 0.600000] INFO: initializing USB devices ... | ||
| + | [ 0.800000] UPHY: 8198c ASIC u3 of u3 25M phy patch | ||
| + | [ 5.160000] INFO: initializing i2c devices ... | ||
| + | [ 5.180000] bio: create slab < | ||
| + | [ 5.190000] SCSI subsystem initialized | ||
| + | [ 5.200000] usbcore: registered new interface driver usbfs | ||
| + | [ 5.210000] usbcore: registered new interface driver hub | ||
| + | [ 5.220000] usbcore: registered new device driver usb | ||
| + | [ 5.230000] RTK I2C probe: INIt | ||
| + | [ 5.240000] RTK I2C probe: done | ||
| + | [ 5.250000] Bluetooth: Core ver 2.18 | ||
| + | [ 5.260000] NET: Registered protocol family 31 | ||
| + | [ 5.270000] Bluetooth: HCI device and connection manager initialized | ||
| + | [ 5.280000] Bluetooth: HCI socket layer initialized | ||
| + | [ 5.290000] Bluetooth: L2CAP socket layer initialized | ||
| + | [ 5.300000] Bluetooth: SCO socket layer initialized | ||
| + | [ 5.310000] Switching to clocksource MIPS | ||
| + | [ 5.320000] NET: Registered protocol family 2 | ||
| + | [ 5.330000] TCP established hash table entries: 2048 (order: 2, 16384 bytes) | ||
| + | [ 5.360000] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) | ||
| + | [ 5.390000] TCP: Hash tables configured (established 2048 bind 2048) | ||
| + | [ 5.410000] TCP: reno registered | ||
| + | [ 5.420000] UDP hash table entries: 256 (order: 1, 8192 bytes) | ||
| + | [ 5.440000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) | ||
| + | [ 5.460000] NET: Registered protocol family 1 | ||
| + | [ 5.470000] bounce pool size: 64 pages | ||
| + | [ 5.490000] squashfs: version 4.0 (2009/ | ||
| + | [ 5.510000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | [ 5.540000] msgmni has been set to 486 | ||
| + | [ 5.560000] io scheduler noop registered | ||
| + | [ 5.570000] io scheduler deadline registered (default) | ||
| + | [ 5.590000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled | ||
| + | [ 5.610000] serial8250: ttyS0 at MMIO 0x18002000 (irq = 26) is a 16550A | ||
| + | [ 5.640000] fli2cled: fli2cled init start! | ||
| + | [ 5.810000] fli2cled: fli2cled init end! | ||
| + | [ 5.820000] NAND device: Manufacturer ID: 0x2c, Chip ID: 0x38 (Micron MT29F8G08AB 8G 3.3V 8-bit), 1024MiB, page size: 4096, OOB size: 128 | ||
| + | [ 5.860000] [rtkn_scan_bbt, | ||
| + | [ 5.880000] [rtkn_scan_bbt, | ||
| + | [rtk_scan_v2r_bbt]: | ||
| + | [ 5.910000] [rtk_scan_v2r_bbt]: | ||
| + | [ 5.930000] INFO: Stored BBT in Die 0: block=2 , block_status_p1=0xbb | ||
| + | [ 5.950000] load bbt v2r table:0 page:256 | ||
| + | [rtk_scan_v2r_bbt] have created v2r bbt table:0 on block 2, just loads it !! | ||
| + | check v2r bbt table:0 OK | ||
| + | [rtk_nand_scan_bbt, | ||
| + | [ 6.020000] INFO: Stored BBT in Die 0: block=5 , block_status_p1=0xbb | ||
| + | [ 6.040000] load bbt table:0 page:640 | ||
| + | [rtk_nand_scan_bbt] have created bbt table:0 on block 5, just loads it !! | ||
| + | check bbt table:0 OK | ||
| + | [dump_BBT] Nand BBT Content | ||
| + | [ 6.090000] Congratulation!! No BBs in this Nand. | ||
| + | [ 6.110000] | ||
| + | [ 6.110000] [Kernel-MTD] Active Bank Offset: 0x5400000, Backup Bank Offset: 0x9F00000 | ||
| + | [ 6.610000] Creating 7 MTD partitions on " | ||
| + | [ 6.630000] 0x000000000000-0x000000400000 : " | ||
| + | [ 6.640000] 0x000000400000-0x000000900000 : " | ||
| + | [ 6.660000] 0x000000900000-0x000005400000 : " | ||
| + | [ 6.680000] 0x000005400000-0x000005600000 : " | ||
| + | [ 6.700000] 0x000005600000-0x000009f00000 : " | ||
| + | [ 6.710000] mtd: device 4 (rootfs) set to be root filesystem | ||
| + | [ 6.730000] mtd: partition " | ||
| + | [ 6.760000] 0x000006480000-0x000009f00000 : " | ||
| + | [ 6.780000] 0x000009f00000-0x00000ea00000 : " | ||
| + | [ 6.800000] 0x00000ea00000-0x00003a000000 : " | ||
| + | [ 6.820000] | ||
| + | [ 6.820000] Probing RTL819X NIC-kenel stack size order[1]... | ||
| + | [ 7.560000] eth0 added. vid=9 Member port 0x10f... | ||
| + | [ 7.570000] eth1 added. vid=8 Member port 0x10... | ||
| + | [ 7.590000] [peth0] added, mapping to [eth1]... | ||
| + | [ 7.600000] xhci-hcd xhci-hcd: xHCI Host Controller | ||
| + | [ 7.620000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 1 | ||
| + | [ 7.640000] xhci-hcd xhci-hcd: irq 42, io mem 0x18040000 | ||
| + | [ 7.660000] hub 1-0:1.0: USB hub found | ||
| + | [ 7.670000] hub 1-0:1.0: 1 port detected | ||
| + | [ 7.690000] xhci-hcd xhci-hcd: xHCI Host Controller | ||
| + | [ 7.700000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 2 | ||
| + | [ 7.730000] hub 2-0:1.0: USB hub found | ||
| + | [ 7.740000] hub 2-0:1.0: 1 port detected | ||
| + | [ 7.750000] usbcore: registered new interface driver usb-storage | ||
| + | [ 7.770000] -------8196D OTG init | ||
| + | [ 7.980000] dwc_otg: version 2.60a 22-NOV-2006 | ||
| + | [ 8.000000] | ||
| + | [ 8.010000] device_register :register pass | ||
| + | [ 8.020000] | ||
| + | [ 8.230000] | ||
| + | [ 8.250000] DWC_otg: Using DMA mode | ||
| + | [ 8.260000] dwc_otg logicmodule: | ||
| + | [ 8.270000] dwc_otg logicmodule: | ||
| + | [ 8.300000] dwc_otg logicmodule: | ||
| + | [ 8.310000] set OTG host to high speed ! | ||
| + | [ 8.310000] DWC_otg: Init: Port Power? op_state=1 | ||
| + | [ 8.310000] DWC_otg: Init: Power Port (0) | ||
| + | [ 8.360000] hub 3-0:1.0: USB hub found | ||
| + | [ 8.370000] hub 3-0:1.0: 1 port detected | ||
| + | [ 8.380000] | ||
| + | [ 8.400000] i2c /dev entries driver | ||
| + | [ 8.410000] rtl819x-wdt rtl819x-wdt: | ||
| + | [ 8.430000] TCP: westwood registered | ||
| + | [ 8.440000] NET: Registered protocol family 17 | ||
| + | [ 8.450000] Bridge firewalling registered | ||
| + | [ 8.470000] Bluetooth: RFCOMM TTY layer initialized | ||
| + | [ 8.480000] Bluetooth: RFCOMM socket layer initialized | ||
| + | [ 8.500000] Bluetooth: RFCOMM ver 1.11 | ||
| + | [ 8.510000] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 | ||
| + | [ 8.530000] Bluetooth: BNEP filters: protocol multicast | ||
| + | [ 8.550000] Bluetooth: BNEP socket layer initialized | ||
| + | [ 8.560000] 8021q: 802.1Q VLAN Support v1.8 | ||
| + | [ 8.580000] VFS: Mounted root (squashfs filesystem) readonly on device 31:4. | ||
| + | [ 8.610000] Freeing unused kernel memory: 208K (8042c000 - 80460000) | ||
| + | [ 9.310000] init: Console is alive | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | 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 | ||
| + | jffs2 is ready | ||
| + | jffs2 is ready | ||
| + | [ | ||
| + | switching to overlay | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | Please press Enter to activate this console. | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | Overlay found | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | |||
| + | |||
| + | |||
| + | BusyBox v1.23.2 (2017-10-26 15:21:23 EEST) built-in shell (ash) | ||
| + | |||
| + | _______ | ||
| + | | ||
| + | | ||
| + | | ||
| + | |__| W I R E L E S S F R E E D O M | ||
| + | | ||
| + | CHAOS CALMER (Chaos Calmer, r47196) | ||
| + | | ||
| + | * 1 1/2 oz Gin Shake with a glassful | ||
| + | * 1/4 oz Triple Sec of broken ice and pour | ||
| + | * 3/4 oz Lime Juice | ||
| + | * 1 1/2 oz Orange Juice | ||
| + | * 1 tsp. Grenadine Syrup | ||
| + | | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== OpenWrt bootlog ==== | ||
| + | |||
| + | Current master build with https:// | ||
| + | |||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | < | ||
| + | |||
| + | |||
| + | OpenWrt kernel loader for MIPS based SoC | ||
| + | Copyright (C) 2011 Gabor Juhos | ||
| + | Decompressing kernel... done! | ||
| + | Starting kernel at 80000000... | ||
| + | |||
| + | [ 0.000000] Linux version 5.10.146 (plappermaul@fedora) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 11.3.0 r20179+24-57cad53f4e) 11.3.0, GNU ld (GNU Binutils) 2.37) #0 SMP Mon Oct 3 11:23:41 2022 | ||
| + | [ 0.000000] RTL838X model is 0 | ||
| + | [ 0.000000] RTL839X model is 0 | ||
| + | [ 0.000000] RTL93XX model is 0 | ||
| + | [ 0.000000] RTL819X model is 8198c001 | ||
| + | [ 0.000000] SoC Type: RTL8198C | ||
| + | [ 0.000000] default cpc 1bde0001 | ||
| + | [ 0.000000] Kernel command line: | ||
| + | [ 0.000000] CPU0 revision is: 00019a24 (MIPS 1074Kc) | ||
| + | [ 0.000000] MIPS: machine is F-Secure Sense | ||
| + | [ 0.000000] Initrd not found or empty - disabling initrd | ||
| + | [ 0.000000] Using appended Device Tree. | ||
| + | [ 0.000000] VPE topology {1,1} total 2 | ||
| + | [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. | ||
| + | [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes | ||
| + | [ 0.000000] MIPS secondary cache 512kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.000000] Zone ranges: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Movable zone start for each node | ||
| + | [ 0.000000] Early memory node ranges | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] | ||
| + | [ 0.000000] percpu: Embedded 14 pages/cpu s27792 r8192 d21360 u57344 | ||
| + | [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 | ||
| + | [ 0.000000] Kernel command line: console=ttyS0, | ||
| + | [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) | ||
| + | [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) | ||
| + | [ 0.000000] Writing ErrCtl register=00000000 | ||
| + | [ 0.000000] Readback ErrCtl register=00000000 | ||
| + | [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | ||
| + | [ 0.000000] Memory: 100224K/ | ||
| + | [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, | ||
| + | [ 0.000000] rcu: Hierarchical RCU implementation. | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. | ||
| + | [ 0.000000] NR_IRQS: 256 | ||
| + | [ 0.000000] Failed to get CPU clock: -2 | ||
| + | [ 0.000000] CPU frequency from device tree: 1000MHz | ||
| + | [ 0.000000] clocksource: | ||
| + | [ 0.000010] sched_clock: | ||
| + | [ 0.000041] clocksource: | ||
| + | [ 0.000184] Calibrating delay loop... 498.89 BogoMIPS (lpj=2494464) | ||
| + | [ 0.060029] pid_max: default: 32768 minimum: 301 | ||
| + | [ 0.060160] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) | ||
| + | [ 0.060174] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) | ||
| + | [ 0.061454] Using only one core due to dcache aliasing | ||
| + | [ 0.062220] Performance counters: mips/1074K PMU enabled, 4 32-bit counters available to each CPU, irq 7 | ||
| + | [ 0.062373] rcu: Hierarchical SRCU implementation. | ||
| + | [ 0.062580] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build | ||
| + | [ 0.062764] smp: Bringing up secondary CPUs ... | ||
| + | [ 0.064132] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. | ||
| + | [ 0.064139] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes | ||
| + | [ 0.064147] MIPS secondary cache 512kB, 8-way, linesize 32 bytes. | ||
| + | [ 0.064216] CPU1 revision is: 00019a24 (MIPS 1074Kc) | ||
| + | [ 0.123414] Synchronize counters for CPU 1: done. | ||
| + | [ 0.123545] smp: Brought up 1 node, 2 CPUs | ||
| + | [ 0.124666] clocksource: | ||
| + | [ 0.124691] futex hash table entries: 512 (order: 2, 16384 bytes, linear) | ||
| + | [ 0.124829] pinctrl core: initialized pinctrl subsystem | ||
| + | [ 0.125511] NET: Registered protocol family 16 | ||
| + | [ 0.150175] SCSI subsystem initialized | ||
| + | [ 0.150418] usbcore: registered new interface driver usbfs | ||
| + | [ 0.150472] usbcore: registered new interface driver hub | ||
| + | [ 0.150517] usbcore: registered new device driver usb | ||
| + | [ 0.152860] clocksource: | ||
| + | [ 0.153959] NET: Registered protocol family 2 | ||
| + | [ 0.154182] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) | ||
| + | [ 0.154821] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) | ||
| + | [ 0.154889] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) | ||
| + | [ 0.154921] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) | ||
| + | [ 0.154962] TCP: Hash tables configured (established 1024 bind 1024) | ||
| + | [ 0.155074] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) | ||
| + | [ 0.155134] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) | ||
| + | [ 0.155355] NET: Registered protocol family 1 | ||
| + | [ 0.364219] workingset: timestamp_bits=14 max_order=15 bucket_order=1 | ||
| + | [ 0.367170] squashfs: version 4.0 (2009/ | ||
| + | [ 0.367270] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | [ 0.368782] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled | ||
| + | [ 0.369545] printk: console [ttyS0] disabled | ||
| + | [ 0.369639] 18002000.uart: | ||
| + | [ 1.952015] printk: console [ttyS0] enabled | ||
| + | [ 1.967468] usbcore: registered new interface driver usb-storage | ||
| + | [ 1.988125] NET: Registered protocol family 10 | ||
| + | [ 2.003933] Segment Routing with IPv6 | ||
| + | [ 2.016142] NET: Registered protocol family 17 | ||
| + | [ 2.030869] 8021q: 802.1Q VLAN Support v1.8 | ||
| + | [ 2.144174] Freeing unused kernel memory: 21856K | ||
| + | [ 2.159503] This architecture does not have kernel memory protection. | ||
| + | [ 2.180855] Run /init as init process | ||
| + | [ 2.570058] init: Console is alive | ||
| + | [ 2.592950] kmodloader: loading kernel modules from / | ||
| + | [ 2.618692] kmodloader: done loading kernel modules from / | ||
| + | [ 2.652938] init: - preinit - | ||
| + | [ 2.814185] random: jshn: uninitialized urandom read (4 bytes read) | ||
| + | [ 2.901180] 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 | ||
| + | [ 5.143909] procd: - early - | ||
| + | [ 5.665332] procd: - ubus - | ||
| + | [ 5.679638] random: ubusd: uninitialized urandom read (4 bytes read) | ||
| + | [ 5.725020] random: ubusd: uninitialized urandom read (4 bytes read) | ||
| + | [ 5.746277] random: ubusd: uninitialized urandom read (4 bytes read) | ||
| + | [ 5.768441] procd: - init - | ||
| + | Please press Enter to activate this console. | ||
| + | [ 6.093303] kmodloader: loading kernel modules from / | ||
| + | [ 6.119854] NET: Registered protocol family 38 | ||
| + | [ 6.139330] urngd: v1.0.2 started. | ||
| + | [ 6.154609] cryptodev: driver 1.12 loaded. | ||
| + | [ 6.170604] GACT probability on | ||
| + | [ 6.182269] Mirror/ | ||
| + | [ 6.202201] u32 classifier | ||
| + | [ 6.211179] | ||
| + | [ 6.223295] | ||
| + | [ 6.297292] kmodloader: done loading kernel modules from / | ||
| + | [ 6.297648] random: crng init done | ||
| + | [ 6.331122] random: 19 urandom warning(s) missed due to ratelimiting | ||
| + | |||
| + | BusyBox v1.35.0 (2022-10-26 07:59:38 UTC) built-in shell (ash) | ||
| + | |||
| + | _______ | ||
| + | | ||
| + | | ||
| + | | ||
| + | |__| W I R E L E S S F R E E D O M | ||
| + | | ||
| + | | ||
| + | | ||
| + | === WARNING! ===================================== | ||
| + | There is no root password defined on this device! | ||
| + | Use the " | ||
| + | in order to prevent unauthorized SSH logins. | ||
| + | -------------------------------------------------- | ||
| + | </ | ||
| + | </ | ||