Date:2012-04-15 22:27:57 (11 years 11 months ago)
Author:Werner Almesberger
Commit:981374b9d98aab090e7f52e50705359a11fc6055
Message:BUILD-CHEAT-SHEET: added pinning for rtems and rtems-yaffs2

Without this, basically all file accesses of FN failed with EACCES,
breaking things rather thoroughly.
Files: m1/BUILD-CHEAT-SHEET (2 diffs)

Change Details

m1/BUILD-CHEAT-SHEET
11(This is my cheat sheet. It works for me but yet may stil be incomplete
22and redundant at the same time.)
33
4NOTE: we need to pin both rtems and rtems-yaffs due to recent changes
5that make file system operations fail with EACCES, combined with (or
6maybe caused by) API changes.
7
48Instructions:
59
610  http://milkymist.org/wiki/index.php?title=RTEMS_build_instructions
...... 
913
1014  git clone git://git.rtems.org/rtems.git
1115  cd rtems
12  git checkout f829d131adc5f0ec4aa079d4b8c0d65ea578cdb1 # for predictability
16  git checkout 314d3272df763ef1a152be726e5d5385449fe046
1317  ln -s /home/qi/wernermisc/m1/patches/rtems/ patches
1418  quilt push -a
1519
20Getting rtems-yaffs:
21
22  git clone git://github.com/milkymist/rtems-yaffs2.git
23  cd rtems-yaffs2
24  git checkout cbe7492ee0e5a9bced8267d9c7ab2fd997299fda
25
1626Compiling rtems:
1727
1828  cd rtems

Archive Download the corresponding diff file

Branches:
master



interactive