A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 35 lines 889 B view raw
1mktccboot 2--------- 3 4A tool to inject a bootloader into a Telechips 77X/78X firmware file. 5 6Usage 7----- 8 9mktccboot <firmware file> <boot file> <output file> 10 11<firmware file> is an original Telechips firmware file. 12 13<boot file> is the code you want to execute (a rockbox bootloader), previously 14 scrambled with tools/scramble utility. 15 16<output file> is the resulting firmware file which you'll have to copy on your 17 player. See "Firmware filenames". 18 19Dual-Boot 20--------- 21 22The purpose of this program is to provide dual-boot between the original 23firmware and the new (rockbox) firmware. 24 25By default the player will boot into the new firmware. 26 27To boot into the Original Firmware, you need to press the <???> key. 28 29The player will boot into the Original Firmware as well if it is powered up by 30inserting an usb cable. 31 32Hacking 33------- 34 35See comments in mktccboot.c for more information.