Skip to content

Commit

Permalink
Regeneration of Recipe Cards
Browse files Browse the repository at this point in the history
Refresh of the recipe cards and packages.
  • Loading branch information
meltwater2000 committed Mar 2, 2017
1 parent 285464e commit f28d354
Show file tree
Hide file tree
Showing 26 changed files with 25 additions and 3 deletions.
Binary file modified recipes/000-noobs-setup_INGREDIENTS.zip
Binary file not shown.
9 changes: 7 additions & 2 deletions recipes/000-noobs-setup_RECIPE_CARD.md
Expand Up @@ -53,9 +53,10 @@
##Description##
<font color = GREEN>
This recipe has two functions:
1 - When setting up a Pi-Kitchen SD-Card this recipe includes `switchnoobs.bat` which will allow a Windows based PC to switch between the NOOBS setups. It also includes the functionality to build a specific flavour recipe file, using `build_flavourRecipe.bat`.
1 - When setting up a Pi-Kitchen SD-Card this recipe includes `switchnoobs.bat` which will allow a Windows based PC to switch between the NOOBS/PINN setups. It also includes the functionality to build a specific flavour recipe file, using `build_flavourRecipe.bat`.
2 - When installed on a Raspberry Pi, `switchnoobs.sh` is added to the `pi/bin` directory, allowing easy switching of the NOOBS setup from the Raspberry Pi itself.
HOWEVER - This has not been kept up to date so will need adjustments to function correctly.
><img style="float:left" src="https://raw.githubusercontent.com/PiHw/Pi-Kitchen/master/markdown_source/markdown/img/warn.png" height=40/>
**WARNING:** If you have altered the `flavours.json` file to add your own custom flavours then you **must** add a new .json file within the `_flavours` directory for your flavour:
Expand All @@ -81,6 +82,10 @@ Plus any custom icon files for the flavours:
>`data.tar.xz`
>These will be used to replace the active ones when switching between setups. If you make any changes to these files in the distribution folder, ensure you update these ones too.
>
>Note: NOOBS and PINN have different versions of this file so each version is kept under `/noobs/_partitions` and `/_pinn/_partitions`.
The NOOBS and PINN also have different versions of `recovery.cmdline`, so these are kept under `noobs/_cmdline` and `pinn/_cmdline` for `auto`, `gui` and `normal` start modes.
##Easy Pi-Kitchen setup##
This recipe also provides a quick way to setup the additional flavours (as described in the <a href="http://pihw.wordpress.com/guides/pi-kitchen/creatingflavours/">Pi-Kitchen Guide: Creating Flavours</a>).
Expand Down Expand Up @@ -110,7 +115,7 @@ To complete the **Multi-flavour setup** as described in <a href="http://pihw.wor
##Automatic Installations##
As explained in the <a href="http://pihw.wordpress.com/guides/pi-kitchen/automaticinstallations/">Pi-Kitchen Guide: Automatic Installations</a> there are a number of steps required in order to allow NOOBS to perform an automated (also known as headless - since a display isn't required).
- Sets `recovery.cmdline` to run silent NOOBS install (no user interaction is required).
- Sets `recovery.cmdline` to run silent NOOBS/PINN install (no user interaction is required).
- Replaces the `flavours.json` file with one generated using just the selected flavour.
Expand Down
Binary file modified recipes/001-startup_INGREDIENTS.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions recipes/001-startup_RECIPE_CARD.md
Expand Up @@ -182,9 +182,12 @@ For more information see the <a href="http://pihw.wordpress.com/guides/pi-kitche
../../pi-kitchen/001-startup/bin/runonce.sh /home/pi/bin
../../pi-kitchen/001-startup/_RUNONCE/runonce-end.sh /home/pi/bin/_RUNONCE
../../pi-kitchen/001-startup/bin/installonce.sh /home/pi/bin
../../pi-kitchen/001-startup/bin/insert_line.sh /home/pi/bin
#- Add automatic REBOOT or SHUTDOWN script at end of runonce sequence (optional)
../../pi-kitchen/001-startup/_RUNONCE/zzz-reboot.sh /home/pi/bin/_RUNONCE
#../../pi-kitchen/001-startup/_RUNONCE/zzz-shutdown.sh /home/pi/bin/_RUNONCE
#-Add apply_flavour script to allow manual switching between flavour setups
../../pi-kitchen/001-startup/bin/apply_flavour.sh /home/pi/bin
</pre>
Expand Down
Binary file modified recipes/002-bootdisplay_INGREDIENTS.zip
Binary file not shown.
Binary file modified recipes/003-direct-network_INGREDIENTS.zip
Binary file not shown.
Binary file modified recipes/004-no-raspiconfig_INGREDIENTS.zip
Binary file not shown.
Binary file modified recipes/005-wifi_INGREDIENTS.zip
Binary file not shown.
6 changes: 6 additions & 0 deletions recipes/005-wifi_RECIPE_CARD.md
Expand Up @@ -21,6 +21,7 @@
<img src="https://raw.githubusercontent.com/PiHw/Pi-Kitchen/master/markdown_source/markdown/img/pihwlogotm.png" width=180 />
<hr>
Expand Down Expand Up @@ -49,6 +50,11 @@
</tr>
</table>
<img style="float:left" src="https://raw.githubusercontent.com/PiHw/Pi-Kitchen/master/markdown_source/markdown/img/warn.png" height=40/>
<b>WARNING:</b> This recipe also requires the following recipe(s) to be setup on the SD-Card:<p>
<font color = GREEN>
<a href="https://github.com/PiHw/Pi-Kitchen/blob/master/recipes/Recipe 001-Startup">Recipe 001-Startup</a><p>
</font>
<br>
Expand Down
Binary file modified recipes/006-wifi-driver_INGREDIENTS.zip
Binary file not shown.
6 changes: 6 additions & 0 deletions recipes/006-wifi-driver_RECIPE_CARD.md
Expand Up @@ -21,6 +21,7 @@
<img src="https://raw.githubusercontent.com/PiHw/Pi-Kitchen/master/markdown_source/markdown/img/pihwlogotm.png" width=180 />
<hr>
Expand Down Expand Up @@ -49,6 +50,11 @@
</tr>
</table>
<img style="float:left" src="https://raw.githubusercontent.com/PiHw/Pi-Kitchen/master/markdown_source/markdown/img/warn.png" height=40/>
<b>WARNING:</b> This recipe also requires the following recipe(s) to be setup on the SD-Card:<p>
<font color = GREEN>
<a href="https://github.com/PiHw/Pi-Kitchen/blob/master/recipes/Recipe 001-Startup">Recipe 001-Startup</a><p>
</font>
<br>
Expand Down
Binary file modified recipes/007-network-share_INGREDIENTS.zip
Binary file not shown.
Binary file modified recipes/008-vnc_INGREDIENTS.zip
Binary file not shown.
Binary file modified recipes/009-map-network-share_INGREDIENTS.zip
Binary file not shown.
Binary file modified recipes/010-scratch-gpio_INGREDIENTS.zip
Binary file not shown.
Binary file modified recipes/011-boot-to-desktop_INGREDIENTS.zip
Binary file not shown.
Binary file modified recipes/012-hw-shutdown-button_INGREDIENTS.zip
Binary file not shown.
Binary file modified recipes/013-enable-i2c-spi-i2s_INGREDIENTS.zip
Binary file not shown.
Binary file modified recipes/014-hw-ip-dongle_INGREDIENTS.zip
Binary file not shown.
Binary file modified recipes/015-hw-pistop-lighthouse_INGREDIENTS.zip
Binary file not shown.
Binary file modified recipes/016-display-switcher_INGREDIENTS.zip
Binary file not shown.
Binary file modified recipes/020-usb-device-module_INGREDIENTS.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion recipes/020-usb-device-module_RECIPE_CARD.md
Expand Up @@ -50,7 +50,7 @@
<img style="float:left" src="https://raw.githubusercontent.com/PiHw/Pi-Kitchen/master/markdown_source/markdown/img/warn.png" height=40/>
<b>WARNING:</b> This recipe also requires the following recipe(s) to be setup on the SD-Card:<p>
<font color = GREEN>
<a href="https://github.com/PiHw/Pi-Kitchen/blob/master/recipes/"></a><p>
<a href="https://github.com/PiHw/Pi-Kitchen/blob/master/recipes/001-startup">001-startup</a><p>
</font>
<br>
Expand Down
Binary file modified recipes/021-usb-serial-mode_INGREDIENTS.zip
Binary file not shown.
Binary file modified recipes/022-usb-lan-mode_INGREDIENTS.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions recipes/README.md
Expand Up @@ -179,6 +179,7 @@ For more details see...<a href="https://github.com/PiHw/Pi-Kitchen/blob/master/r
<font color = GREEN>
<img style="float:left" src="https://raw.githubusercontent.com/PiHw/Pi-Kitchen/master/markdown_source/markdown/img/PiKitchenRecipe.png" width=180 />
<h1><a href="https://github.com/PiHw/Pi-Kitchen/blob/master/recipes/005-wifi_RECIPE_CARD.md">005 - Wifi Configuration</a></h1>
Expand Down Expand Up @@ -213,6 +214,7 @@ For more details see...<a href="https://github.com/PiHw/Pi-Kitchen/blob/master/r
<font color = GREEN>
<img style="float:left" src="https://raw.githubusercontent.com/PiHw/Pi-Kitchen/master/markdown_source/markdown/img/PiKitchenRecipe.png" width=180 />
<h1><a href="https://github.com/PiHw/Pi-Kitchen/blob/master/recipes/006-wifi-driver_RECIPE_CARD.md">006 - Wifi Driver Configuration</a></h1>
Expand Down

0 comments on commit f28d354

Please sign in to comment.