NVIDIA-AI-IOT / jetcard

An SD card image for web programming AI projects with NVIDIA Jetson Nano
MIT License
211 stars 81 forks source link

Wrong /proc/device-tree/model value #18

Open liqsuq opened 4 years ago

liqsuq commented 4 years ago

From L4T32.2, "cat /proc/device-tree/model" outputting value is different from what nvresizefs.sh checks. "jetson-nano" -> "NVIDIA Jetson Nano Developer Kit" Because of this, nvresizefs.sh exits unintentionally.

For reference, The JetPack 4.2.1 rev2 from sdkmanager has same issue. I will confirm this on 4.2.2.

liqsuq commented 4 years ago

Sorry, second paragraph is my mistake. In brief, nvresizefs.sh in this repository is not updated.

I think README.md needs version requirement.