Page 1 of 1

FAQ_MA35D1_Change Boot Order for Buildroot

Posted: 02 Dec 2022, 17:56
by yhcheng3
Question :

How to Change Boot Order for Buildroot ?


Answer.
  1. Run the following command in the buildroot directory.

    Code: Select all

     make menuconfig
  2. select bootloader. (Refer to Figure 1)
    Enter bootloader->Board defconfig
    figure1.png
    Menuconfig
    figure1.png (152.83 KiB) Viewed 4948 times
    .
  3. Press Enter and select the boot option (ma35d1_sdcard0, ma35d1_sdcard1, ma35d1_nand, ma35d1_spinand). Refer to Figure 2.
    figure2.png
    Board defconfig
    figure2.png (27.06 KiB) Viewed 4948 times
    .
  4. Save and exit before running the following commands:

    Code: Select all

    rm -rf dl/arm-trusted-firmware dl/uboot dl/linux dl/optee-os
    make arm-trusted-firmware-dirclean uboot-dirclean linux-dirclean optee-os-dirclean
    make
.



#MA35D1, #boot, #sdcard, #nand, #spinand
.