boot.txt 330 B

1234567891011
  1. setenv bootargs console=ttyAML0,115200 earlyprintk root=PARTUUID=feedc0de-02 rootwait
  2. fatload mmc 0:1 0x01080000 uImage
  3. if itest.s "${aml_dt}" == "gxl_p212_2g"; then
  4. fatload mmc 0:1 $dtb_mem_addr meson-gxl-s905x-nexbox-a95x.dtb
  5. else
  6. fatload mmc 0:1 $dtb_mem_addr meson-gxbb-nexbox-a95x.dtb
  7. fi
  8. bootm 0x1080000 - $dtb_mem_addr