Skip to content

Commit f958da8

Browse files
authored
pruning
1 parent ef7c74c commit f958da8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

faqs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- What hardware documentation is available?
2828
- I'm worried I have a fake Pi!
2929

30-
### [Performance and features](#performance-and-cost)
30+
### [Performance and features](#performance)
3131

3232
- How powerful is it?
3333
- Can I use my Pi as a desktop replacement?
@@ -51,6 +51,7 @@
5151
- Will it run the Windows 8 Arm edition?
5252
- Will it run Android or Android Things?
5353
- Will it run any old software?
54+
- My `.exe` file won't run!
5455
- Can I share files from my Pi with my Windows machines?
5556
- Why does cpuinfo report I have a bcm2835?
5657
- Does it have an official programming language?
@@ -111,7 +112,6 @@
111112
- Why is my Pi hot?
112113
- I keep getting a lightning bolt symbol and messages about power...
113114
- My SD card seems to have stopped working.
114-
- My `.exe` file won't run!
115115
- I've imaged an SD card with Raspbian/NOOBS, but when I look at it with my Windows PC, it's not all there!
116116

117117
---
@@ -229,7 +229,7 @@ The Raspberry Pi Model B versions measure 85.60mm x 56mm x 21mm (or roughly 3.37
229229

230230
Don't worry, as far as we know, there are no fake Pis. The SoCs used on the Pi range are only available from one supplier, and only in large quantities, which together with the low price of the Pi means it's not cost-effective for clones to be made. There are a number of competitor products that use similar names, but not actual clones or fakes.
231231

232-
<a name="performance-and-cost"></a>
232+
<a name="performance"></a>
233233
## Performance
234234

235235
### How powerful is it?
@@ -325,6 +325,10 @@ Google supports Android Things on the Raspberry Pi 3 as a development platform.
325325

326326
In general, you need to look to see whether the program you want can be compiled for the Armv6 (Pi 1/Zero/Zero W/CM), Armv7 (Pi 2) or Armv8 (Pi 3) architecture on Linux. In most cases, the answer will be yes. Specific programs are discussed on [our forums](https://www.raspberrypi.org/forums/), so you might want to look there for an answer. Ultimately, nothing beats grabbing a Raspberry Pi and finding out the answer through direct testing!
327327

328+
### My `.exe` file won't run!
329+
330+
Most `.exe` files come from Windows and are compiled for the x86 processor architecture. These will not run on the Raspberry Pi, which uses an ARM processor architecture. A minority of `.exe` files, compiled from C# code or similar, actually use a Byte Code rather than a processor-specific instruction set, and therefore might work on the Pi if the correct Mono interpreter software is installed.
331+
328332
### Can I share files from my Pi with my Windows machines?
329333

330334
Yes, there are a number of ways of doing this, and the most common is to use what are called Samba shares. We don't have any specific documentation on Samba shares in our official docs just yet, but [here](https://www.raspberrypi.org/magpi/samba-file-server/) is some from our magazine, [The MagPi](https://www.raspberrypi.org/magpi).
@@ -548,10 +552,6 @@ Most Pi models have circuity to detect drops of the incoming power supply voltag
548552

549553
SD cards have a limited lifespan due to the way they work. Under most circumstances, they offer some years of use, but heavy file accessing, or using it as a swap drive, may reduce the SD card's lifespan considerably. Note that there are also fake capacity SD cards being sold that are likely to be unreliable.
550554

551-
### My `.exe` file won't run!
552-
553-
Most `.exe` files come from Windows and are compiled for the x86 processor architecture. These will not run on the Raspberry Pi, which uses an ARM processor architecture. A minority of `.exe` files, compiled from C# code or similar, actually use a Byte Code rather than a processor-specific instruction set, and therefore might work on the Pi if the correct Mono interpreter software is installed.
554-
555555
### I've imaged an SD card with Raspbian/NOOBS, but when I look at it with my Windows PC, it's not all there!
556556

557557
This is to do with the capabilities of Windows to read Linux-formatted partitions. When you image the SD card, it is automatically split into multiple partitions. The first partition uses a format that Windows can read, but the other partitions use a Linux-specific file system, which Windows simply does not recognise. This means when you put an SD card in a Windows machine, it only displays the first partition, and may well say the other partitions are corrupted and need formatting - **do not format them**! Here's some information on what goes in that first [partition](./configuration/boot_folder.md). If you insert the SD card on a machine running Linux, it will display all the partitions correctly.

0 commit comments

Comments
 (0)