Other Parts Discussed in Thread: AM625
Tool/software:
these run fine no error or issue reported and i have output files:
node out2rprc/elf2rprc.js out2rprc/AM62X_TEye_A53_read.out
node multicoreImageGen/multicoreImageGen.js --devID 55 --out AM62X_TEye_A53_read_unsigned.appimage out2rprc/AM62X_TEye_A53_read.rprc@0
this loads the prebuilts fine but fails to load the part i made (AM62X_TEye_A53_read_unsigned.appimag).
ive tried a few to see if any work:
python3 uart_bootloader.py -p /dev/ttyUSB0 --bootloader=sbl_prebuilt/am62x-sk/sbl_uart.release.tiimage --file=sbl_prebuilt/am62x-sk/sbl_null.release.tiimage --file=./AM62X_TEye_A53_read_unsigned.appimage
python3 uart_bootloader.py -p /dev/ttyUSB0 --bootloader=sbl_prebuilt/am62x-sk/sbl_uart.debug.hs_fs.tiimage --file=sbl_prebuilt/am62x-sk/sbl_null.debug.hs_fs.tiimage --file=./AM62X_TEye_A53_read_unsigned.appimage
python3 uart_bootloader.py -p /dev/ttyUSB0 --bootloader=sbl_prebuilt/am62x-sk/sbl_null.debug.hs_fs.tiimage --file=sbl_prebuilt/am62x-sk/sbl_null.debug.hs_fs.tiimage --file=./AM62X_TEye_A53_read_unsigned.appimage
python3 uart_bootloader.py -p /dev/ttyUSB0 --bootloader=sbl_prebuilt/am62x-sk/sbl_uart.release.hs_fs.tiimage --file=sbl_prebuilt/am62x-sk/sbl_null.release.hs_fs.tiimage --file=./AM62X_TEye_A53_read_unsigned.appimage
here is an example of output:
python3 uart_bootloader.py -p /dev/ttyUSB0 --bootloader=sbl_prebuilt/am62x-sk/sbl_uart.release.hs_fs.tiimage --file=sbl_prebuilt/am62x-sk/sbl_null.release.hs_fs.tiimage --file=./AM62X_TEye_A53_read_unsigned.appimage
Sending the UART bootloader sbl_prebuilt/am62x-sk/sbl_uart.release.hs_fs.tiimage ...
Sent bootloader sbl_prebuilt/am62x-sk/sbl_uart.release.hs_fs.tiimage of size 246584 bytes in 23.63s.
Sending the application ./AM62X_TEye_A53_read_unsigned.appimage ...
Sent application ./AM62X_TEye_A53_read_unsigned.appimage of size 227212 bytes in 24.8s.
[STATUS] ERROR: Application load FAILED !!!