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:f-secure:sense [2022/10/27 15:26] – [Initramfs boot using serial console and TFTP] plappermaultoh:f-secure:sense [2022/11/01 20:48] – [PCIe infos] plappermaul
Line 14: Line 14:
   * Serial console access: done   * Serial console access: done
   * 2 Core SMP: done   * 2 Core SMP: done
-  * USB support: TODO+  * USB support: done (new xHCI driver) 
 +  * PCIE support: TODO
   * chip network driver: TODO   * chip network driver: TODO
   * switch driver: TODO   * switch driver: TODO
   * SPI driver: TODO   * SPI driver: TODO
   * MTD NAND driver: TODO   * MTD NAND driver: TODO
 +  * I2C driver [[https://github.com/iptime-gpl/userapps_extg/blob/587f2e4ce2289e10f3946f034d0ed42b83b3b22a/linux/linux-3.10/drivers/i2c/busses/i2c-rtl8198c.c|TODO]]
 ===== Hardware ===== ===== Hardware =====
  
Line 24: Line 26:
  
 Realtek RTL8198C dual core SoC with 512 MB RAM and 1024 MB Flash. Realtek RTL8198C dual core SoC with 512 MB RAM and 1024 MB Flash.
 +
 +==== USB infos ====
 +
 +<code>
 +root@OpenWrt:/# lsusb
 +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
 +</code>
 +
 +==== PCIe infos ====
 +
 +<code>
 +root@OpenWrt:/# lspci
 +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
 +</code>
 ==== Photos ==== ==== Photos ====
  
  • Last modified: 2022/11/02 07:25
  • by plappermaul