<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Interviews on LingHui 的技术笔记</title><link>https://plhwiki.cn/interview/</link><description>Recent content in Interviews on LingHui 的技术笔记</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Wed, 13 May 2026 18:03:29 +0800</lastBuildDate><atom:link href="https://plhwiki.cn/interview/index.xml" rel="self" type="application/rss+xml"/><item><title/><link>https://plhwiki.cn/interview/nvr/</link><pubDate>Wed, 13 May 2026 18:03:29 +0800</pubDate><guid>https://plhwiki.cn/interview/nvr/</guid><description>&lt;h1 id="花屏情况"&gt;花屏情况&lt;/h1&gt;
&lt;h2 id="起因"&gt;起因&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;修改了uboot 的bootargs里的rmem导致花屏，&lt;code&gt;mem=254M@0x0 rmem=258M@0xFE00000&lt;/code&gt;就会绿屏&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;ddr大小不匹配，512MB与256MB芯片的编译选项选择错误。remap_array的值不对&lt;/p&gt;</description></item><item><title/><link>https://plhwiki.cn/interview/basic/</link><pubDate>Wed, 29 Apr 2026 20:00:46 +0800</pubDate><guid>https://plhwiki.cn/interview/basic/</guid><description>&lt;ol&gt;
&lt;li&gt;mcu是否可以跑linux系统？&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;普通 MCU 通常不能直接运行完整 Linux。&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Linux 一般需要：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;MMU&lt;/strong&gt;：内存管理单元，用于虚拟地址、进程隔离。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;较大 RAM&lt;/strong&gt;：通常至少几十 MB，实际产品常见 64MB、128MB 以上。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;存储空间&lt;/strong&gt;：内核、rootfs、动态库、应用都需要空间。&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>