diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-05 09:30:36 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-06 08:20:20 +0100 |
commit | 448b7069b2bd1b57fe39f90bccc5271c06a36110 (patch) | |
tree | 4a862510c40494ce0897a9bafd28dc9cc1219a89 /board/arm/foundation-v8/readme.txt | |
parent | 3a843a3a04c127186589a203bb33b8cb91f52ab5 (diff) | |
download | buildroot-novena-448b7069b2bd1b57fe39f90bccc5271c06a36110.tar.gz buildroot-novena-448b7069b2bd1b57fe39f90bccc5271c06a36110.zip |
foundation-v8/readme.txt: remove outdated rpc comment
Now that we don't automatically enable rpc stuff in busybox this comment
no longer applies.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'board/arm/foundation-v8/readme.txt')
-rw-r--r-- | board/arm/foundation-v8/readme.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/arm/foundation-v8/readme.txt b/board/arm/foundation-v8/readme.txt index 3f8d4ef46..7f419a0e4 100644 --- a/board/arm/foundation-v8/readme.txt +++ b/board/arm/foundation-v8/readme.txt @@ -8,13 +8,6 @@ First, one has to download the AArch64 software simulator from: Then, use the arm_foundationv8_defconfig configuration to build your Buildroot system. -Note that the Busybox build will fail due to the lack of rpc/rpc.h -(the AArch64 toolchain does not have RPC support). Run 'make -busybox-menuconfig', and in 'Linux System Utilities', disable the -option 'Support mounting NFS file systems on Linux < 2.6.23' and -restart the build. This problem will be fix in upcomins versions of -Buildroot. - Finally, boot your system with: ${LOCATION_OF_FOUNDATIONV8_SIMULATOR}/Foundation_v8 \ |