Skip to content

Commit

Permalink
Add BesTV R3300L support and data
Browse files Browse the repository at this point in the history
BesTV R3300L is a ISP custom-made setup box that's powered by Amlogic
S905L-B, it was once popular in ~2020 in the blooming of custom s9xxx
firmwares and my introduction to Amlogic tinkering.

This adds its dedicated u-boot(BL33) and bootloader image, built from
v2023.01, with noticable difference from generic s905x-p212 u-boot:
1. The boot order is USB0 > MMC0 (SD) > MMC1 (EMMC) > PXE > DHCP
   The MMC2 is not in the boot order since on this device it's defined
   to be used as SDIO to connect to Wireless chip.
   The Network bootings are placed at the latest as those are least
   frequently used and all they do are wasting the booting time
2. The u-boot bootloader image will store env at 0xf0000 offset on MMC1
   size 0x10000, ending at 0x100000 (1MiB), before any definable MBR
   partitions, this means the user can use fw_printenv and fw_setenv
   to handle u-boot envs from within the system with a fw_env.config
   containing the following line
   `/dev/mmcblk2 0xf0000 0x10000`

The u-boot & bootloader images support latest kernel (6.1.8 as of now)
nicely
  • Loading branch information
7Ji committed Feb 2, 2023
1 parent 18b13bc commit afe3215
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+------------+-------
116 :CM311-1/HG680-LC :s905l3 :meson-gxl-s905l2-x7-5g.dtb :u-boot-p212.bin :NA :NA :stable :amlogic :meson-gxl :s905l3 :no
117 :E900V22E :s905l3b :meson-gxl-s905l3b-e900v22e.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :s905l3b :no
118 :BesTV-R3300L :s905l-b :meson-gxl-s905x-p212.dtb :u-boot-r3300l.bin :r3300l-u-boot.bin.sd.bin :NA :stable :amlogic :meson-gxl :s905l-b :no


# Amlogic GXM Family
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit afe3215

Please sign in to comment.