<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>垃圾佬点拓扑 - 技术交流</title>
    <link>https://lajilao.top/forum-40-1.html</link>
    <description>Latest 20 threads of 技术交流</description>
    <copyright>Copyright(C) 垃圾佬点拓扑</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 02 May 2026 11:15:48 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://lajilao.top/static/image/common/logo_88_31.gif</url>
      <title>垃圾佬点拓扑</title>
      <link>https://lajilao.top/</link>
    </image>
    <item>
      <title>大佬们这个RK3399，4+8 如何刷ARMBIAN呀</title>
      <link>https://lajilao.top/thread-142-1-1.html</link>
      <description><![CDATA[最近翻出来块板子，想刷成armbian,
目前我看是 Android]]></description>
      <category>技术交流</category>
      <author>0x01</author>
      <pubDate>Sun, 13 Jul 2025 02:10:24 +0000</pubDate>
    </item>
    <item>
      <title>openwrt系统在arm 64位处理器上内核默认没有开启对32位应用的支持</title>
      <link>https://lajilao.top/thread-136-1-1.html</link>
      <description><![CDATA[aio-3399b板子支持硬raid，需要用jms561提供的raidmgr_static_cloudshell2.zip工具来管理 这个软件是用的32位静态库编译的
      在armbian系统上可以正常运行，然而我复制到openwrt系统上则无法运行



对raidmgr_static文件进行查看


妥妥的32位
 基本可以确定是系统 ...]]></description>
      <category>技术交流</category>
      <author>183130227</author>
      <pubDate>Mon, 04 Mar 2024 07:26:39 +0000</pubDate>
    </item>
    <item>
      <title>华北工控 EMB-3531测试PCIE扩展使用</title>
      <link>https://lajilao.top/thread-79-1-1.html</link>
      <description><![CDATA[华北工控EMB-3531测试PCIE扩展使用刷入OP1.使用PCIE转M2,HP 2T硬盘正常识别。如图：




2.使用PCIE转SATA,硬盘不识别。如图： 
3.扩展网卡不认识，哈哈

兄弟们，谁再试试]]></description>
      <category>技术交流</category>
      <author>阿力666</author>
      <pubDate>Sun, 10 Sep 2023 07:52:08 +0000</pubDate>
    </item>
    <item>
      <title>sw799a那种板子的4G模块问题，插入sim卡后usb不断的断开和重连</title>
      <link>https://lajilao.top/thread-77-1-1.html</link>
      <description><![CDATA[我的一个sw799，核心板是横着的没有type c的那种。刷了80+高大上的版本op、插入sim卡之后4G模块的usb口不断的断开和重连，会不会是4G模块坏了？下面断开重连的日志不断的打印出来。在断开之前抓紧时间ping外部的IP是能通的。
[  178.191895] usb 2-1: USB disconnect, d ...]]></description>
      <category>技术交流</category>
      <author>有情怀的垃圾佬</author>
      <pubDate>Thu, 17 Aug 2023 09:14:16 +0000</pubDate>
    </item>
    <item>
      <title>Linux下对CPU压力测试</title>
      <link>https://lajilao.top/thread-67-1-1.html</link>
      <description><![CDATA[Linux下对CPU压力测试
命令如下


退出测试命令]]></description>
      <category>技术交流</category>
      <author>183130227</author>
      <pubDate>Mon, 19 Jun 2023 09:34:22 +0000</pubDate>
    </item>
    <item>
      <title>我在arm设备上编译openwrt（sv901）系统遇到的小问题</title>
      <link>https://lajilao.top/thread-60-1-1.html</link>
      <description><![CDATA[前些天收到了 电工 大佬的邮寄的sv901底板



自己特喜欢的的一款 all in one的设备 ，而且电工大佬还适配了这款硬件的openwrt。
 于是，我就尝试make下吧，拉取源码的地址是GitHub - icevel/lede: Lean\'s LEDE source
配置好参数 准备坐等固件出土
   历时十几个小时（ ...]]></description>
      <category>技术交流</category>
      <author>183130227</author>
      <pubDate>Fri, 02 Jun 2023 01:32:09 +0000</pubDate>
    </item>
    <item>
      <title>RK3399相关板子备份固件方案讨论</title>
      <link>https://lajilao.top/thread-45-1-1.html</link>
      <description><![CDATA[RK3399相关板子备份固件方案讨论


全盘备份：
一 、拆emmc直接备份
          具体方案没有实践过

二、本身是Android系统 开启adb后，使用dd命令备份
          具体参考adb root权限获取 和 dd命令的使用  安装Android终端模拟器 或电脑adb连接使用，还可能需要配合U ...]]></description>
      <category>技术交流</category>
      <author>aiocw</author>
      <pubDate>Sun, 21 May 2023 02:39:12 +0000</pubDate>
    </item>
    <item>
      <title>为知笔记自动备份阿里 天翼等网盘</title>
      <link>https://lajilao.top/thread-37-1-1.html</link>
      <description><![CDATA[1.安装wiz笔记
1.1 拉取镜像并安装
docker run --name wiz --restart=always -it -d -v  ~/docker/wizdata:/wiz/storage -v  /etc/localtime:/etc/localtime -p 80:80 -p 9269:9269/udp  wiznote/wizserver-armv7

注释：这里拉取的是armv7的镜像（适用于玩客云）

dock ...]]></description>
      <category>技术交流</category>
      <author>vieyes</author>
      <pubDate>Wed, 17 May 2023 00:52:05 +0000</pubDate>
    </item>
    <item>
      <title>TN3399刷Batocera游戏机系统</title>
      <link>https://lajilao.top/thread-10-1-1.html</link>
      <description><![CDATA[目前最新版本的V36，这个版本有点问题，必须要插上键盘或者鼠标才能开机
手上正好有一个坏的无线鼠标，我把接收器插着就能开机。
据开发者说，这可能是官方加入的新特性，开机时检测外设设备，但是还不完善的样子。。。。
V35版就没这问题，但是V36自带中文，35及以前的 ...]]></description>
      <category>技术交流</category>
      <author>我个夏天</author>
      <pubDate>Wed, 26 Apr 2023 10:41:04 +0000</pubDate>
    </item>
  </channel>
</rss>