Update page 'Welcome'
authorRISCI_ATOM <bob@bobcall.me>
Sat, 17 Dec 2016 18:37:27 +0000 (13:37 -0500)
committerRISCI_ATOM <bob@bobcall.me>
Sat, 17 Dec 2016 18:37:27 +0000 (13:37 -0500)
Welcome.md

index 461209dd8454b203b0a25378d04fd68283076ae2..30fb4a0bf944f1db9d089bb42b88c37c4fccd424 100644 (file)
@@ -40,22 +40,23 @@ A good default configuration for many people would be to include:
 \r
 4) Actually start the build:\r
 \r
-'make` : To speed things up, you can add a few more threads to the build by using `make -j4`\r
+`make` : To speed things up, you can add a few more threads to the build by using `make -j4`\r
 \r
 5) Wait....\r
 \r
 Depending on the machine you have access to and the configuration you selected, it will take sometime to build libreCMC. \r
 \r
-       a) What if something goes wrong with the build? Run:\r
-       `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\r
-       will allow us to figure out what is going wrong.\r
+a) What if something goes wrong with the build? Run:\r
 \r
+`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\r
+will allow us to figure out what is going wrong.\r
 \r
-       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\r
-       need to be removed from the configuration. After removing some packages, start the build again. Be careful when removing packages from\r
-       the configuration. Some packages are very important for basic functionality or are needed for other packages in the base system.\r
 \r
-       If you have a device that has <8M of flash, then try removing `Base System -> opkg*, ca-bundle`.\r
+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\r
+need to be removed from the configuration. After removing some packages, start the build again. Be careful when removing packages from\r
+the configuration. Some packages are very important for basic functionality or are needed for other packages in the base system.\r
+\r
+If you have a device that has <8M of flash, then try removing `Base System -> opkg*, ca-bundle`.\r
 \r
 \r
 6) If everything went OK, there should be a new image in `$SRC_ROOT/bin/targets/$TARGET/generic/`\r