tree: e7c9a363ec89bb49d7bd7c068a7906e2606030af [path history] [tgz]
  1. bin_to_c.py
  2. gpt.castos.3728.bin
  3. gpt.castos.3776.bin
  4. gpt.h
  5. README.md
drivers/usb/gadget/cast_gpt/README.md

Cast OS GPT

This folder contains the Cast OS GPT images for emmc devices of 3776mb and 3728mb. gpt.h contains the C array definitons of the images, which will be used by fastboot to flash to the device. The file is generated by running python script bin_to_c.py gpt.h ./gpt.castos.3776.bin ./gpt.castos.3728.bin. The fastboot command to flash is fastboot oem flash-cast-gpt. It automatically detects emmc size and selects the corresponding image.