All Projects → Rockbox-Chinese-Community → Rockbox-RCC

Rockbox-Chinese-Community / Rockbox-RCC

Licence: other
Various enhancements of new features and human-based design.

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
assembly
5116 projects
TeX
3793 projects
Makefile
30231 projects
lua
6591 projects

Projects that are alternatives of or similar to Rockbox-RCC

mu oem sample
Project Mu OEM Sample Code
Stars: ✭ 27 (-20.59%)
Mutual labels:  firmware
canairio firmware
CanAirIO is a citizen science initiative. We are developing a mobile application that is able to set a PM2.5 or CO2 sensors, and other related sensors, as a fixed station using WiFi or mobile station with an smartphone by using a Bluetooth connection.
Stars: ✭ 84 (+147.06%)
Mutual labels:  firmware
micronucleus-firmware
Fork for the firmware / digispark part of the micronucleus repository
Stars: ✭ 50 (+47.06%)
Mutual labels:  firmware
arduino-remote-uploader
Over-the-air arduino programming via xbee, wifi or nordic
Stars: ✭ 31 (-8.82%)
Mutual labels:  firmware
AqaraM1SM2fw
Aqara Gateway M1S (ZHWG15LM) , P3(KTBL12LM), H1(QBCZWG11LM), M2 (ZHWG12LM) Firmwares
Stars: ✭ 86 (+152.94%)
Mutual labels:  firmware
openbttn
Open source firmware for bt.tn buttons
Stars: ✭ 17 (-50%)
Mutual labels:  firmware
3d printed keyboard
A fully 3D printed computer keyboard
Stars: ✭ 31 (-8.82%)
Mutual labels:  firmware
twigs
Alternate firmware for Mutable Instruments Branches synthesizer module
Stars: ✭ 21 (-38.24%)
Mutual labels:  firmware
rosetta home
Rosetta Home 2.0 is an open source building performance monitoring platform
Stars: ✭ 64 (+88.24%)
Mutual labels:  firmware
infinity-firmware
Firmware for Infinity brushless motor controllers
Stars: ✭ 21 (-38.24%)
Mutual labels:  firmware
hacktribe
Electribe 2 firmware hacks.
Stars: ✭ 97 (+185.29%)
Mutual labels:  firmware
liemoth
Development Kit For Ambarella Devices
Stars: ✭ 20 (-41.18%)
Mutual labels:  firmware
anytone-flash-tools
Independend flash tools for Anytone D878UV radio (and maybe others)
Stars: ✭ 31 (-8.82%)
Mutual labels:  firmware
remote-pinetime-bot
Telegram Bot to flash and test PineTime firmware remotely
Stars: ✭ 23 (-32.35%)
Mutual labels:  firmware
samsung-bios-check
BIOS update checker for Samsung laptops running Linux
Stars: ✭ 25 (-26.47%)
Mutual labels:  firmware
FASTUSBasp
This is the fast avr programmer for AVR MCUs based on cheap stm32f103c8t6 board with usb-to-serial support.
Stars: ✭ 78 (+129.41%)
Mutual labels:  firmware
MK404
A functional Simulator for Prusa (Mini/Einsy) Rambo based printers
Stars: ✭ 52 (+52.94%)
Mutual labels:  firmware
adbtools2
Tools for hacking ADB Epicentro routers, including firmware modification and VOIP password recovery.
Stars: ✭ 36 (+5.88%)
Mutual labels:  firmware
fa
Automation tool for locating symbols & structs in binary (primary IDA focused)
Stars: ✭ 58 (+70.59%)
Mutual labels:  firmware
Klipper-Firmware-FLSUN-QQ-S-Pro-Delta-Printer
Firmware configuration files and instructions on how to get the Klipper ecosystem running on the FLSUN QQ-S Pro delta 3D printer
Stars: ✭ 51 (+50%)
Mutual labels:  firmware
               __________               __   ___.
     Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
     Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
     Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
     Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
                       \/            \/     \/    \/            \/

Build Your Own Rockbox

1. Clone 'rockbox' from git (or extract a downloaded archive).

   $ git clone git://git.rockbox.org/rockbox

     or
   $ git clone [email protected]:Rockbox-Chinese-Community/Rockbox-RCC.git

    to clone the source code

     or
   $ tar xjf rockbox.tar.bz2

    to unarchieve the source code.

2. Create a build directory, preferably in the same directory as the firmware/
   and apps/ directories. This is where all generated files will be written.

   $ cd rockbox
   $ mkdir build
   $ cd build

3. Make sure you have sh/arm/m68k-elf-gcc and siblings in the PATH. Make sure
   that you have 'perl' in your PATH too. Your gcc cross compiler needs to be
   a particular version depending on what player you are compiling for. These
   can be acquired with the rockboxdev.sh script in the /tools/ folder of the
   source, or will have been included if you've installed one of the
   toolchains or development environments provided at http://www.rockbox.org/

   $ which sh-elf-gcc
   $ which perl

4. In your build directory, run the 'tools/configure' script and enter what
   target you want to build for and if you want a debug version or not (and a
   few more questions). It'll prompt you. The debug version is for making a
   gdb version out of it. It is only useful if you run gdb towards your target
   Archos.

   $ ../tools/configure

5. *ploink*. Now you have got a Makefile generated for you.

6. Run 'make' and soon the necessary pieces from the firmware and the apps
   directories have been compiled, linked and scrambled for you.

   $ make
   $ make zip

7. unzip the rockbox.zip on your music player, reboot it and
   *smile*.

If you want to build for more than one target, just create several build
directories and create a setup for each target:

   $ mkdir build-fmrecorder
   $ cd build-fmrecorder
   $ ../tools/configure

   $ mkdir build-player
   $ cd build-player
   $ ../tools/configure

Questions anyone? Ask on the mailing list. We'll be happy to help you!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].