Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Please build selfbooting sdcard images #9

Closed
rzr opened this issue Jun 2, 2016 · 0 comments
Closed

Please build selfbooting sdcard images #9

rzr opened this issue Jun 2, 2016 · 0 comments

Comments

@rzr
Copy link
Contributor

rzr commented Jun 2, 2016

Patch to follow

rzr added a commit to abandonware/meta-artik that referenced this issue Jun 2, 2016
Change-Id: I6762cb222f20a7552096d536002c2457f3024496
Bug: balena-os#9
Origin: http://github.com/TizenTeam/meta-artik
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
rzr added a commit to abandonware/meta-artik that referenced this issue Jun 2, 2016
Change-Id: Ib40d7cd83c92c35e864a91d38e2f01b4a032b228
Bug: balena-os#9
Origin: http://github.com/TizenTeam/meta-artik
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
rzr added a commit to abandonware/meta-artik that referenced this issue Jun 2, 2016
This change is merged from

https://github.com/resin-os/resin-artik/blob/master/layers/meta-resin-artik/recipes-bsp/u-boot/u-boot-artik.bbappend

Change-Id: I6762cb222f20a7552096d536002c2457f3024496
Credits-to: Florin Sarbu <florin@resin.io>
Bug: balena-os#9
Origin: http://github.com/TizenTeam/meta-artik
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
rzr added a commit to abandonware/meta-artik that referenced this issue Jun 2, 2016
The image class is inspired from meta-amlogic or meta-rasberrypi.

While blackmagic uboot params' offsets are:

  0x00080e00: artik5 (1031*512)
  0x00099e00: artik10 (1231*512)

  And comming from this file :

  https://github.com/resin-os/resin-artik/blob/master/layers/meta-resin-artik/recipes-core/images/resin-image.inc

Change-Id: Ib40d7cd83c92c35e864a91d38e2f01b4a032b228
Credits-to: Florin Sarbu <florin@resin.io>
Bug: balena-os#9
Origin: http://github.com/TizenTeam/meta-artik
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
rzr added a commit to abandonware/meta-artik that referenced this issue Jun 2, 2016
The image class is inspired from meta-amlogic or meta-rasberrypi.

While blackmagic uboot params' offsets are:

  0x00080e00: artik5 (1031*512)
  0x00099e00: artik10 (1231*512)

  And comming from this file :

  https://github.com/resin-os/resin-artik/blob/master/layers/meta-resin-artik/recipes-core/images/resin-image.inc

Change-Id: Ib40d7cd83c92c35e864a91d38e2f01b4a032b228
Credits-to: Florin Sarbu <florin@resin.io>
Bug: balena-os#9
Origin: http://github.com/TizenTeam/meta-artik
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
rzr added a commit to abandonware/meta-artik that referenced this issue Jun 2, 2016
To purpose is to create standalone image that can boot and run from uSDcard,
without touching eMMC, this can be very convenient for developers.

The image class is inspired from meta-amlogic or meta-rasberrypi.

While blackmagic uboot params' offsets are coming from this file :

  https://github.com/resin-os/resin-artik/blob/master/layers/meta-resin-artik/recipes-core/images/resin-image.inc

  0x00080e00: artik5 (1031*512)
  0x00099e00: artik10 (1231*512)

Change-Id: Ib40d7cd83c92c35e864a91d38e2f01b4a032b228
Credits-to: Florin Sarbu <florin@resin.io>
Bug: balena-os#9
Origin: http://github.com/TizenTeam/meta-artik
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
rzr added a commit to abandonware/meta-artik that referenced this issue Jun 2, 2016
Bootloader files are also deployed,
and then could be used by image recipes/classes.

This change is merged from

https://github.com/resin-os/resin-artik/blob/master/layers/meta-resin-artik/recipes-bsp/u-boot/u-boot-artik.bbappend

Change-Id: I6762cb222f20a7552096d536002c2457f3024496
Credits-to: Florin Sarbu <florin@resin.io>
Bug: balena-os#9
Origin: http://github.com/TizenTeam/meta-artik
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
rzr added a commit to abandonware/meta-artik that referenced this issue Jun 2, 2016
To purpose is to create standalone image that can boot and run from uSDcard,
without touching eMMC, this can be very convenient for developers.

The image class is inspired from meta-amlogic or meta-rasberrypi.

While blackmagic uboot params' offsets are coming from this file :

  https://github.com/resin-os/resin-artik/blob/master/layers/meta-resin-artik/recipes-core/images/resin-image.inc

  0x00080e00: artik5 (1031*512)
  0x00099e00: artik10 (1231*512)

Change-Id: Ib40d7cd83c92c35e864a91d38e2f01b4a032b228
Credits-to: Florin Sarbu <florin@resin.io>
Bug: balena-os#9
Origin: http://github.com/TizenTeam/meta-artik
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
rzr added a commit to abandonware/meta-artik that referenced this issue Jun 6, 2016
ROOTPART variable can be overridden if rootfs is not in 2d partition of disk.

Bootloader files are also deployed,
and then could be used by image recipes/classes.

This change is merged from

https://github.com/resin-os/resin-artik/blob/master/layers/meta-resin-artik/recipes-bsp/u-boot/u-boot-artik.bbappend

Change-Id: I6762cb222f20a7552096d536002c2457f3024496
Credits-to: Florin Sarbu <florin@resin.io>
Bug: balena-os#9
Origin: http://github.com/TizenTeam/meta-artik
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
rzr added a commit to abandonware/meta-artik that referenced this issue Jun 6, 2016
To purpose is to create standalone image that can boot and run from uSDcard,
without touching eMMC, this can be very convenient for developers.

The image class is inspired from meta-amlogic or meta-rasberrypi.

While blackmagic uboot params' offsets are coming from this file :

  https://github.com/resin-os/resin-artik/blob/master/layers/meta-resin-artik/recipes-core/images/resin-image.inc

  0x00080e00: artik5 (1031*512)
  0x00099e00: artik10 (1231*512)

Change-Id: Ib40d7cd83c92c35e864a91d38e2f01b4a032b228
Credits-to: Florin Sarbu <florin@resin.io>
Bug: balena-os#9
Origin: http://github.com/TizenTeam/meta-artik
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
rzr added a commit to abandonware/meta-artik that referenced this issue Jun 6, 2016
To purpose is to create standalone image that can boot and run from uSDcard,
without touching eMMC, this can be very convenient for developers.

The image class is inspired from meta-amlogic or meta-rasberrypi.

While blackmagic uboot params' offsets are coming from this file :

  https://github.com/resin-os/resin-artik/blob/master/layers/meta-resin-artik/recipes-core/images/resin-image.inc

  0x00080e00: artik5 (1031*512)
  0x00099e00: artik10 (1231*512)

Change-Id: Ib40d7cd83c92c35e864a91d38e2f01b4a032b228
Credits-to: Florin Sarbu <florin@resin.io>
Bug: balena-os#9
Origin: http://github.com/TizenTeam/meta-artik
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
@agherzan agherzan changed the title Please build selfbooting sdcard images Please build selfbooting sdcard images Jun 7, 2016
@floion floion closed this as completed in #10 Jun 7, 2016
floion pushed a commit that referenced this issue Jun 7, 2016
Please build selfbooting sdcard images #9 Sandbox/pcoval/for/master
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants