buildroot/board/pine64/rockpro64
Aleksandr Makarov 70cd92cae1 board/pine64/rockpro64/linux.fragment: integrate stmmac driver
Currently, the stmmac driver is configured as a module in the defconfig, which
means that the network functionality is not available until the driver module
is manually inserted.

Use extra config fragment to integrate it directly into the kernel, ensuring that network
functionality is available immediately upon boot.

Signed-off-by: Aleksandr Makarov <aleksandr.o.makarov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 54c82a2375)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-07-11 23:26:12 +02:00
..
extlinux.conf configs/rockpro64: bump ATF to 2.9, U-Boot to 2023.07 and Linux to 6.5.7 2023-11-02 18:48:12 +01:00
genimage.cfg board/*/genimage.cfg: use partition-type-uuid = F for some FAT partitions 2022-07-23 15:36:22 +02:00
linux.fragment board/pine64/rockpro64/linux.fragment: integrate stmmac driver 2024-07-11 23:26:12 +02:00
post-build.sh configs/rockpro64: new defconfig 2020-09-02 22:40:41 +02:00
readme.txt configs/rockpro64: new defconfig 2020-09-02 22:40:41 +02:00

readme.txt

PINE64 ROCKPro64
================
https://www.pine64.org/rockpro64/

Build:
======
  $ make rockpro64_defconfig
  $ make

Files created in output directory
=================================

output/images

├── bl31.elf
├── boot.vfat
├── extlinux
├── idbloader.img
├── Image
├── rk3399-rockpro64.dtb
├── rootfs.ext2
├── rootfs.ext4 -> rootfs.ext2
├── rootfs.tar
├── sdcard.img
├── u-boot.bin
└── u-boot.itb

Creating bootable SD card:
==========================

Simply invoke (as root)

sudo dd if=output/images/sdcard.img of=/dev/sdX && sync

Where X is your SD card device.

Booting:
========
RockPro64 has a 40-pin PI-2 GPIO Bus.

Connect a jumper between pin 23 and pin 25 for SD card boot.

Serial console:
---------------
The pin layout for serial console on PI-2 GPIO Bus is as follows:

pin 6:  gnd
pin 8:  tx
pin 10: rx

Initially connect pin 6 and pin 8(transmit). Apply power to RockPro64, once the
power is on then connect pin 10(receive).

Baudrate for this board is 1500000.

Login:
------
Enter 'root' as login user, and the prompt is ready.

https://wiki.amarulasolutions.com/bsp/rockchip/rk3399/rockpro64.html