From fdc116438fe0dfb98af483fd5ee7e1127b170def Mon Sep 17 00:00:00 2001 From: Sebastian 'Swift Geek' Grzywna Date: Wed, 9 May 2018 19:14:51 +0200 Subject: encrypted_parabola.md: prabola typofix --- docs/gnulinux/encrypted_parabola.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md index b2e40a01..74c74fce 100644 --- a/docs/gnulinux/encrypted_parabola.md +++ b/docs/gnulinux/encrypted_parabola.md @@ -284,7 +284,7 @@ directory to the one you created in the previous steps, so that you can modify f and install software onto it, as if it were the host operating system. To `chroot` into your installation, follow the instructions [on the -Prabola beginner's guide](https://wiki.parabola.nu/Beginners%27_guide#Chroot_and_configure_the_base_system). +Parabola beginner's guide](https://wiki.parabola.nu/Beginners%27_guide#Chroot_and_configure_the_base_system). ### Setting up the Locale Locale refers to the language that your operating system will use, as well as some -- cgit v1.2.3-70-g09d2 From e87f326a7fe2f3493a28f4e25d207f4d05f7c050 Mon Sep 17 00:00:00 2001 From: Sebastian 'Swift Geek' Grzywna Date: Wed, 9 May 2018 19:20:15 +0200 Subject: c201.md: fix WP screw description It cannot be pulled low because that would enable #WP So I assume it's pulled up weakly on motherboard with some resistor --- docs/install/c201.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/install/c201.md b/docs/install/c201.md index 238c0734..3045b062 100644 --- a/docs/install/c201.md +++ b/docs/install/c201.md @@ -155,7 +155,7 @@ to be opened. The SPI flash is located next to the write protect screw. Its layout is indicated in the picture below. Note that it is not necessary to connect -`WP#` since removing the screw already connects it to ground. Before +`WP#` since after removing the screw it is pulled up weakly to 3v3. Before writing to the chip externally, the battery connector has to be detached. It is located under the heat spreader, that has to be unscrewed from the rest of the case. The battery connector is located on -- cgit v1.2.3-70-g09d2 From 90d88750f81e9c9badd40721fd6868170d51ae2e Mon Sep 17 00:00:00 2001 From: Sebastian 'Swift Geek' Grzywna Date: Wed, 9 May 2018 19:26:21 +0200 Subject: c201.md: change phrasing for detaching battery don't tell people to rip out the sockets from the motherboard, this ain't nokia 3310 --- docs/install/c201.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/install/c201.md b/docs/install/c201.md index 3045b062..fb39196a 100644 --- a/docs/install/c201.md +++ b/docs/install/c201.md @@ -156,9 +156,9 @@ to be opened. The SPI flash is located next to the write protect screw. Its layout is indicated in the picture below. Note that it is not necessary to connect `WP#` since after removing the screw it is pulled up weakly to 3v3. Before -writing to the chip externally, the battery connector has to be -detached. It is located under the heat spreader, that has to be -unscrewed from the rest of the case. The battery connector is located on +writing to the chip externally, the battery has to be unplugged. +Battery connector is located under the heat spreader, that has to be +unscrewed from the rest of the case. It is located on the right and has colorful cables, as shown on the picture below. [![SPI flash -- cgit v1.2.3-70-g09d2 From e9aa96f3d2b482faddfa9a4d8ebe979692c2d5d4 Mon Sep 17 00:00:00 2001 From: Sebastian 'Swift Geek' Grzywna Date: Wed, 9 May 2018 19:30:43 +0200 Subject: bbb_setup.md: lost asterisk --- docs/install/bbb_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/install/bbb_setup.md b/docs/install/bbb_setup.md index f2bb840b..5d684a7f 100644 --- a/docs/install/bbb_setup.md +++ b/docs/install/bbb_setup.md @@ -236,7 +236,7 @@ Output: Verify that the spidev device now exists: - # ls -al /dev/spid + # ls -al /dev/spid* Output: -- cgit v1.2.3-70-g09d2