[Armadillo:09203] Re: 製品アップデート: 2013年7月

Yasuhisa Nakamura email@hidden
2013年 9月 22日 (日) 10:32:24 JST


中村です。

> 詳しくは、Armadilloサイトの下記ニュースをご覧ください。
> http://armadillo.atmark-techno.com/news/20130724/update

このページの
| Atmark Dist(atmark-dist-20130704 )
| ・Aramdillo-840プロダクトを追加
| ・ビルドオプションをCPUに合わせて最適化
| ・クロスライブラリ検索対象にvfp/neon, neon/vfp, vfp サブディレクトリを追加
| ・Armadillo-810でifup時のDHCPのデフォルトタイムアウト期間とリトライ回数を増加

には記載がないですが、トップのMakefileのこの修正(↓)はありがたいです。
romfsの下に残骸が残っていて、手作業でやることが時々あったので。

--- atmark-dist-20130329/Makefile
+++ atmark-dist-20130704/Makefile
@@ -17,7 +17,7 @@
 ifeq (.config,$(wildcard .config))
 include .config

-all: tools subdirs romfs modules modules_install image
+all: tools subdirs preromfs romfs modules modules_install image
 else
 all: config_error
 endif

@@ -253,6 +253,9 @@
 		fi \
 	fi

+preromfs:
+	-rm -rf $(ROMFSDIR)
+
 .PHONY: romfs
 romfs:
 	$(MAKEARCH) -C $(VENDDIR) romfs

-- 
なかむら





armadillo メーリングリストの案内