Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の X-loader では、u-boot env と、u-boot env パーティションに保存する他のいくつかのデータを読み取る必要があります。u-boot env パーティションに保存されたデータに基づいて、いくつかのタスクを実行する必要があります。
x-loader からこれらの env を読み取る方法を教えてください。
ありがとう
U-Boot の環境変数はフラッシュ メモリに保存されるため、どのアドレスにあるかを知る必要があります。
次に、これらの変数を読み取ることができます。