Hi supporter,
i encounter a linux kernel not bootup issue in platform: DriveOS 6.0.2 SDK on Drive Orin chip. hope could get your help. thank you!
Below is my make image, flash image flow and issue description:
DTSI: tegra234-soc-ufshc.dtsi is change the ufs status from disabled to okay
make -j12 -C kernel O=${PWD}/out-linux
copy the uncompressed (Image) kernel images to the kernel top directory with the following command:
cp ${PWD}/out-linux/arch/arm64/boot/Image /drive-linux/kernel/preempt_rt/images
copy the newly generated DTB files:
cp ${PWD}out-linux/arch/arm64/boot/dts/nvidia/<dtb_file> /drive-linux/kernel/preempt_rt/
cd /drive-foundation
./make/bind_partitions -d -g -b p3663-a01 linux -u ndas -r high
make -f make/Makefile.bind PCT=linux BOARD=p3663-a01
cd /drive-foundation/tools/flashtools/bootburn
python3 create_bsp_images.py -g ./images -b p3663-a01 -r 02 -R
Tegra Terminal
sudo minicom -D /dev/ttyUSB0 -b 115200
Aurix Shell
sudo minicom -D /dev/ttyUSB1 -b 115200
rcy x1 on
rst x1
p3663-a01
python3 flash_bsp_images.py -P …/bootburn_t23x_py/images/642-63663-0001-001_TS2/ -b p3663-a01 -U …/P3663.cfg
rcy x1 off
rst x1
The issue point: