Other Parts Discussed in Thread: PMP
Tool/software: Linux
Hi
I am using AM572x evaluation board and have a trouble when I run the board with compiled kernel source.
Even I just clone the kernel source from git repository and compile it, terminal shows some errors.
(I refered http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Foundational_Components_Kernel_Users_Guide.html)
Instructions I executed and errors terminal showed are as follows.
- Instruction
git clone git://git.ti.com/processor-sdk/processor-sdk-linux.git
git checkout processor-sdk-linux-4.19.y
ti_config_fragments/defconfig_builder.sh -t ti_sdk_dra7x_release
export ARCH=arm
make ti_sdk_dra7x_release_defconfig
mv .config arch/arm/configs/ti_sdk_dra7x_release_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- ti_sdk_dra7x_release_defconfig
make menuconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage
cp am572x-idk.dts am572x-idk.dtb
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am572x-idk.dtb
sz zImage-4.4.19-rt25-gf572d285f0
sz vmlinux-4.4.19-rt25-gf572d285f0
sz am572x-idk.dtb
- Error
** Unable to read "uboot.env" from mmc0:1 **
** Unable to read file boot.scr **
ERROR: Did not find a cmdline Flattened Device Tree
Could not find a valid device tree
** First descriptor is NOT a primary desc on 1:1 **
Is there problem in my instructions?
Regards