Other Parts Discussed in Thread: AM3352, TPS65217
Hi,
Master chip: AM3354BZCZ100
SDK : ti-processor-sdk-linux-am335x-evm-03.03.00.04-Linux-x86-Install.bin
Compile options for boneblack.
UBoot compile command:
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x_boneblack_defconfig all
Kernel compile command:
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- tisdk_am335x-evm_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x-boneblack.dtb
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage
The development board is custom made by our company, without welding EEPROM chip, so it can't read BOARD ID on hardware.
In the uboot and kernel stage, how to remove the EEPORM, so that the board is recognized as boneblack ??
BR
Andre