Commit Graph

7 Commits

Author SHA1 Message Date
Trevor Woerner
4d0f7dab58 classes: rockchip-gpt-img: add
This bbclass was taken from the Rockchip team's work at
53d2e2e474
It was mostly written by Jacob Chen <jacob-chen@iotwrt.com>. I've made some
small modifications and added it.

Older images used (what Rockchip calls) the "legacy parameter" format. Newer
images use u-boot and a GPT partitioning scheme. This class allows the build
to generate a gpt-img file that can either be flashed to eMMC or written to an
SDcard (the same image is used for both).

This is the new image format used for rk3288 SoCs (e.g. the Firefly board).

Reviewed-by: Eddie Cai <eddie.cai.linux@gmail.com>
Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2017-03-05 10:43:02 -05:00
Julien CHAUVEAU
8dc393689a rockchip-update-img: add 'rootdelay=1' parameter in CMDLINE
Reduce boot delay from 30 seconds to 1 second, caused by rk30xxnand-3.0.36+.ko
which is not responding to wait-for-root in pre_mountroot() function of initrd
https://github.com/radxa/initrd/blob/master/scripts/local#L16
2014-05-05 14:38:08 +02:00
Julien CHAUVEAU
63f845bac9 rockchip-update-img: fix creation of 'update' image 2014-05-02 16:24:32 +02:00
Julien CHAUVEAU
8bb75db93d rockchip-update-img: add dependency to rockchip-bootloader 2014-05-02 09:57:51 +02:00
Julien CHAUVEAU
203fd151a9 rockchip-update-img: set image dependency to ext4 2014-05-02 09:57:44 +02:00
Julien CHAUVEAU
06a8752c6d rockchip-update-img: add dependency to mkbootimg-native 2014-04-28 10:27:55 +02:00
Julien CHAUVEAU
cbaa25c44a Initial commit 2014-04-04 16:25:45 +02:00