Revision 372
Added by markw over 10 years ago
buildall.sh | ||
---|---|---|
max3; ./build.sh ALL &
|
||
cd ../papilioduo
|
||
max3; ./build.sh ALL &
|
||
cd ../aeon_lite
|
||
max3; ./build.sh ALL &
|
||
cd ../mist_5200
|
||
max3; ./build.sh ALL &
|
||
cd ../de1_5200
|
package.pl | ||
---|---|---|
|
||
push @files, glob("papilioduo/build*/*.bit");
|
||
|
||
push @files, glob("aeon_lite/build*/*.bit");
|
||
|
||
push @files, glob("replay/sdcard/*.bin");
|
||
push @files, glob("replay/sdcard/*.ini");
|
||
|
Also available in: Unified diff
Add aeon lite to official build - I have built my board now and checked it works ok.