Welcome to the Rockbox Technical Forums!
cid=5B530EE20BDB6279&id=5B530EE20BDB6279%21sac8dfebc24e84c58bb271c41a56ad296&parId=5B530EE20BDB6279%21s645c9f10ef4f4113ba71074560ec519c&o=OneUp
All buttons respond but I cannot figure out how to use volume up/down as up/down in the menu. I have set HAVE_VOLUME_IN_LIST and copied the keymap for button_context_list from /apps/keymaps/keymap-agptekrocker.c.
static const struct button_mapping button_context_list[] = {/* ACTION_LISTTREE_PGUP, optional * ACTION_LISTTREE_PGDOWN, optional */#ifdef HAVE_VOLUME_IN_LIST { ACTION_LIST_VOLUP, BUTTON_VOLUP, BUTTON_NONE }, { ACTION_LIST_VOLUP, BUTTON_VOLUP|BUTTON_REPEAT, BUTTON_NONE }, { ACTION_LIST_VOLDOWN, BUTTON_VOLDOWN, BUTTON_NONE }, { ACTION_LIST_VOLDOWN, BUTTON_VOLDOWN|BUTTON_REPEAT, BUTTON_NONE },#else { ACTION_STD_PREV, BUTTON_VOLUP, BUTTON_NONE }, { ACTION_STD_PREVREPEAT, BUTTON_VOLUP|BUTTON_REPEAT, BUTTON_NONE }, { ACTION_STD_NEXT, BUTTON_VOLDOWN, BUTTON_NONE }, { ACTION_STD_NEXTREPEAT, BUTTON_VOLDOWN|BUTTON_REPEAT, BUTTON_NONE },#endif LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)}; /* button_context_list */
The new HiBy R1 might be a candidate for running Rockbox.It is running an Ingenic X1600 SoC using a Cirrus Logic CS43131 DAC with a 3" 800x480 on a Linux-4.4.94+ kernel.Product information: https://store.hiby.com/products/hiby-r1Like other Ingenic devices, it supports the USB boot mode. When holding down the 'next' button and plugging the USB cable, the device identifies as 'Ingenic USB BOOT DEVICE' with USB ID A108:EAEF.A first firmware update is available here: https://store.hiby.com/apps/help-centerThe firmware file is a renamed .iso file which can be extracted. It contains the Linux kernel (xImage) and a root filesystem in SquashFS format.Drivers included (in directory 'module_driver') include axp2101, cw2015, lcd_lg35583, tcs1421, cst8xx_touch, codec_cs43131 and others. Most drivers include a script to load them which provides some helpful parameters (like gpio's). For example:lcd_lg35583.sh: insmod lcd_lg35583.ko gpio_lcd_power_en=-1 gpio_lcd_rst=PA31 gpio_spi_cs=PA30 gpio_spi_sck=PA00 gpio_spi_mosi=PA01 spi_bus_num=5 vcc_regulator_name=bldo1 vccio_regulator_name=bldo2codec_cs43131.sh: insmod codec_cs43131.ko cs43131_i2c_bus_num=3 cs43131_pwr_gpio=PB02 cs43131_pwr_en_level=1 \ cs43131_rst_gpio=PB21 cs43131_rst_en_level=1 \ cs43131_mute_gpio=-1 cs43131_mute_en_level=-1 \ cs43131_po_sel_gpio=-1 cs43131_po_sel_en_level=-1The attached picture is of the HiBy R1 next to a Sansa Clip+ for size reference.
I got a bunch of file that are like this: rootfs.squashfs.0000.f08ba94d72d4ec0412a054058a08cdcbCan I get the exact cmdline thanks in advance.
Page created in 0.197 seconds with 16 queries.