About keyboard is not working on Nano jetson means I am not able to press ENTER button

#!/bin/bash

SPDX-FileCopyrightText: Copyright (c) 2011-2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.

SPDX-License-Identifier: BSD-3-Clause

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this

list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,

this list of conditions and the following disclaimer in the documentation

and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its

contributors may be used to endorse or promote products derived from

this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS”

AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE

FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER

CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,

OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

flash.sh: Flash the target board.

flash.sh performs the best in LDK release environment.

Usage: Place the board in recovery mode and run:

flash.sh [options] <target_board> <root_device>

for more detail enter ‘flash.sh -h’

Examples:

./flash.sh <target_board> internal - boot <target_board> from on-board device (eMMC/SDCARD)

./flash.sh <target_board> external - boot <target_board> from external device

./flash.sh <target_board> mmcblk0p1 - boot <target_board> from eMMC

./flash.sh <target_board> mmcblk1p1 - boot <target_board> from SDCARD

./flash.sh <target_board> sda1 - boot <target_board> from USB device

./flash.sh <target_board> nvme0n1 - boot <target_board> from NVME storage device

./flash.sh -N :/nfsroot <target_board> eth0 - boot <target_board> from NFS

./flash.sh -k LNX <target_board> mmcblk1p1 - update <target_board> kernel

./flash.sh -k EBT <target_board> mmcblk1p1 - update <target_board> bootloader

:

It is the log file of it

Is this all command for eMMC jetson or SD CARD slot jetson?
As I have Jetson with SD card slot

I read your flash log. Your Jetson Nano is actually not a NV devkit.

It has emmc on it. Please read this again.

If you don’t know why it is a eMMC module instead of sdcard module, read below post.

https://forums.developer.nvidia.com/t/guidance-to-tell-if-you-are-using-a-nv-developer-kit/316012/5

Also, I want to say this one last time.

If you want to share any log, share that as text log instead of screenshot.
We need full information instead of the partial info on your screenshot.

akshat@akshat-HP-Pavilion-Laptop-15-eh1xxx:~/jetson/Linux_for_Tegra$ sudo ./flash.sh jetson-nano-devkit-emmc mmcblk0p1

L4T BSP Information:

R32 , REVISION: 7.6

Error: probing the target board failed.
Make sure the target board is connected through
USB port and is in recovery mode.

while running emmc this thing is comig while the board is in recovery mode

akshat@akshat-HP-Pavilion-Laptop-15-eh1xxx:~/jetson/Linux_for_Tegra$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 22d9:276a
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0bda:b00c Realtek Semiconductor Corp.
Bus 001 Device 002: ID 30c9:000e
Bus 001 Device 005: ID 0955:7f21 Nvidia Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

in the last second line NVIDIA corp is coming

Is your sdcard slot on the carrier board or it is on the module?

If you don’t know what I am talking about, please take a picture of your board. Especially the sdcard location.


Yes, the sdcard slot is on the carrier board but not the module.

This is definitely a eMMC module.

The flash command is correct. Your board is probably not in recovery mode correctly.

recovery mode only lasts for one flash attempt.

If you want to flash again, you need to put the board into recovery mode again.

It is flashed correctly but the NVIDIA logo still stucked in


Photo of board

What next step should I do

please enable serial log for us to check.

Follow this page.

It’s a good method but can u tell its alternative as for this TTL is needed and I don’t have TTL?

no, there is no other method. This is the only method to dump boot log

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.