Run the Other DTB Files with the Image.gz and initramfs.cpio.gz

If you want to load the other DTBs, for example, jh7110-devkits-wifi.dtb, follow the steps below.
  1. Set the environment parameter:
    setenv ipaddr 192.168.xxx.xxx; setenv serverip 192.168.xxx.xxx;
    
  2. Upload files to DDR:
    tftpboot ${fdt_addr_r} jh7110-devkits-wifi.dtb;
    tftpboot ${kernel_addr_r} Image.gz;
    tftpboot ${ramdisk_addr_r} initramfs.cpio.gz;
    run chipa_set_linux;run cpu_vol_set;
    
  3. Load and execute:
    booti ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}
    
  4. Login with the following credentials:

    buildroot login:root
    Password: starfive

    Result:

    The launch is successful!