Files
u-boot/include/configs
Siva Durga Prasad Paladugu 5ce987feb3 ARM64: zynqmp: Enable fastboot for first SD/MMC/EMMC device
DNL numbers are not changed that's why fastboot needs to be called with
-i parameter (Xilinx vendor id).

- Show available devices
sudo fastboot -i 0x03fd devices
xilinx_zynqmp_zcu100	fastboot

- Stop fastboot and go back to U-Boot prompt
sudo fastboot -i 0x03fd continue

- Reboot the board
sudo fastboot -i 0x03fd reboot

- Get internal variables
sudo fastboot -i 0x3fd getvar bootloader-version
bootloader-version: U-Boot 2016.07-00026-g19bd53044817
sudo fastboot -i 0x3fd getvar downloadsize
downloadsize: 0x06000000
sudo fastboot -i 0x3fd getvar version
version: 0.4
(regular variables needs to have fastboot. prefix - there is also
serialno variable which should be define as serial#)

- Format SD/MMC/EMMC card
sudo fastboot -i 0x3fd oem format
- Write images to boot and Linux partition
sudo fastboot -i 0x3fd flash boot sd.img
sudo fastboot -i 0x3fd flash Linux os.img

- Creating sd.img or os.img
$ dd if=/dev/zero of=sd.img bs=1024 count=1024
$ mkfs.vfat sd.img
$ mkdir sd-mount
$ mount -o loop sd.img sd-mount
$ echo foo > sd-mount/bar
$ umount sd-mount

partitions setting should be checked by running gpt command.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2017-01-10 10:18:12 +01:00
..
2016-10-28 07:13:52 -04:00
2016-09-09 14:59:35 -04:00
2016-12-03 13:21:24 -05:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-28 07:13:52 -04:00
2016-10-23 18:33:36 -04:00
2016-12-05 11:04:42 -05:00
2016-10-28 07:13:52 -04:00
2016-10-23 18:33:21 -04:00
2016-10-23 18:33:21 -04:00
2016-10-12 08:04:34 -04:00
2016-10-28 07:13:52 -04:00
2016-10-28 07:13:52 -04:00
2016-10-12 08:20:17 -04:00
2016-10-23 18:33:21 -04:00
2016-06-17 09:34:49 -04:00
2016-10-12 08:04:34 -04:00
2016-10-28 07:13:52 -04:00
2016-10-28 07:13:52 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-09-26 13:24:43 -04:00
2016-10-27 20:33:56 -04:00
2016-10-14 21:11:33 -04:00
2016-10-23 18:33:21 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-28 07:13:52 -04:00
2016-09-26 13:24:43 -04:00
2016-09-26 13:24:43 -04:00
2016-11-29 16:59:37 +01:00
2016-10-28 07:13:52 -04:00
2016-10-28 07:13:52 -04:00
2016-10-28 07:13:52 -04:00
2016-10-28 07:13:52 -04:00
2016-10-28 07:13:52 -04:00
2016-10-28 07:13:52 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-28 07:13:52 -04:00
2016-10-23 18:33:21 -04:00
2016-10-28 07:13:52 -04:00
2016-10-28 07:13:52 -04:00
2016-10-23 18:33:22 -04:00
2016-09-26 13:24:43 -04:00
2016-10-12 08:20:17 -04:00
2016-10-28 07:13:52 -04:00
2016-10-28 07:13:52 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-28 07:13:52 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-09-09 14:59:35 -04:00
2016-10-12 08:20:17 -04:00
2016-10-23 18:33:21 -04:00
2016-10-23 18:33:21 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-09-26 13:24:43 -04:00
2016-10-28 07:13:52 -04:00
2016-08-05 12:50:25 +03:00
2016-09-27 10:46:45 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-28 07:13:52 -04:00
2016-10-23 18:33:36 -04:00
2016-10-23 18:33:22 -04:00
2016-10-28 07:13:52 -04:00
2016-09-26 13:24:43 -04:00
2016-10-28 07:13:52 -04:00
2016-09-09 14:59:35 -04:00
2016-10-28 07:13:52 -04:00
2016-10-28 07:13:52 -04:00
2016-09-26 13:24:43 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-28 07:13:52 -04:00
2016-10-28 07:13:52 -04:00
2016-10-28 07:13:52 -04:00
2016-10-12 08:04:34 -04:00
2016-10-28 07:13:52 -04:00
2016-10-14 21:11:33 -04:00
2016-10-23 18:33:22 -04:00
2016-10-23 18:33:22 -04:00
2016-10-12 08:20:17 -04:00
2016-09-27 10:46:45 -04:00
2016-10-28 07:13:52 -04:00
2016-10-30 11:38:04 +01:00
2016-10-28 07:13:52 -04:00
2016-10-14 21:11:33 -04:00
2016-10-28 07:13:52 -04:00
2016-12-03 13:21:23 -05:00
2016-09-26 13:24:43 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-28 07:13:52 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-12 08:20:17 -04:00
2016-10-28 07:13:52 -04:00
2016-10-23 18:33:36 -04:00
2016-11-29 16:45:48 +01:00
2016-10-14 21:11:33 -04:00
2016-10-27 20:33:56 -04:00
2016-10-28 07:13:52 -04:00
2016-12-03 13:21:24 -05:00
2016-10-28 07:13:52 -04:00
2016-10-28 07:13:52 -04:00
2016-09-27 10:46:45 -04:00
2016-10-27 20:33:56 -04:00
2016-10-23 18:33:21 -04:00
2016-10-12 08:20:17 -04:00
2016-10-28 07:13:52 -04:00
2016-10-28 07:13:52 -04:00
2016-09-09 14:59:35 -04:00