当前位置:网站首页>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 .
边栏推荐
- LeetCode每日一题(1300. Sum of Mutated Array Closest to Target)
- [point cloud processing paper crazy reading classic version 13] - adaptive graph revolutionary neural networks
- Spark 概述
- unbuntu(debian)下TFTP服务器搭建及测试
- [point cloud processing paper crazy reading classic version 11] - mining point cloud local structures by kernel correlation and graph pooling
- Flink学习笔记(十一)Table API 和 SQL
- 1922. Count Good Numbers
- PolyWorks script development learning notes (III) -treeview advanced operation
- Django operates Excel files through openpyxl to import data into the database in batches.
- [graduation season | advanced technology Er] another graduation season, I change my career as soon as I graduate, from animal science to programmer. Programmers have something to say in 10 years
猜你喜欢

Temper cattle ranking problem

The rise and fall of mobile phones in my perspective these 10 years

Django operates Excel files through openpyxl to import data into the database in batches.

PolyWorks script development learning notes (II) -treeview basic operations

Go language - JSON processing

数字身份验证服务商ADVANCE.AI顺利加入深跨协 推进跨境电商行业可持续性发展

Please tell me how to set vscode

Modify idea code

Utilisation de hudi dans idea

一款开源的Markdown转富文本编辑器的实现原理剖析
随机推荐
The server denied password root remote connection access
Hudi学习笔记(三) 核心概念剖析
【Kotlin学习】高阶函数的控制流——lambda的返回语句和匿名函数
Jestson Nano自定义根文件系统创建(支持NVIDIA图形库的最小根文件系统)
Jenkins learning (I) -- Jenkins installation
Simple use of MATLAB
LeetCode每日一题(1300. Sum of Mutated Array Closest to Target)
Spark overview
【Kotlin学习】类、对象和接口——带非默认构造方法或属性的类、数据类和类委托、object关键字
Hudi quick experience (including detailed operation steps and screenshots)
Spark 概述
Go language - Reflection
Navicat, MySQL export Er graph, er graph
Jetson Nano 自定义启动图标kernel Logo cboot logo
[point cloud processing paper crazy reading classic version 14] - dynamic graph CNN for learning on point clouds
数字身份验证服务商ADVANCE.AI顺利加入深跨协 推进跨境电商行业可持续性发展
LeetCode每日一题(1162. As Far from Land as Possible)
Powerdesign reverse wizard such as SQL and generates name and comment
[kotlin learning] classes, objects and interfaces - classes with non default construction methods or attributes, data classes and class delegates, object keywords
PolyWorks script development learning notes (I) - script development environment