Open bluesun08 opened 9 years ago
Hi,
when i execute your "make-flash-card-ci20-sd.sh"-Script to produce a bootable sd-card i get the following error-message: "No mips-linux-gnu-gcc, set $CROSS_COMPILE"
What goes wrong and how can i fix this?
I think there is an error in line 103: if [!-d "${sdMount}/boot"]; then
I think this is ok: if ! [ -d "${sdMount}/boot"]; then
That's correct. I found this error as well and put in a pull request.
Hi,
when i execute your "make-flash-card-ci20-sd.sh"-Script to produce a bootable sd-card i get the following error-message: "No mips-linux-gnu-gcc, set $CROSS_COMPILE"
What goes wrong and how can i fix this?