You are viewing outdated content for BUG. If you have a BUG Y.T. edition or 2.0 series device, please visit our updated wiki: http://wiki.buglabs.net
Developers
From BUG Wiki
(Difference between revisions)
m |
(more resources) |
||
| Line 2: | Line 2: | ||
* [[Licensing_Terms | Licensing Terms]] | * [[Licensing_Terms | Licensing Terms]] | ||
* [[Report_a_Defect | Report a Defect]] | * [[Report_a_Defect | Report a Defect]] | ||
| - | |||
| Line 13: | Line 12: | ||
==Running the BUG== | ==Running the BUG== | ||
| - | The Kernel and | + | The Kernel and RootFS: |
* Keep your BUG running with the latest [[Software Updates]] | * Keep your BUG running with the latest [[Software Updates]] | ||
| - | * Learn about the [[Kernel_and_Rootfs_Build_System | Kernel and Root | + | * Learn about the [[Kernel_and_Rootfs_Build_System | Kernel and Root File System Build System]] |
| Line 33: | Line 32: | ||
===The BUG Software Development Kit=== | ===The BUG Software Development Kit=== | ||
| - | [[Dragonfly]], the BUG SDK | + | [[Dragonfly]], the BUG SDK, lets you interact with your BUG through your computer. Use it to: |
* Download community applications to your BUG | * Download community applications to your BUG | ||
* Look at or modify the source code of community applications | * Look at or modify the source code of community applications | ||
| Line 40: | Line 39: | ||
| - | === | + | ===Working with your BUG=== |
| - | [[Tutorials & HOWTOs]]: Guides for things to do with your BUG | + | * [[Tutorials & HOWTOs]]: Guides for things to do with your BUG & how to use applications |
| + | * [[Hacking the Runtime]]: Customize your BUG experience | ||
===More Developer Resources=== | ===More Developer Resources=== | ||
| - | * [[ | + | * [[BUG_Troubleshooting | BUG Troubleshooting]] |
| - | * [[BUG_SVN_Info | Source Repository Information]] | + | * [[BUG_SVN_Info | Source Repository Information]]: Look at existing code, and upload your own. |
| - | * [[Known Issues]] | + | * [[Known Issues]] with the BUG |
| + | * [http://files.fosswire.com/2007/08/fwunixref.pdf PDF Unix/Linux Command Reference] | ||
| + | * [http://www.perpetualpc.net/srtd_commands_rev.html HTML Linux Command Reference] | ||
| + | * [http://limestone.truman.edu/~dbindner/mirror/vi-ref.pdf Vi Reference Card] | ||
Revision as of 18:53, 21 July 2009
Contents |
Getting Started
Setting Up the BUG
Running the BUG
The Kernel and RootFS:
- Keep your BUG running with the latest Software Updates
- Learn about the Kernel and Root File System Build System
Developing with the BUG
The OSGi Framework
- What is OSGi?
- BUG OSGi Guide
- Properties of Concierge, the OSGi framework implementation used by BUG
- Adjusting Concierge Log Level
- Accessing the OSGi Console
- More OSGi Background Knowledge
Documentation
Specifications: Hardware and software documentation for the BUG base and modules
The BUG Software Development Kit
Dragonfly, the BUG SDK, lets you interact with your BUG through your computer. Use it to:
- Download community applications to your BUG
- Look at or modify the source code of community applications
- Write your own Java applications for the BUG
- Share your Java applications with the BUG Community
Working with your BUG
- Tutorials & HOWTOs: Guides for things to do with your BUG & how to use applications
- Hacking the Runtime: Customize your BUG experience
More Developer Resources
- BUG Troubleshooting
- Source Repository Information: Look at existing code, and upload your own.
- Known Issues with the BUG
- PDF Unix/Linux Command Reference
- HTML Linux Command Reference
- Vi Reference Card
