上一页 1 2 3 4 5 6 ··· 8 下一页

2022年5月29日

固件打包流程

摘要: #obmc-phosphor-image的taskorder do_prepare_recipe_sysroot do_rootfs do_flush_pseudodb do_generate_rwfs_static do_image_qa do_generate_phosphor_manifest 阅读全文

posted @ 2022-05-29 17:04 zlyang 阅读(720) 评论(0) 推荐(0) 编辑

查看systemd依赖关系

摘要: #systemctl list-dependencies multi-user.target * |-avahi-daemon.service * |-dbus-broker.service * |-dropbearkey.service * |-hostlogger@ttyS2.service * 阅读全文

posted @ 2022-05-29 16:42 zlyang 阅读(1144) 评论(0) 推荐(0) 编辑

2022年5月26日

git使用代理加速github下载

摘要: 一般代理提供的服务,只要在原本仓库的url前加上代理域名就行了,可以通过git config替换url,自动代理 假设域名代理为gitproxy.com #git config --global url."https://gitproxy.com/github.com/".insteadof "ht 阅读全文

posted @ 2022-05-26 14:41 zlyang 阅读(751) 评论(0) 推荐(1) 编辑

git下载指定commit id

摘要: #git init #git remote add {nick_name} {url} #git fetch {nick_name} {commit id} #git reset --hard FETCH_HEAD fetch的时候可以加上--depth=1,减少文件数量,进一步加速下载 阅读全文

posted @ 2022-05-26 14:36 zlyang 阅读(1423) 评论(0) 推荐(0) 编辑

2022年2月16日

ubuntu authentication is requiredd to run gvfsd-admin daemon

摘要: ubuntu弹出对话框,提示: authentication is requiredd to run gvfsd-admin daemon 解决方法: Alt + F2, 输入r,回车 阅读全文

posted @ 2022-02-16 09:54 zlyang 阅读(1447) 评论(1) 推荐(2) 编辑

2022年1月25日

docker 中使用vlc

摘要: sudo docker run -it --device /dev/snd -e PULSE_SERVER=unix:/run/user/1000/pulse/native -v /run/user/1000/pulse/native:/run/user/1000/pulse/native -v ~ 阅读全文

posted @ 2022-01-25 19:04 zlyang 阅读(386) 评论(0) 推荐(0) 编辑

2021年10月26日

指定commit加速github下载

摘要: #mkdir reopsity #cd reopsity #git init #git remote add {nickname} {git://kernel.url} #git fetch {nickname} {commit id} --depth=1 #git reset --hard FET 阅读全文

posted @ 2021-10-26 16:40 zlyang 阅读(169) 评论(0) 推荐(0) 编辑

2021年5月12日

设备树中gpio属性gpio-line-names和line-name的区别

摘要: openbmc大多数设备的dts中,gpio的名字都在gpio-line-names中命名 如aspeed-bmc-opp-romulus.dts中 &gpio { gpio-line-names = /*A0-A7*/ "","cfam-reset","","","","","fsi-mux"," 阅读全文

posted @ 2021-05-12 00:49 zlyang 阅读(1804) 评论(2) 推荐(1) 编辑

2021年5月7日

openbmc中的Yocto版本信息

摘要: Codename Yocto Project Version Release Date Current Version Support Level Poky Version BitBake branch Maintainer Gatesgarth 3.2 Oct 2020 3.2.3 (April 阅读全文

posted @ 2021-05-07 14:35 zlyang 阅读(418) 评论(0) 推荐(0) 编辑

openbmc yocto常用命令

摘要: bitbake 使用文档 poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst 下载package bitbkae obmc-phosphor-image --runall=fetch 展开package bitb 阅读全文

posted @ 2021-05-07 11:09 zlyang 阅读(746) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 8 下一页

导航