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:f-secure:sense [2022/10/27 11:27] – [Building] plappermaul | toh:f-secure:sense [2022/11/01 20:48] – [PCIe infos] plappermaul | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * [[https:// | * [[https:// | ||
| * [[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 ===== | ||
| Line 12: | 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 ==== | ||
| + | |||
| + | < | ||
| + | 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 ==== | ==== Photos ==== | ||
| Line 28: | Line 60: | ||
| ==== Building ==== | ==== Building ==== | ||
| - | https:// | + | 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/ | cp build_dir/ | ||
| </ | </ | ||
| - | ==== Installation using serial console and TFTP ==== | ||
| In Sense bootloader enable TFTP and disable auto flashing | In Sense bootloader enable TFTP and disable auto flashing | ||
| Line 53: | Line 103: | ||
| </ | </ | ||
| - | After upload system will automatically jump to start address of image | + | After upload |
| < | < | ||
| Line 513: | Line 563: | ||
| ==== OpenWrt bootlog ==== | ==== OpenWrt bootlog ==== | ||
| - | Current master build. | + | Current master build with https:// |
| <WRAP bootlog> | <WRAP bootlog> | ||
| + | < | ||
| < | < | ||
| Line 640: | Line 691: | ||
| [ 6.297648] random: crng init done | [ 6.297648] random: crng init done | ||
| [ 6.331122] random: 19 urandom warning(s) missed due to ratelimiting | [ 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. | ||
| + | -------------------------------------------------- | ||
| + | </ | ||
| </ | </ | ||