feat(copy_to_tftp): 添加配置文件系统和摘要信息显示#59
Merged
Merged
Conversation
脚本增强: - 支持通过 .conf 配置文件管理路径 - 新增多板子配置支持 (tftp-<BOARD>.conf) - 默认从 out/release-latest 获取预编译文件 - 复制后显示内核版本、设备树信息和文件大小 - 新增 --config, --list-configs, --rootfs, --uboot 参数 新增文件: - scripts/server_helper/tftp.conf.example (配置模板) - scripts/server_helper/tftp-imx6ull-aes.conf (默认配置) 文档更新: - 更新 copy_to_tftp.sh.md 反映新功能 - 在 document/scripts/index.md 添加链接 使用方式: ./scripts/server_helper/copy_to_tftp.sh # 使用默认配置 ./scripts/server_helper/copy_to_tftp.sh --list-configs # 列出可用配置 BOARD_NAME=imx6ull-aes ./scripts/server_helper/copy_to_tftp.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
脚本增强:
新增文件:
文档更新:
使用方式:
./scripts/server_helper/copy_to_tftp.sh # 使用默认配置, 默认的情况下会直接找Release-all编译的产物
./scripts/server_helper/copy_to_tftp.sh --list-configs # 列出可用配置
BOARD_NAME=imx6ull-aes ./scripts/server_helper/copy_to_tftp.sh
这个PR是额外关联的 #58 的工作任务