HELLO
We are trying to create an SD card using RIDGERUN SDK.
We followed the steps provided in the Creating a SD card image section in the following link:
https://developer.ridgerun.com/wiki/index.ph/How_to_boot_a_board_from_a_SD_card#Creating_a_SD_card_image
we got the following error after the make install step
Creating the partitions...
Image creation clean up complete
Failed to create partitions (see error log at /tmp/sdb1.errlog) at /opt/RidgeRun-SDK-DM816x-Turrialba/installer/u-boot-installer//methods/sd_card/installer line 250, <STDIN> line 1.
Compilation failed in require at installer line 70, <STDIN> line 1.
make: *** [install] Error 1
root@priyanka-Inspiron-N5110:/opt/RidgeRun-SDK-DM816x-Turrialba#
We are unable to guess what is wrong and also where to find the sdb1.user.errlog file?We cannot find it any tmp directory.
pls help
Thank you