Run the Default DTB with image.fit
This section provides steps to transfer image.fit through TFTP and run image.fit with the default DTB: jh7110-devkits-v2.dtb.
- Run the following command to set environment
parameters:
setenv ipaddr 192.168.xxx.xxx; setenv serverip 192.168.xxx.xxx;
- Upload the image file to
DDR:
tftpboot ${loadaddr} image.fit;
- Load and execute the file by
running:
bootm start ${loadaddr};bootm loados ${loadaddr};run chipa_set_linux;run cpu_vol_set; booti ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r};
-
Login with the following credentials:
buildroot login:root Password: starfive
Result:
The launch is successful!