Rename create an rpi target.
TG-8 closed
This commit is contained in:
7
projects/rpi_domo/uboot/update.cmd
Normal file
7
projects/rpi_domo/uboot/update.cmd
Normal file
@@ -0,0 +1,7 @@
|
||||
usb start
|
||||
tftp ${kernel_addr_r} zImage
|
||||
fatwrite mmc 0:1 ${fileaddr} zImage ${filesize}
|
||||
tftp ${fdt_addr_r} pi_Domo.dtb
|
||||
fatwrite mmc 0:1 ${fileaddr} pi_Domo.dtb ${filesize}
|
||||
tftp ${ramdisk_addr_r} rootfs.cpio.uboot
|
||||
fatwrite mmc 0:1 ${fileaddr} rootfs.cpio.uboot ${filesize}
|
||||
Reference in New Issue
Block a user