Hi, all!
I have a TMDSEVM6678LE. I want to setup linux on it.
1) I download binaries as stated in http://linux-c6x.org/files/releases/linux-c6x-2.0.0.63/linux-c6x-2.0.0.63-users-guide.pdf and successfully burn image into NAND and I2C EEPROM via xds560 mezzanine emulator:
karak@HomeStudio:~/my-linux-c6x/linux-c6x-2.0.0.63/program_evm$ sudo $DSS_SCRIPT_DIR/dss.sh program_evm.js evm6678le-le
....
Start writing eeprom50
Writer:/home/karak/my-linux-c6x/linux-c6x-2.0.0.63/program_evm/binaries/evm6678l/eepromwriter_evm6678l.out
Image:/home/karak/my-linux-c6x/linux-c6x-2.0.0.63/program_evm/binaries/evm6678l/eeprom50.bin
Required EEPROM50 files do not exist in /home/karak/my-linux-c6x/linux-c6x-2.0.0.63/program_evm/binaries/evm6678l/
Start writing eeprom51
Writer:/home/karak/my-linux-c6x/linux-c6x-2.0.0.63/program_evm/binaries/evm6678l/eepromwriter_evm6678l.out
Image:/home/karak/my-linux-c6x/linux-c6x-2.0.0.63/program_evm/binaries/evm6678l/eeprom51.bin
Start loading nand.bin
Start programming NAND
Linux start and I can run samples from web-interface.
2) I want repeat this operation using binaries build from source as stated in http://linux-c6x.org/wiki/index.php/Linux-c6x_2.0_Release. I have several questions:
- after ./prj build I can't found in product directory files similar to eeprom50.bin and eeprom51.bin. Please explain me how I can compile binary images for eeprom50 and eeprom51?
- in source directories there no program_evm subdirectory, I need use program_evm.js from prebuilt binaries and I need to make symbolic link (as in prebuild binaries): nand.bin -> evmc6678-initramfs-demo.el-hf-dev-karak-20130313.bin?
Thank you.
