... | @@ -52,7 +52,7 @@ Let's break down what each part of the command does: |
... | @@ -52,7 +52,7 @@ Let's break down what each part of the command does: |
|
* **`ppmquant 224`**: Reduces the number of colors in the image to 224, which is commonly used for boot logos.
|
|
* **`ppmquant 224`**: Reduces the number of colors in the image to 224, which is commonly used for boot logos.
|
|
* **`pnmnoraw > logo_kernel.ppm`**: Normalizes the image and saves it as **`logo_kernel.ppm`**.
|
|
* **`pnmnoraw > logo_kernel.ppm`**: Normalizes the image and saves it as **`logo_kernel.ppm`**.
|
|
|
|
|
|
3. Your custom logo is now created and saved as **`logo_kernel.ppm`**. You can use this PPM logo in Yocto Project as described in the previous section. Ensure that you've copied this PPM logo to the appropriate directory within your Yocto layer, and follow the steps to customize the boot logo.
|
|
3. Your custom logo is now created and saved as **`logo_kernel.ppm`**.
|
|
|
|
|
|
**Continuing the Customization Process**
|
|
**Continuing the Customization Process**
|
|
|
|
|
... | | ... | |