Searched +full:0 +full:- +full:rc3 (Results 1 – 3 of 3) sorted by relevance
1 Here is the step-by-step to boot to U-Boot on rk3368.3 Get miniloader and trust.img form rockchip vendor u-boot source code5 > git clone https://github.com/rockchip-linux/u-boot.git rockchip-uboot6 > cd rockchip-uboot10 Compile the upstream U-Boot12 > cd u-boot13 > make CROSS_COMPILE=aarch64-linux-gnu- sheep-rk3368_defconfig all15 Package u-boot for miniloader17 > ../rockchip-uboot/tools/loaderimage --pack --uboot u-boot.bin u-boot.img21 rkdeveloptool can get from https://github.com/rockchip-linux/rkdeveloptool.git[all …]
4 * SPDX-License-Identifier: GPL-2.013 * Level 0: Provides an error code in a case of failure, RL, WL errors15 * Level 1: Provides the D-Unit setup (SPD/Static configuration)23 #define DDR3_LOG_LEVEL 036 * DDR_TARGET_FABRIC - Set desired fabric configuration38 * DRAM_ECC - Set ECC support 1/039 * BUS_WIDTH - 64/32 bit40 * CONFIG_SPD_EEPROM - Enables auto detection of DIMMs and their timing values41 * DQS_CLK_ALIGNED - Set this if CLK and DQS signals are aligned on board42 * MIXED_DIMM_STATIC - Mixed DIMM + On board devices support (ODT registers[all …]
2 # SPDX-License-Identifier: GPL-2.0+4 # build U-Boot on Travis CI - https://travis-ci.org/14 - cppcheck15 - sloccount16 - sparse17 - bc18 - build-essential19 - libsdl1.2-dev20 - python21 - python-virtualenv[all …]