RidgeRun / NVIDIA-Jetson-IMX477-RPIV3

NVIDIA Jetson IMX477 HQ RPI V3 camera driver
124 stars 39 forks source link

Jetson Nano Error at Compile kernel, device tree and modules: #10

Closed nr-patel closed 4 years ago

nr-patel commented 4 years ago

I am getting following error after running: make -C kernel/kernel-4.9/ ARCH=arm64 O=$KERNEL_OUT CROSS_COMPILE=${CROSS_COMPILE} -j4 Image Error:arch/arm64/Makefile:49: LSE atomics not supported by binutils

rrcarlosrodriguez commented 4 years ago

Hi @nr-patel , just a quick question, are you running the compilation procedure in your host machine or inside the Jetson Nano?

nr-patel commented 4 years ago

Hello @rrcarlosrodriguez ,

I have already setup my Jetson Nano, so running compilation procedure from Jetson Nano. I am just following steps from option B to add driver patch. When will be option A steps will be available for Jetson Nano.

Thanks, Nikhil

rrcarlosrodriguez commented 4 years ago

Compilation procedure should be done inside you host PC, not inside the Jetson Nano.

Option A will be available next week. We already received the Jetson Nano B01 version and will be working on it this week