Skip to content

Instantly share code, notes, and snippets.

@dropmeaword
Created November 28, 2019 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dropmeaword/508f3cae3684ecf84f8239c9336b02a7 to your computer and use it in GitHub Desktop.
Save dropmeaword/508f3cae3684ecf84f8239c9336b02a7 to your computer and use it in GitHub Desktop.
Listing of boot directory on a Jetson Nano before updating the kernel
nano@nano004:~$ ls -l /boot
total 55676
drwxr-xr-x 3 root root 4096 mei 21 2018 efi
drwxr-xr-x 2 root root 4096 aug 16 20:21 extlinux
drwxr-xr-x 2 root root 4096 nov 28 17:58 grub
-rw-r--r-- 1 root root 34179080 okt 20 01:07 Image
-rw-r--r-- 1 root root 5562384 aug 16 20:58 initrd
lrwxrwxrwx 1 root root 24 nov 28 17:58 initrd.img -> initrd.img-4.9.140-tegra
-rw-r--r-- 1 root root 14966197 nov 28 17:58 initrd.img-4.9.140-tegra
-rw-r--r-- 1 root root 487999 aug 13 06:29 tegra210-jetson-tx1-p2597-2180-a01-devkit.dtb
-rw-r--r-- 1 root root 488528 aug 13 06:29 tegra210-jetson-tx1-p2597-2180-a02-devkit-24x7.dtb
-rw-r--r-- 1 root root 213057 aug 13 06:29 tegra210-p3448-0000-p3449-0000-a00.dtb
-rw-r--r-- 1 root root 213057 aug 13 06:29 tegra210-p3448-0000-p3449-0000-a01.dtb
-rw-r--r-- 1 root root 213571 aug 13 06:29 tegra210-p3448-0000-p3449-0000-a02.dtb
-rw-r--r-- 1 root root 213571 aug 13 06:29 tegra210-p3448-0000-p3449-0000-b00.dtb
-rw-r--r-- 1 root root 213501 aug 13 06:29 tegra210-p3448-0002-p3449-0000-a02.dtb
-rw-r--r-- 1 root root 213497 aug 13 06:29 tegra210-p3448-0002-p3449-0000-b00.dtb
@dropmeaword
Copy link
Author

And this is the listing after the patching:

nano@nano004:~/installLibrealsense$ ls -l /boot
total 55796
drwxr-xr-x 3 root root     4096 mei 21  2018 efi
drwxr-xr-x 2 root root     4096 aug 16 20:21 extlinux
drwxr-xr-x 2 root root     4096 nov 28 17:58 grub
-rw-r--r-- 1 root root 34441224 nov 28 19:41 Image
-rw-r--r-- 1 root root  5562384 aug 16 20:58 initrd
lrwxrwxrwx 1 root root       24 nov 28 17:58 initrd.img -> initrd.img-4.9.140-tegra
-rw-r--r-- 1 root root 14966218 nov 28 19:20 initrd.img-4.9.140-tegra
-rw-r--r-- 1 root root   487999 aug 13 06:29 tegra210-jetson-tx1-p2597-2180-a01-devkit.dtb
-rw-r--r-- 1 root root   488528 aug 13 06:29 tegra210-jetson-tx1-p2597-2180-a02-devkit-24x7.dtb
-rw-r--r-- 1 root root   213057 aug 13 06:29 tegra210-p3448-0000-p3449-0000-a00.dtb
-rw-r--r-- 1 root root   213057 aug 13 06:29 tegra210-p3448-0000-p3449-0000-a01.dtb
-rw-r--r-- 1 root root   213571 aug 13 06:29 tegra210-p3448-0000-p3449-0000-a02.dtb
-rw-r--r-- 1 root root   213571 aug 13 06:29 tegra210-p3448-0000-p3449-0000-b00.dtb
-rw-r--r-- 1 root root   213501 aug 13 06:29 tegra210-p3448-0002-p3449-0000-a02.dtb
-rw-r--r-- 1 root root   213497 aug 13 06:29 tegra210-p3448-0002-p3449-0000-b00.dtb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment