Cargando…

Raspberry Pi system software reference /

Raspberry Pi is Linux, but it's a unique flavor of Linux, specifically for the ARM-based Pi. Raspberry Pi Software Reference guides you through the boot process, including options for tweaking HDMI, memory, and other boot options. You'll learn the details of run levels and creating new ser...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Gay, Warren (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York, N.Y. : Apress, [2014]
Colección:Technology in action.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn898213787
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 141217s2014 nyua o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d SFB  |d UPM  |d YDXCP  |d COO  |d GW5XE  |d B24X7  |d OCLCF  |d DEBBG  |d N$T  |d CUS  |d VT2  |d IDEBK  |d EBLCP  |d Z5A  |d LIV  |d MERUC  |d ESU  |d OCLCQ  |d IOG  |d REB  |d CEF  |d DEHBZ  |d OCLCQ  |d INT  |d U3W  |d OCLCQ  |d WYU  |d YOU  |d OCLCQ  |d UAB  |d AU@  |d UKAHL  |d OCLCQ  |d WURST  |d BRF  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 897115860 
020 |a 9781484207963  |q (electronic bk.) 
020 |a 1484207963  |q (electronic bk.) 
020 |z 9781484207970 
020 |z 1484207971  |q (print) 
020 |z 9781484207970  |q (print) 
024 7 |a 10.1007/978-1-4842-0796-3  |2 doi 
029 1 |a AU@  |b 000056054338 
029 1 |a CHNEW  |b 000890492 
029 1 |a DEBBG  |b BV042490451 
029 1 |a DEBBG  |b BV043617682 
029 1 |a DEBSZ  |b 434836303 
029 1 |a GBVCP  |b 882738607 
029 1 |a NLGGC  |b 38582808X 
029 1 |a CHVBK  |b 577478788 
029 1 |a CHNEW  |b 001068667 
035 |a (OCoLC)898213787  |z (OCoLC)897115860 
037 |a CL0500000516  |b Safari Books Online 
050 4 |a QA76.8.R15 
072 7 |a COM  |x 067000  |2 bisacsh 
082 0 4 |a 004  |2 23 
049 |a UAMI 
100 1 |a Gay, Warren,  |e author. 
245 1 0 |a Raspberry Pi system software reference /  |c Warren W. Gay. 
264 1 |a New York, N.Y. :  |b Apress,  |c [2014] 
264 4 |c Ã2014 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Technology in action 
588 0 |a Print version record. 
500 |a Includes index. 
520 |a Raspberry Pi is Linux, but it's a unique flavor of Linux, specifically for the ARM-based Pi. Raspberry Pi Software Reference guides you through the boot process, including options for tweaking HDMI, memory, and other boot options. You'll learn the details of run levels and creating new services, and how to use the custom command vcgencmd for doing things like reporting temperature, clock speeds, and voltage. And while there are cross-compilers available for some flavors of Linux, one of the most important things you'll get from Raspberry Pi Software Reference is how to build your own Raspberry Pi cross-compiler on your Mac OSX, Linux, or Windows computer. 
505 0 0 |g Machine generated contents note:  |g ch. 1  |t Preparation --  |t Static IP Address --  |t Using SSH --  |t VNC --  |t Display Number --  |t Geometry --  |t Depth --  |t Pixel Format --  |t Password Setup --  |t Server Startup --  |t VNC Viewers --  |t Stopping VNC Server --  |t Prototype Station --  |t Adafruit Pi Cobbler --  |t Gertboard --  |t Bare Metal --  |g ch. 2  |t Boot --  |t Booting ARM Linux --  |t Boot Sequence --  |t Boot Files --  |t config.txt --  |t Composite Video Settings --  |t High-Definition Video --  |t Overscan Video --  |t Frame Buffer Settings --  |t General Video Options --  |t Licensed Codecs --  |t Testing --  |t Memory --  |t Boot Options --  |t Overclocking --  |t Warranty and Overclocking --  |t Voltage Settings --  |t cmdline.txt --  |t Serial console= --  |t Virtual console= --  |t kgdboc= --  |t root= --  |t rootfstype= --  |t elevator= --  |t rootwait= --  |t nfsroot= --  |t ip= --  |t Emergency Kernel --  |g ch. 3  |t Initialization --  |t Run Levels --  |t /etc/inittab --  |t inittab Action initdefault --  |t General Startup Sequence --  |t inittab Action wait --  |t inittab Action once --  |t inittab Action respawn --  |t Changing Run Levels --  |t telinit --  |t Change of Run Level --  |t Single-User Mode --  |t Halt and Reboot --  |t Creating a New Service --  |g ch. 4  |t vcgencmd --  |t vcgencmd Commands --  |t Option measure_clock --  |t Option measure_volts --  |t Option measure_temp --  |t Option codec_enabled --  |t Option version --  |t Option get_lcd_info --  |t Option get_config --  |g ch. 5  |t Linux Console --  |t Available Consoles --  |t Serial Console --  |g ch. 6  |t Cross-Compiling --  |t Terminology --  |t Operating System --  |t Host, Guest, Build, and Target --  |t Platform Limitations --  |t Without VirtualBox (Native) --  |t Using VirtualBox (Ubuntu/Linux) --  |t Planning Your Cross-Development Environment --  |t Building the Cross-Compiler --  |t Download crosstool-NG --  |t Staging Directory --  |t Unpack the Tarball --  |t Create/opt/x-tools --  |t Install Package Dependencies --  |t Configure crosstools-NG --  |t make crosstool-ng --  |t make install --  |t PATH --  |t Cross-Compiler Configuration --  |t Paths and Misc Options --  |t Target Options --  |t Operating System --  |t Binary Utilities --  |t C Compiler --  |t Save Configuration --  |t Build Cross-Compiler --  |t Troubleshooting --  |g ch. 7  |t Cross-Compiling the Kernel --  |t Image Tools --  |t Download Kernel --  |t Edit Makefile --  |t make mrproper --  |t Kernel Config --  |t make menuconfig --  |t make --  |t Prepare Kernel Image --  |t Install Kernel Image --  |t Boot Failure --  |t Modules --  |t Firmware --  |t VirtualBox Mount of SD Card --  |g Appendix  |t A Glossary --  |g Appendix B  |t Power Standards --  |g Appendix C  |t Raspbian apt Commands --  |t List Available Packages --  |t List Installed Packages --  |t List Files for Package --  |t Perform Package Search --  |t Install a Package --  |t Remove a Package --  |t Install Updates --  |t Upgrade --  |t Obtain Kernel Sources --  |g Appendix D  |t ARM Compile Options --  |g Appendix E  |t Mac OS X Tips. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Raspberry Pi (Computer) 
650 0 |a Computer software. 
650 0 |a Microcomputers. 
650 2 |a Software 
650 2 |a Microcomputers 
650 6 |a Raspberry Pi (Ordinateur) 
650 6 |a Logiciels. 
650 6 |a Micro-ordinateurs. 
650 7 |a software.  |2 aat 
650 7 |a microcomputers.  |2 aat 
650 7 |a COMPUTERS  |x Hardware  |x General.  |2 bisacsh 
650 7 |a Computer software  |2 fast 
650 7 |a Microcomputers  |2 fast 
650 7 |a Raspberry Pi (Computer)  |2 fast 
653 0 0 |a computerwetenschappen 
653 0 0 |a computer sciences 
653 0 0 |a operating systems 
653 1 0 |a Information and Communication Technology (General) 
653 1 0 |a Informatie- en communicatietechnologie (algemeen) 
776 0 8 |i Print version :  |a Gay, Warren.  |t Raspberry pi system software reference.  |d [S.l.] : Apress, 2014  |z 1484207971  |w (OCoLC)894301490 
830 0 |a Technology in action. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484207963/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29396350 
938 |a Books 24x7  |b B247  |n bks00075725 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1964873 
938 |a EBSCOhost  |b EBSC  |n 915010 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis30190970 
938 |a YBP Library Services  |b YANK  |n 12186091 
994 |a 92  |b IZTAP