Forum Discussion
CAlex
Contributor
1 year agomake sd card image failed
Hi I put the u-boot-spl in -P 2A and bin-image.bin in FAT32(sdfsys/*) trying to get a baremetal system. And sudo python3 ./make_sd_image.py failed. Error: sudo python3 ./make_sdimage_p3.py -f -P ...
tehjingy_Altera
Regular Contributor
1 year agoHi
Weird thing I am able to create the sd card image without any problem on my end.
Could you try installing all the tools on your system with the command below:
sudo apt-get install gawk wget git-core diffstat unzip texinfo \
gcc-multilib build-essential chrpath socat cpio python python3 \
python3-pip python3-pexpect xz-utils debianutils iputils-ping \
python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev pylint3 xterm \
libncurses-dev gawk flex bison openssl libssl-dev
- CAlex1 year ago
Contributor
Hi
I found the issue:
change from ``mkfs.fat -F 32 ``to`` mkfs.fat -F32`` in make_sdimage_p3.py
from rocketboards <boot from Stratix10>
But <boot from CycloneV and A10> didn't update it.