Commit 8831c1cc authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added support for reComputer J2012

parent 8e4f9603
<project name="reComputer Industrial J2012 machine definition">
<property name="PRETTY_NAME" value="${ant.project.name} for reComputer Industrial J2012"/>
<property name="CLFS_TARGET" value="aarch64-nvidia-linux-gnueabi"/>
<property name="ARCH" value="arm64"/>
<property name="GCC_CROSS_CONFIG" value="--with-arch=armv8.2-a+fp16+crypto+dotprod --with-cpu=cortex-a75"/>
<property name="GCC_CONFIG" value="${GCC_CROSS_CONFIG}"/>
<property name="CONSOLE" value="ttyAMA0"/>
<property name="DISK_LABEL" value="gpt"/>
<property name="ROOT_DEVICE" value="mmcblk0"/>
<property name="DISK" value="${ROOT_DEVICE}p"/>
<property name="BOOT_DEVICE" value="${ROOT_DEVICE}"/>
<property name="BOOT_DISK" value="${BOOT_DEVICE}p"/>
<property name="SECONDARY" value="mmcblk1p"/>
<property name="BOARD" value="recomputer-j2012"/>
<property name="DEVICE_TYPE" value="reComputerJ2012"/>
<property name="GOARCH" value="arm64"/>
<property name="SHUTDOWN_WATCHDOG" value="15s"/>
<property name="RUNTIME_WATCHDOG" value="15s"/>
<target name="run-system-recomputer-j2012">
<antcall target="run-system-armv8"/>
</target>
<target name="run-system-with-secondary-recomputer-j2012">
<antcall target="run-system-with-secondary-armv8"/>
</target>
</project>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment