- Raspberry Pi Zero W Wireless Projects
- Vasilis Tzivaras
- 187字
- 2021-07-02 19:32:12
Debugging steps
With the following steps, you will probably find its status:
- Take your board, with nothing in any slot or socket. Remove even the microSD card!
- Take a normal micro-USB to USB-ADATA sync cable and connect one side to your computer and the other side to the Pi's USB (not the PWR_IN).
- If Zero is alive:
- On Windows, the PC will make a ding sound to inform the presence of new hardware, and you will see BCM2708 Boot in Device Manager.
- On Linux, with a ID 0a5c:2763 Broadcom Corp message from dmesg, try running dmesg in a terminal before you plug in the USB. After this, you will find a new record there.
The following is an example of the output:
[226314.048026] usb 4-2: new full-speed USB device number 82 using uhci_hcd [226314.213273] usb 4-2: New USB device found, idVendor=0a5c, idProduct=2763 [226314.213280] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [226314.213284] usb 4-2: Product: BCM2708 Boot
[226314.213] usb 4-2: Manufacturer: Broadcom
If you see any of the preceding options, so far so good, you know that Zero's not dead.
推薦閱讀
- Java范例大全
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- 微服務與事件驅動架構
- Animate CC二維動畫設計與制作(微課版)
- 3D少兒游戲編程(原書第2版)
- C# 8.0核心技術指南(原書第8版)
- R Data Analysis Cookbook(Second Edition)
- Getting Started with Laravel 4
- HTML5秘籍(第2版)
- Mastering ArcGIS Enterprise Administration
- Java程序員面試筆試寶典(第2版)
- Unity&VR游戲美術設計實戰
- Azure Serverless Computing Cookbook
- 計算機應用基礎(Windows 7+Office 2010)
- Natural Language Processing with Python Cookbook