mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
FiiO M3K: New bootloader
SPL and UCL-compressed bootloader are now packed into one output, bootloader.m3k, eliminating the separate SPL build phase. The Rockbox bootloader now has a recovery menu, accessible by holding VOL+ when booting, that lets you back up, restore, and update the bootloader from the device. Change-Id: I642c6e5fb83587a013ab2fbfd1adab439561ced2
This commit is contained in:
parent
cc22df198d
commit
3f26fcf340
22 changed files with 799 additions and 499 deletions
|
|
@ -109,6 +109,8 @@ ifneq (,$(findstring bootloader,$(APPSDIR)))
|
|||
include $(ROOTDIR)/firmware/target/hosted/aigo/erosq.make
|
||||
else ifneq (,$(findstring fiio,$(APP_TYPE)))
|
||||
include $(ROOTDIR)/firmware/target/hosted/fiio/fiio.make
|
||||
else ifneq (,$(findstring ingenic_x1000,$(MANUFACTURER)))
|
||||
include $(ROOTDIR)/firmware/target/mips/ingenic_x1000/x1000boot.make
|
||||
else
|
||||
include $(APPSDIR)/bootloader.make
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue