Beagle_x15 Auto

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.

WechatIMG160

WechatIMG161.jpeg-640x480

2、cannot connect wifi

WechatIMG162.jpeg-640x480

HI @lixiangmin since this is a TI software package, you may want to contact them directly: https://e2e.ti.com/support/processors/f/processors-forum

Regards,