Boot Petalinux Project Using a remote system

通过jtag实现在远程服务器端下载petalinux image到连接在本地PC的开发板上的方法。

具体连接方式为

比如Host的系统为Windows,Remote system为运载在远程服务器上的Linux系统。Hardware为zc702开发板。

具体实现步骤如下:

1.在Host端运行hw_server.bat(vivado开发套件提供了这个文件) 打开DOS窗口---->cmd----->输入hw_server(若找不到指令,请在path路径中添加hw_server的存放路径)

注意:运行hw_server后应保持窗口开启,不要关闭。

2.另外利用ipconfig指令查看Host的IP,假设为10.104.x.xxx

3.在Remote端,编译petalinux project,之后使用petalinux-package --prebuilt将petalinux image.ub镜像、u-boot.elf,BOOT.bin,system.dtb等文件放在生成的pre-built目录下,然后将download.bit文件拷贝pre-built/implementation/目录下。

4.执行petalinux-boot --prebuilt 3 --jtag --hw_server-url TCP:10.104.x.xxx:3121即可。

时间: 2024-07-28 12:50:04

Boot Petalinux Project Using a remote system的相关文章

CentOS之SSH拒绝连接一记(The remote system refused the connection)

国外的某些站点被墙,弄了一个VPS搭建pptpd的VPN服务.最近愈来愈吊老.开始大面积封杀IP.我的也没有逃过此劫.后面找VPS提供商更换了个ip,嘿嘿. 然后SSH上不去了.提示 The remote system refused the connection 经过一番排查,原来是因为 我之前修改了 ssh的监听端口.但更换ip后,ssh又变回原来的22端口了. 我用的是以前修改过后的端口.于是,我用22端口登上去,然后修改了ssh端口.问题就搞定了.

ssh连接The remote system refused the connection故障处理

安装在VMware workstation上的centos6.8有3个月没启动过了,国庆前决定用一下,却发现连不上网. 研究了一下,发现eth0变成了eth3,虽然觉得这个变化无伤大雅,但还是按照上一篇文章的办法修改网卡设备文件名,还是不行.重启网络服务,重启系统,问题还是没有解决.开始怀疑vmware workstation,升级到12.5,问题依旧.检查vmware网络配置,没看出所以然,于是冒着影响其它虚拟机网络配置的风险,用vmware虚拟网络编辑器还原vmware网络缺省配置,才发现负

【转载】Remote System Explorer Operation总是运行后台服务,卡死eclipse解决办法

原来是eclipse后台进程在远程操作,就是右下角显示的“Remote System Explorer Operation”.折腾了半天,在Stack Overflow找到答案(源地址).把解决方案翻译如下: 第一步:Eclipse -> Preferences -> General -> Startup and Shutdown.不要勾选 RSE UI.第二步:Eclipse -> Preferences -> Remote Systems. 取消勾选 Re-open Re

服务器拒绝连接(The remote system refused the connection.)

在使用CRT连接服务器的时候,出现了的 The remote system refused the connection. 一般客户端都是通过 SSH 协议连接服务器的.ping了一下,网络是通的,依靠经验判断,估计是某项服务没有启动.首先想到的是 SSH服务了. 1,切换到 /etc/ssh ,查看ssh_config文件中是否包含本机的IP地址.如果没有,请追加 本机的IP地址. 2,重启SSH服务     /etc/init.d/sshd restart 到此,问题顺利解决. 有同事说自己

The remote system refused the connection.

使用SecureCRT连接Ubuntu时,报错: The remote system refused the connection. 说明Ubuntu上没有安装openssh-server,使用命令: sudo apt-get install openssh-server 进行安装,安装完成之后执行以下命令查看: ps -e | grep ssh 结果: 5625 ? 00:00:00 sshd 再次尝试使用SecureCRT连接就成功了.

Remote System Explorer Operation总是运行后台服务,卡死eclipse

阿里云 > 教程中心 > android教程 > Remote System Explorer Operation总是运行后台服务,卡死eclipse Remote System Explorer Operation总是运行后台服务,卡死eclipse 发布时间:2018-01-18 来源:网络 上传者:用户 关键字: operation 后台 Explorer 总是 运行 Eclipse System Remote 服务 发表文章 摘要:自己刚开始做Android项目,发现在使用可视化

Remote System Explorer Operation在eclipse后台一直跑 解决办法

在用eclipse开发时,经常遇到卡死的情况,其中一种就是右下角出现:“Remote System Explorer Operation”,解决方案如下: 第一步:Eclipse -> Preferences -> General -> Startup and Shutdown.不要勾选 RSE UI. 第二步:Eclipse -> Preferences -> Remote Systems. 取消勾选 Re-open Remote Systems view to previ

Spring Boot 在Linux环境中 使用System.loadLibrary("XXX") 加载so文件

场景, 在Spring Boot加载so文件, 在此记录配置的过程和帮助过我的链接文档 System.loadLibrary("hello"); // Load native library at runtime hello.dll (Windows) or libhello.so 注意: window环境中文件名为hello.dll 或 libhello.so 步骤1: 把so文件存放在一个目录中 步骤2: Linux 运行jar文件配置lib库地址 nohup java -Dfil

Annoying “Remote System Explorer Operation” causing freeze for couple of seconds

Eclipse -> Preferences -> General -> Startup and Shutdown. -Uncheck RSE UI. Eclipse -> Preferences -> Remote Systems. -Uncheck Re-open Remote Systems view to previous state. Update your Eclipse to 4.3.1 (at least) due to a bug on previous v