[U-Boot] [PATCH 3/3] board: amlogic: add support for Odroid-N2
Neil Armstrong
narmstrong at baylibre.com
Tue Jul 23 07:49:10 UTC 2019
Hi Anand,
On 22/07/2019 19:08, Anand Moon wrote:
> Hi Neil,
>
> On Mon, 22 Jul 2019 at 16:00, Neil Armstrong <narmstrong at baylibre.com> wrote:
>>
>> ODROID-N2 is a single board computer manufactured by Hardkernel Co. Ltd
>> with the following specifications:
>>
>> - Amlogic S922X ARM Cortex-A53 dual-core + Cortex-A73 quad-core SoC
>> - 4GB DDR4 SDRAM
>> - Gigabit Ethernet
>> - HDMI 2.1 4K/60Hz display
>> - 40-pin GPIO header
>> - 4 x USB 3.0 Host, 1 x USB OTG
>> - eMMC, microSD
>> - Infrared receiver
>>
>> The board directory is W400, the name of the Amlogic Reference Design
>> of Amlogic G12B with Gigabit boards, which will be used for similar
>> boards.
>>
>> Signed-off-by: Neil Armstrong <narmstrong at baylibre.com>
>> ---
>> board/amlogic/w400/MAINTAINERS | 6 ++
>> board/amlogic/w400/Makefile | 6 ++
>> board/amlogic/w400/README.odroid-n2 | 130 ++++++++++++++++++++++++++++
>> board/amlogic/w400/README.w400 | 130 ++++++++++++++++++++++++++++
>> board/amlogic/w400/w400.c | 18 ++++
>> configs/odroid-n2_defconfig | 56 ++++++++++++
>> 6 files changed, 346 insertions(+)
>> create mode 100644 board/amlogic/w400/MAINTAINERS
>> create mode 100644 board/amlogic/w400/Makefile
>> create mode 100644 board/amlogic/w400/README.odroid-n2
>> create mode 100644 board/amlogic/w400/README.w400
>> create mode 100644 board/amlogic/w400/w400.c
>> create mode 100644 configs/odroid-n2_defconfig
>>
[..]
>> +
>> + > wget https://releases.linaro.org/archive/13.11/components/toolchain/binaries/gcc-linaro-aarch64-none-elf-4.8-2013.11_linux.tar.xz
>> + > wget https://releases.linaro.org/archive/13.11/components/toolchain/binaries/gcc-linaro-arm-none-eabi-4.8-2013.11_linux.tar.xz
>> + > tar xvfJ gcc-linaro-aarch64-none-elf-4.8-2013.11_linux.tar.xz
>> + > tar xvfJ gcc-linaro-arm-none-eabi-4.8-2013.11_linux.tar.xz
>> + > export PATH=$PWD/gcc-linaro-aarch64-none-elf-4.8-2013.11_linux/bin:$PWD/gcc-linaro-arm-none-eabi-4.8-2013.11_linux/bin:$PATH
>> +
>
> Should we checkout odroidn2-v2015.01 from Hardkernel repository.
Yes, you are right it's a typo !
>
>
>> + > DIR=odroid-c2
>> + > git clone --depth 1 \
>> + https://github.com/hardkernel/u-boot.git -b odroidc2-v2015.01 \
>> + $DIR
>> +
[..]
Thanks,
Neil
More information about the U-Boot
mailing list