Go to file
Joshua Watt f0a10e707f wic: Use --offset and --fixed-size instead of --align and --size
The --align argument isn't intended to make a partition exist at a fixed
location like the Rockchip boot ROM requires. Use the recently added
--offset argument which will fail to build the image if the partition
can't be placed at the correct location. Also used --fixed-size to make
sure that Wic isn't inserting hidden padding that changes things around.

Finally, the location of the rootfs isn't required to be at sector
262144 since u-boot and the kernel reads the partition table to find it
and actually hasn't been at this location anyway since Wic has been
padding the /boot partition, so remove it's alignment requirements.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
2020-06-25 16:38:49 -04:00
classes veyron-speedy: remove machine 2020-02-14 00:25:26 -05:00
conf Use TF-A recipe from meta-arm 2020-06-25 16:38:48 -04:00
recipes-bsp Use TF-A recipe from meta-arm 2020-06-25 16:38:48 -04:00
recipes-devtools/gcc-arm-none-eabi remove image 2020-02-14 00:32:31 -05:00
recipes-graphics/mesa rk3399: Add generic rk3399 support 2020-01-27 16:32:19 -05:00
recipes-kernel/linux linux-yocto: rockchip COMPATIBLE_MACHINEs 2020-04-19 00:39:54 -04:00
wic wic: Use --offset and --fixed-size instead of --align and --size 2020-06-25 16:38:49 -04:00
COPYING.MIT Initial commit 2014-04-04 16:25:45 +02:00
README Use TF-A recipe from meta-arm 2020-06-25 16:38:48 -04:00

OpenEmbedded BSP layer for Rockchip boards

About:

The purpose of this layer is to provide OpenEmbedded BSP support for
Rockchip-based devices using upstream sources as much as possible.

Dependencies:

URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: matched branches (e.g. master, sumo, ...)

URI: git://git.yoctoproject.org/meta-arm
layers: meta-arm
branch: matched branches (e.g. master, sumo, ...)

Status of supported boards:

builds and boots wic image:
	rock-pi-4
	tinker-board
	tinker-board-s
	vyasa-rk3288
	firefly-rk3288
builds:
	marsboard-rk3066
	radxarock
	rock2-square

Maintenance:

Please send pull requests, patches, comments, or questions to the
yocto mailing list (yocto@yoctoproject.org) CCing the maintainer

When sending patches, please make sure the email subject line includes
"[meta-rockchip][PATCH]" and follow the community's patch submission
guidelines, as described in:
	https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
	https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded

For example, to send your most recent commit (i.e. just one patch),
please use something like:
	git format-patch -M --subject-prefix="meta-rockchip][PATCH" HEAD^
	git send-email --to yocto@yoctoproject.org --cc twoerner@gmail.com <your patch file>

Maintainer:

Trevor Woerner <twoerner@gmail.com>

Brief History:

2014 April
	- originally started by Julien Chauveau
	- Romain Perier joins
2014 Sep
	- Julien leaves
2015 Aug
	- Trevor Woerner joins
2017 Mar
	- developers from Rockchip fork this layer see:
		https://github.com/rockchip-linux/meta-rockchip.git
		http://rockchip.wikidot.com/yocto-user-guide
2017 May
	- Romain leaves
2018 Feb
	- Rockchip developers abandon their fork for buildroot
		http://opensource.rock-chips.com/wiki_Buildroot