【jetson】研华 jetson orin 开发套件系统镜像下载链接、刷入镜像时修改默认用户名的方法

1. 系统镜像下载链接

1.1. 百度网盘

orin nano 8Ghttps://pan.baidu.com/s/1iE6ES5yV8CQ85HU0O34mHg?pwd=moyk
orin nx 8Ghttps://pan.baidu.com/s/1F96NN1Hy0meNegzuqW-7mA?pwd=qojr
orin nx 16Ghttps://pan.baidu.com/s/1w0Gukoi9Ld-8wZLKQuhcgQ?pwd=on2c
注:百度网盘下载链接来源于研华技术支持人员,有过期时间。

1.2. 123 网盘备用链接

orin nano 8Ghttps://www.123pan.com/s/ZUAuVv-lOw7H.html
orin nx 8Ghttps://www.123pan.com/s/ZUAuVv-7Ow7H.html
orin nx 16Ghttps://www.123pan.com/s/ZUAuVv-bOw7H.html

2. 修改系统镜像用户名

下载镜像文件 xxx.tbz2 并解压后,可以在其中的 rootfs/opt/preseed.cfg 文件里提前对系统进行配置,文件内容如下:

d-i debian-installer/locale string en_US.UTF-8
ubiquity localechooser/supported-locales en_US.UTF-8

ubiquity ubiquity/reboot boolean true
ubiquity languagechooser/language-name select English
ubiquity countrychooser/shortlist select US
ubiquity localechooser/languagelist select en
ubiquity keyboard-configuration/layoutcode select us
ubiquity keyboard-configuration/modelcode  select pc105

tasksel tasksel/first multiselect
tasksel tasksel/tasks multiselect

d-i debian-installer/language string en
d-i debian-installer/country string US
d-i console-setup/ask_detect boolean false
d-i keyboard-configuration/xkb-keymap select us
d-i keyboard-configuration/layoutcode string us
d-i keyboard-configuration/variantcode string
d-i netcfg/choose_interface select auto
d-i netcfg/disable_dhcp boolean true
d-i netcfg/get_hostname string ubuntu
d-i netcfg/get_domain string ubuntu
d-i mirror/http/hostname string archive.ubuntu.com
d-i passwd/user-fullname string ubuntu
d-i passwd/username string ubuntu
d-i passwd/user-password password ubuntu123
d-i passwd/user-password-again password ubuntu123
d-i passwd/auto-login boolean true
d-i user-setup/allow-password-weak boolean true
d-i time/zone string Asia/Taipei 
d-i gclock-setup/ntp boolean true
d-i netcfg/enable boolean false
d-i clock-setup/utc boolean true
d-i clock-setup/utc-auto boolean true
d-i finish-install/reboot_in_progress note

其中以下两行即指定了用户名为 ubuntu,可以提前修改为其他用户名。

d-i passwd/user-fullname string ubuntu
d-i passwd/username string ubuntu

更多 preseed 配置文件的用法可以参考以下文章

ubuntu preseed无人应答安装https://zhangguanzhang.github.io/2019/08/06/preseed/

  • 1
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值