From 25f12bc93bf7b766c436d9e67ff4c07aae3beb13 Mon Sep 17 00:00:00 2001 From: RISCI_ATOM Date: Sat, 17 Dec 2016 13:37:27 -0500 Subject: [PATCH] Update page 'Welcome' --- Welcome.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Welcome.md b/Welcome.md index 461209d..30fb4a0 100644 --- a/Welcome.md +++ b/Welcome.md @@ -40,22 +40,23 @@ A good default configuration for many people would be to include: 4) Actually start the build: -'make` : To speed things up, you can add a few more threads to the build by using `make -j4` +`make` : To speed things up, you can add a few more threads to the build by using `make -j4` 5) Wait.... Depending on the machine you have access to and the configuration you selected, it will take sometime to build libreCMC. - a) What if something goes wrong with the build? Run: - `make V=s` : This will allow for the build to be debugged. Sometimes a source package mirror is down or a dependency is missing. This - will allow us to figure out what is going wrong. +a) What if something goes wrong with the build? Run: +`make V=s` : This will allow for the build to be debugged. Sometimes a source package mirror is down or a dependency is missing. This +will allow us to figure out what is going wrong. - b) The build finished, but there is no image for my device! If you select more packages than can fit in flash, then some packages will - need to be removed from the configuration. After removing some packages, start the build again. Be careful when removing packages from - the configuration. Some packages are very important for basic functionality or are needed for other packages in the base system. - If you have a device that has <8M of flash, then try removing `Base System -> opkg*, ca-bundle`. +b) The build finished, but there is no image for my device! If you select more packages than can fit in flash, then some packages will +need to be removed from the configuration. After removing some packages, start the build again. Be careful when removing packages from +the configuration. Some packages are very important for basic functionality or are needed for other packages in the base system. + +If you have a device that has <8M of flash, then try removing `Base System -> opkg*, ca-bundle`. 6) If everything went OK, there should be a new image in `$SRC_ROOT/bin/targets/$TARGET/generic/` -- 2.25.1