Logo modification of jetson orin nano

Hello, I would like to ask about the modification of the startup logo of jetson orin nano. What should be modified? Do you have instructions and operation steps? Look at the previous post, do not understand how to operate

https://docs.nvidia.com/jetson/archives/r36.3/DeveloperGuide/SD/Bootloader/UEFI.html#customized-logo
Fetch UEFI source code → replace image files → build UUEFI → re-flash your device

Is UEFI built on top of Ubuntu22.4? I do not understand the steps of the construction. Is it necessary to replace the corresponding UEFI file under JetPack after the construction?

Use docker so you don’t need to worry about the building environment.

Of course.
Or how do you think your modification takes effect…

Do you have all the process commands built by docker? I had an error when configuring docker

Then you put the error log here…

I created the sh script to execute as shown in this example, and the edk2_docker echo hello command was invalid when executed

把你執行上面每一步的結果都貼上來 謝謝

我创建了这个sh脚本,然后执行他,显示的是命令无效


麻煩你就開一個新的terminal window
一步一步用指令執行
還有你的edk2_docker_cmd這東西是哪來的?

请问你有具体的命令步骤吗?我按照我看到的使用命令去执行的话还是只是显示命令无效,并没有其他输出

就是UEFI GitHub repo上寫的那樣

我直接拉取了源码,然后按照github上面执行了docke下载,然后进行了 ```
sudo usermod -a -G docker ${USER}的添加,然后就按照sh脚本执行了,然后执行edk2_docker echo hello的操作,就显示无效命令,我也不清楚edk2_docker_cmd這東西是哪來的

我是說麻煩你先一步一步執行 不要直接塞進script裡

好的,我重新装一下虚拟机镜像,重新走一遍

您好,虽然没有出现edk2_docker_cmd了,但还是显示edk2_docker无效,请问是否需要重启,还是我哪里操作错了

你都要用虛擬機了為什麼還要docker…
直接裝最新的22.04 確定python版本是3.10以上就好
docker的使用問題應該不在我們需要支援的範圍內

好吧,我一开始只是懒得重新下载镜像 ,我去下载22.04得直接构建看看能否成功构建,祝我成功,谢谢

1 Like

请问一定要使用g+±12吗?还是g+±11也可以?

22.04上有這個package的才對