8cd652c26e
Add initial support for RK3288 SOM based radxa rockpi-n8 target with below features: - Custom U-Boot 2020.07-rc4 https://github.com/amarula/u-boot-amarula.git commit: "ba120841bf40ebaed049d64bb4f980083a1cf6b7" - Custom Linux 5.7.0-rc1 https://github.com/amarula/linux-amarula.git commit: "5dcb0132685b07beb82065c5d7521e6c555c55b6" - GPT partition layout is being used - Default packages from buildroot Signed-off-by: Suniel Mahesh <sunil@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 lines
146 B
Plaintext
5 lines
146 B
Plaintext
label RK3288_ROCKPI_N8 linux
|
|
kernel /zImage
|
|
devicetree /rk3288-rock-pi-n8.dtb
|
|
append console=ttyS2,115200n8 root=/dev/mmcblk0p4 rw rootwait
|