- 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.
推薦閱讀
- 數(shù)據(jù)科學(xué)實(shí)戰(zhàn)手冊(cè)(R+Python)
- Kubernetes實(shí)戰(zhàn)
- Mastering Adobe Captivate 2017(Fourth Edition)
- Microsoft Dynamics 365 Extensions Cookbook
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- Ext JS 4 Web Application Development Cookbook
- Unreal Engine 4 Shaders and Effects Cookbook
- 0 bug:C/C++商用工程之道
- C/C++數(shù)據(jù)結(jié)構(gòu)與算法速學(xué)速用大辭典
- Hands-On JavaScript for Python Developers
- Web App Testing Using Knockout.JS
- Sails.js Essentials
- Arduino電子設(shè)計(jì)實(shí)戰(zhàn)指南:零基礎(chǔ)篇
- Java多線程并發(fā)體系實(shí)戰(zhàn)(微課視頻版)
- Google Maps JavaScript API Cookbook