Other Parts Discussed in Thread: UNIFLASH
Hi All,
I created the tiny arago-tiny-image-j7-evm with the following command:
TOOLCHAIN_BASE=/usr/local/arm/toolchain EXTERNAL_TOOLCHAIN=aarch64-linux-gnu-gcc MACHINE=j7-evm bitbake arago-tiny-image
Using this page and this page I created a ubifs rootfs image.
I treid to flash the image to the 0x800000 address on the OSPI using the UART (Uni-Flash) with the following command as it is mentioned here.
sudo /opt/ti/uniflash_6.0.0/dslite.sh --mode processors -c /dev/ttyUSB1 -f rootfs/ubi.img -d 3 -o 0x800000
But I get memory access error:
/opt/ti/uniflash_6.0.0/dslite.sh: Zeile 75: 6186 Speicherzugriffsfehler (Speicherabzug geschrieben) ./ProcessorSDKSerialFlash -c /dev/ttyUSB1 -f rootfs/ubi.img -d 3 -o 0x800000
The size of ubi.img is 37M.
So my question are:
Is my UBIFS created correctly?
How can I flash the ubifs image using the UART (UNIFLASH) on the OSPI?
How big is the NORFlash on the EVM?
Thanks,
Pouyan