1,381
edits
Changes
From IGEP - ISEE Wiki
no edit summary
git checkout <your_desired_release> -b <your_name_release><br>
<pre style="font-weight: normal;">$ git checkout release-2.4.0-2 -b release-2.4.0-2-local
</pre>=== Configure the board settings ===
<pre>make igep00x0_config</pre><pre>Edit the variable CFLAGS and add the option: -fno-stack-protector
CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -fno-stack-protector</pre>
<pre>contrib/signGP x-load.bin
The signed x-loader it's named: x-load.bin.ift
</pre>
= BOOT<br> =
8 kRdImageName=rdImage-test
9 MachineID=xxxx Where Machine ID = 2344 for IGEPv2 and ID = 2717 for IGEP Module
10 Mode=<kernel> or <binary>
</pre>