Jump to content

Recommended Posts

Posted

The Rock-s0 has the same rk3308b processor and the build uses a BL31binary, with u-boot.  The SV06Ace has the same cpu and BL31/u-boot.

I reviewed this thread and was trying to follow the example commit provided.  It is a little difficult to work through a commit as not all of the paths to the files are present in my depth=1 git clone.

 

Is it possible to download the commit for the Rock-s0 and use it to patch the build directory?  If I could run the patch, then I would have some actual files to copy and edit.  The maintainer of the Rock-s0, linked on the Armbian Info page for the s0 has not made any recent commits. The last Rock-s0 commit was where it was moved back to an older bootloader scheme.

 

# Rockchip RK3308 quad core 512MB SoC WiFi
 
BOARD_NAME="SV06 Ace"
BOARD_VENDOR="sovol"
BOARDFAMILY="rockchip64"
BOARD_MAINTAINER="shep"
 
BOOTCONFIG="sv06ace-rk3308_defconfig"
BOOT_FDT_FILE="rockchip/sv06ace.dtb"
 
KERNEL_TARGET="current"
KERNEL_TEST_TARGET="current"
 
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0"
MODULES_BLACKLIST="rockchipdrm analogix_dp dw_mipi_dsi dw_hdmi gpu_sched lima hantro_vpu panfrost"
HAS_VIDEO_OUTPUT="no"
 
BOOTBRANCH_BOARD="tag:v2024.10"
BOOTPATCHDIR="v2024.10"
BOOT_SCENARIO="binman"
DDR_BLOB="rk33/rk3308_ddr_589MHz_uart0_m0_v2.07.bin"
BL31_BLOB="rk33/rk3308_bl31_v2.26.elf"
FORCE_UBOOT_UPDATE="yes"
 
OVERLAY_PREFIX="rk3308"
 
function post_family_config__rocks0() {
        declare -g BOOTDIR="u-boot-${BOARD}"
        declare -g BOOTSCRIPT="boot-rockchip64-ttyS0.cmd:boot.cmd"
 
        family_tweaks_bsp() { #overrides rockchip64_common.inc
                #Install udev script that derives fixed, unique MAC addresses for net interfaces
                #that are assigned random ones
                bsp=$SRC/packages/bsp/rockpis
                rules=etc/udev/rules.d


 

 

Specifically, where are following files, referenced in /build/boards/*.csc located?

BOOTCONFIG=*.defconfig"

BOOT_FDT_FILE="*.dtb"

The declared boot scripts

 

Thanks

 

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines