lea@ubuntu:~/mylinux$ petalinux-boot --jtag --prebuilt 3 -v --hw_server-url TCP:ubuntu:3121 INFO: Sourcing build tools XSDB Script: INFO: Launching XSDB for file download and boot. connect -url TCP:ubuntu:3121 puts stderr "INFO: Configuring the FPGA..." puts stderr "INFO: Downloading bitstream: /home/lea/mylinux/pre-built/linux/images/system.bit to the target." fpga "/home/lea/mylinux/pre-built/linux/images/system.bit" after 2000 targets -set -nocase -filter {name =~ "*PSU*"} mask_write 0xFFCA0038 0x1C0 0x1C0 targets -set -nocase -filter {name =~ "*MicroBlaze PMU*"} catch {stop}; after 1000 puts stderr "INFO: Downloading ELF file: /home/lea/mylinux/pre-built/linux/images/pmufw.elf to the target." dow "/home/lea/mylinux/pre-built/linux/images/pmufw.elf" after 2000 con targets -set -nocase -filter {name =~ "*APU*"} mwr 0xffff0000 0x14000000 mask_write 0xFD1A0104 0x501 0x0 after 5000 targets -set -nocase -filter {name =~ "*A53*#0"} source /home/lea/mylinux/project-spec/hw-description/psu_init.tcl puts stderr "INFO: Downloading ELF file: /home/lea/mylinux/pre-built/linux/images/zynqmp_fsbl.elf to the target." dow "/home/lea/mylinux/pre-built/linux/images/zynqmp_fsbl.elf" after 2000 con after 4000; stop; catch {stop}; psu_ps_pl_isolation_removal; psu_ps_pl_reset_config targets -set -nocase -filter {name =~ "*A53*#0"} puts stderr "INFO: Downloading ELF file: /home/lea/mylinux/pre-built/linux/images/u-boot.elf to the target." dow "/home/lea/mylinux/pre-built/linux/images/u-boot.elf" after 2000 targets -set -nocase -filter {name =~ "*A53*#0"} puts stderr "INFO: Loading image: /home/lea/mylinux/pre-built/linux/images/Image at 0x00200000" dow -data "/home/lea/mylinux/pre-built/linux/images/Image" 0x00200000 after 2000 targets -set -nocase -filter {name =~ "*A53*#0"} puts stderr "INFO: Loading image: /home/lea/mylinux/pre-built/linux/images/system.dtb at 0x00100000" dow -data "/home/lea/mylinux/pre-built/linux/images/system.dtb" 0x00100000 after 2000 targets -set -nocase -filter {name =~ "*A53*#0"} puts stderr "INFO: Loading image: /home/lea/mylinux/pre-built/linux/images/rootfs.cpio.gz.u-boot at 0x04000000" dow -data "/home/lea/mylinux/pre-built/linux/images/rootfs.cpio.gz.u-boot" 0x04000000 after 2000 targets -set -nocase -filter {name =~ "*A53*#0"} puts stderr "INFO: Loading image: /home/lea/mylinux/pre-built/linux/images/boot.scr at 0x20000000" dow -data "/home/lea/mylinux/pre-built/linux/images/boot.scr" 0x20000000 after 2000 targets -set -nocase -filter {name =~ "*A53*#0"} puts stderr "INFO: Downloading ELF file: /home/lea/mylinux/pre-built/linux/images/bl31.elf to the target." dow "/home/lea/mylinux/pre-built/linux/images/bl31.elf" after 2000 con exit INFO: This may take a few minutes, depending on the size of your image. rlwrap: warning: your $TERM is 'xterm-256color' but rlwrap couldn't find it in the terminfo database. Expect some problems.: Inappropriate ioctl for device INFO: Configuring the FPGA... INFO: Downloading bitstream: /home/lea/mylinux/pre-built/linux/images/system.bit to the target. INFO: Downloading ELF file: /home/lea/mylinux/pre-built/linux/images/pmufw.elf to the target. INFO: Downloading ELF file: /home/lea/mylinux/pre-built/linux/images/zynqmp_fsbl.elf to the target. INFO: Downloading ELF file: /home/lea/mylinux/pre-built/linux/images/u-boot.elf to the target. INFO: Loading image: /home/lea/mylinux/pre-built/linux/images/Image at 0x00200000 INFO: Loading image: /home/lea/mylinux/pre-built/linux/images/system.dtb at 0x00100000 INFO: Loading image: /home/lea/mylinux/pre-built/linux/images/rootfs.cpio.gz.u-boot at 0x04000000 INFO: Loading image: /home/lea/mylinux/pre-built/linux/images/boot.scr at 0x20000000 INFO: Downloading ELF file: /home/lea/mylinux/pre-built/linux/images/bl31.elf to the target.