This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BEAGLEBOARD-X15: Android Automotive

Part Number: BEAGLEBOARD-X15

Hi,

SDK: ti-processor-sdk-android-am57xx-evm-06.03.00.106  

Customer followed guide: https://www.ti.com/lit/an/spraco0/spraco0.pdf 

Building source code:

export KERNELDIR=xxx/xxx/ti-processor-sdk-android-am57xx-evm-06.03.00.106/board-support/linux-4.19.98+gitAUTOINC+8a8fd7ef1c-g8a8fd7ef1c

make -j8 clean

source build/envsetup.sh

lunch beagle_x15_auto-userdebug

nohup make -j8 > make.out 2>&1 &

prepare emmc_files:

cp -rv prebuilt-images emmc_files

cp -v ./aosp-9.0/out/target/product/beagle_x15/{boot.img,boot_fit.img,recovery.img,system.img,userdata.img,vendor.img} emmc_files

cp -v ./aosp-9.0/device/ti/beagle_x15/fastboot.sh emmc_files

cp -v ./aosp-9.0/out/host/linux-x86/bin/{simg2img,mkbootimg,fastboot,adb} emmc_files

cp -v ./linux-4.19.98+gitAUTOINC+8a8fd7ef1c-g8a8fd7ef1c/arch/arm/boot/zImage emmc_files/zImage-beagle_x15.bin

cp -v ./linux-4.19.98+gitAUTOINC+8a8fd7ef1c-g8a8fd7ef1c/arch/arm/boot/dts/am57*.dtb emmc_files

cp -v ./u-boot-2019.01+gitAUTOINC+333c3e72d3-g333c3e72d3/MLO emmc_files

cp -v ./u-boot-2019.01+gitAUTOINC+333c3e72d3-g333c3e72d3/u-boot.img emmc_files

Boot:

=> fastboot 0

$ cd ~/ti-processor-sdk-android--/board-support/emmc_files

$ sudo ./fastboot.sh; sudo ./fastboot reboot

problem:

1、The screen is not fully displayed, and the navigator bar is not displayed.

 


2、cannot connect wifi