errors :(
14nrv opened this issue · 3 comments
14nrv commented
Hi,
Nice project
I run the script on my VM (ubuntu) and I got those errors. Do u have an idea why?
I would like to have the ACM module
- I can manually make ssh on my jetson nano.
- I installed rsync on my vm.
- Linux r-nano 4.9.140-tegra #1 SMP PREEMPT Wed Mar 13 00:32:22 PDT 2019 aarch64 aarch64 aarch64 GNU/Linux
rbonghi commented
Hi @14nrv ,
I will fix soon. The error start from my last updated of https://github.com/rbonghi/jetson_stats and doesn't find now all environment variables.
rbonghi commented
Thank you @14nrv ,
I will fix the installer for jetson-stats and I think jetson easy will start to work without any problem!
14nrv commented
For my jetson nano (Kernel: 4.9.140, Jetpack 4.2 [L4T 32.1.0]), I made some others changes:
- modules/4-kernel_update/4-kernel_update.sh
# ...
case $JETSON_L4T in
"32.1.0")
KERNEL_LINK="https://developer.nvidia.com/embedded/dlc/l4t-sources-32-1-jetson-nano"
KERNEL_INTERNAL_FOLDER="public_sources/kernel_src.tbz2"
KERNEL_FOLDER="kernel/kernel-4.9"
;;
# ...
- modules/4-kernel_update/kernel_installer.sh
i replaced:
sudo zcat $KERNEL_SRC_CONFIG > $KERNEL_CONFIG_FILE
by:
sudo sh -c 'zcat /proc/config.gz > .config'