Can remove this logo?

Our company uses the “orin nano 4G” module when designing products. But this logo always appears during startup, can I remove it? Please advise.

我们公司在设计产品时使用的是“Orin nano 4G”模块。但在启动时这个logo总是会出现,我能把它去掉吗?请告知。

*** Please note that this reply is generated by LLM automatically ***

The provided context does not mention the logo or its removal process. However, I can provide some general information about the Jetson Orin Nano module and its startup process.

The Jetson Orin Nano module is a system-on-module (SOM) designed for edge AI and robotics applications. During startup, the module initializes its hardware components, loads the operating system, and executes the boot process.

The logo you mentioned is likely the NVIDIA logo or the Jetson logo, which is displayed during the boot process. This logo is a part of the boot process and is not a separate entity that can be removed.

However, if you want to customize the boot process or remove the logo, you may need to modify the boot loader or the operating system. This would require advanced knowledge of the module’s software and hardware architecture.

Here are some possible steps you could take:

  1. Check the Jetson Orin Nano documentation: Review the Jetson Orin Nano documentation, including the product design guide, technical reference manual, and software development kit (SDK) documentation. These resources may provide information on customizing the boot process or removing the logo.
  2. Modify the boot loader: The boot loader is responsible for loading the operating system and executing the boot process. You may need to modify the boot loader to customize the boot process or remove the logo. However, this would require advanced knowledge of the boot loader and its configuration.
  3. Customize the operating system: You can customize the operating system to remove the logo or modify the boot process. This would require knowledge of the operating system and its configuration.
  4. Contact NVIDIA support: If you are unable to find information on customizing the boot process or removing the logo, you can contact NVIDIA support for assistance. They may be able to provide guidance or resources to help you achieve your goal.

In summary, removing the logo during startup on the Jetson Orin Nano module may require modifying the boot loader or operating system. However, this would require advanced knowledge of the module’s software and hardware architecture. It is recommended to review the documentation and contact NVIDIA support for assistance.

*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***

How to contact Nvidia customer service? I need guidance from customer service.如何联系英伟达的客服呢?我需要客服的指导。

Hello @403199668,

Are. you looking to change the logo for a custom one ?

Or, are you looking to completely remove the splash screen for boot time optimization?

best regards,

Andrew
Embedded Software Engineer at ProventusNova

Dear proventusnova:

Both are acceptable, that operatioit’s often best to choose a simple method to solve it.

Hi @403199668,

Thanks for getting back.

That great! Then I think you might find this guide very useful.
It’s from a Jetson based HW manufacturer, however, they wrote a very nice guide on how to change the boot logo.

Would you like to give it a try ?
If you are still facing issues after that, don’t hesitate to reach out, we would be glad to help.

best regards,
Andrew
Embedded Software Engineer at ProventusNova

Thank you very much for the teacher’s guidance. I will read it carefully and put it into practice.

Hello @403199668,

For the Orin Nano I believe you can use T23X.
Although I am not sure, I will do a bit of research and get back to you.

In the meantime, you can try with T23X.

best regards,
Andrew
Embedded Software Engineer at ProventusNova

@403199668,

Quick question:

What Jetpack Version are you using ?

best regards,
Andrew
Embedded Software Engineer at ProventusNova

@403199668,

Ok I think I found it.
For Orin is a bit different because it uses UEFI instead of U-Boot.

Let’s assume you will be using L4T Version 36.4.5.
Please use a different tag on the repo according to your L4T version.

So you will need to compile UEFI from this repo:

In order to build it, you can follow this instructions:

I would suggest following the Docker instructions, although feel free to follow the instructions that best fit your environment.

Now, in order to modify the Logo, you can follow the couple of steps mentioned here:

Which actually summarize in:

  1. Add your custom bmp files here:
  1. Modify the paths here:

Then you can compile following the instructions mentioned before and flash your board with your custom built UEFI.

Please let me know if you have any questions or require further support, we would love to help.

best regards,
Andrew
Embedded Software Engineer at ProventusNova

Dear teacher:
I am using this one,Jetpack5.1.5(rel35.6.1).

teacher:
It’s quite complicated. Is there a simple way to directly block the display of the logo without replacing it.

Hello @403199668,

Unfortunately I don’t think there is an easier route.

To disable the logo altogether, you will need to change this build config variable.
Then you will need to re-build and flash UEFI, which I think is the hardest part of the process.

If you want to avoid wasting time on this task to focus on more important features, we can help. We could do it for you as part of our engineering support services. Please let me know if this sounds viable for you.

If you rather still try it your self, please keep us posted and let us know if you run into any other issues.

best regards,
Andrew
Embedded Software Engineer at ProventusNova

Thank you very much, teacher. We are still willing for you to replace the logo for us. Do I need to provide you with that information and materials?

Hello @403199668,

Sure, that sounds great!

If you are interested in our help, please send me an email to:

andres@proventusnova.com

We can discuss the details over email.

best regards,
Andrew
Embedded Software Engineer at ProventusNova

Okay, we have a meeting this morning. I will send you email after 4 pm this afternoon. Thank you very much, teacher.

@403199668,

Sounds like a plan!
I will be waiting for your email.

We are looking forward to learning more about you and your project.

best regards,
Andrew
Embedded Software Engineer at ProventusNova

Hello @proventusnova and @403199668

In addition for the referred guide, I can share you the newer guides. The previous guide that @proventusnova shared made in JetPack-4 system. However, @403199668 is using Orin Nano which is compatible for JetPack-5 and JetPack-6.
Here is our JetPack-5.1.4 based guide: Boot Logo Customization on JetPack 5.1.4 for NVIDIA® Jetson™ Modules
Here is our JetPack-6.1 based one: Boot Logo Customization on JetPack 6.1 for NVIDIA® Jetson™ Modules

Best Regards,
Mehmet

1 Like

Thank you very much for your guidance.