当前位置:网站首页>Jestson nano downloads updated kernel and DTB from TFTP server
Jestson nano downloads updated kernel and DTB from TFTP server
2022-07-03 09:29:00 【Monty Fried Bun】
When we cut the kernel, we may download the kernel frequently , however jetson nano Your download tool is too slow , So we can put the kernel into tftp The server , adopt uboot Update kernel , It will be very convenient .
One 、 Preparation
First build a tftp The server , Step reference tftp Server setup
, The difference is , install Nvidia Forum statement , take tftp The directory of the server is established in /var/lib/tftpboot/ Catalog , I didn't test whether it is feasible under the root directory , If you are interested, you can try .
stay tftpboot New directory under directory pxelinux.cfg, New file 01-48-b0-2d-3d-2d-8c, Note that the file name will vary according to the board , Refer to your own board for details .
The contents of the document are as follows :
PROMPT 0
TIMEOUT 30
DEFAULT primary
MENU TITLE PXELinux boot options
LABEL primary
MENU LABEL primary kernel on TFTP
LINUX Image
FDT tegra210-p3448-0000-p3449-0000-b00.dtb
APPEND ${cbootargs}
It mainly explains the startup options , And mirrored files 、 The device tree and APPEND Parameters ( Pass it to the kernel , You can modify the redirected output stream, that is, the kernel log, Or add quiet Control kernel log output );
therefore tftpboot You also need to put one under the directory Image Mirror image , One dtb Device tree file . about Jetson Nano 4GB For your board , The device tree file is called “tegra210-p3448-0000-p3449-0000-b00.dtb”.
Two 、uboot To configure
Restart the development board , Press any key to enter uboot;
1、 Enable the network card
command :
pci enu
2、 Set network parameters
setenv gatewayip 192.168.10.254
setenv ipaddr 192.168.10.77
setenv netmask 255.255.255.0
setenv serverip 192.168.1.204
saveenv
3、 Download the kernel and device tree
run bootcmd_pxe
Then you can run tftp The kernel of .
边栏推荐
- Solve POM in idea Comment top line problem in XML file
- Call the contents of Excel cells opened at the same time - button line feed
- Spark overview
- Jenkins learning (I) -- Jenkins installation
- Crawler career from scratch (V): detailed explanation of re regular expression
- 数字身份验证服务商ADVANCE.AI顺利加入深跨协 推进跨境电商行业可持续性发展
- IDEA 中使用 Hudi
- Jetson Nano 自定义启动图标kernel Logo cboot logo
- Derivation of Fourier transform
- 2022-2-14 learning the imitation Niuke project - send email
猜你喜欢
LeetCode每日一题(1162. As Far from Land as Possible)
Jenkins learning (III) -- setting scheduled tasks
[point cloud processing paper crazy reading classic version 13] - adaptive graph revolutionary neural networks
Vscode编辑器右键没有Open In Default Browser选项
[kotlin learning] control flow of higher-order functions -- lambda return statements and anonymous functions
2022-1-6 Niuke net brush sword finger offer
Win10 quick screenshot
Spark structured stream writing Hudi practice
PolyWorks script development learning notes (I) - script development environment
【点云处理之论文狂读前沿版11】—— Unsupervised Point Cloud Pre-training via Occlusion Completion
随机推荐
C language programming specification
unbuntu(debian)下TFTP服务器搭建及测试
Build a solo blog from scratch
Flink学习笔记(八)多流转换
Numerical analysis notes (I): equation root
LeetCode每日一题(2305. Fair Distribution of Cookies)
Django operates Excel files through openpyxl to import data into the database in batches.
CATIA automation object architecture - detailed explanation of application objects (III) systemservice
LeetCode每日一题(516. Longest Palindromic Subsequence)
Spark overview
Send mail using WP mail SMTP plug-in
Install database -linux-5.7
Explanation of the answers to the three questions
Vscode编辑器右键没有Open In Default Browser选项
npm install安装依赖包报错解决方法
Using Hudi in idea
ERROR: certificate common name “*.” doesn’t match requested ho
软件测试工程师是做什么的 通过技术测试软件程序中是否有漏洞
Filter comments to filter out uncommented and default values
Quickly use markdown to edit articles