Skip to content

Commit

Permalink
Repository moved to ArrowElectronics/meta-sd96, wlsom1-v1.0.6 released
Browse files Browse the repository at this point in the history
  • Loading branch information
bkardosa committed Mar 29, 2021
1 parent 5268263 commit c89c1b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<project name="linux4sam/meta-atmel" path="meta-atmel" remote="github" revision="18f5e1b1b4ff786c8a40d84ac6ae16c955e378dd"/>
<project name="aws/meta-aws" path="meta-aws" remote="github" revision="e34ed15a87e36fa4199c63a184630fa370abac55"/>

<project name="bkardosa/meta-sd96" path="meta-sd96" remote="github" revision="dunfell-wlsom1">
<project name="ArrowElectronics/meta-sd96" path="meta-sd96" remote="github" revision="dunfell-wlsom1">
<copyfile src="build-wlsom1/conf/local.conf" dest="poky/build-wlsom1/conf/local.conf"/>
<copyfile src="build-wlsom1/conf/bblayers.conf" dest="poky/build-wlsom1/conf/bblayers.conf"/>
</project>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ simpler. See meta-atmel: https://github.com/linux4sam/meta-atmel/tree/dunfell
The required steps:
- create a working directory and enter it
- initialize the build folders by issuing:
$ repo init -u https://github.com/bkardosa/meta-sd96.git -b dunfell
$ repo init -u https://github.com/ArrowElectronics/meta-sd96.git -b dunfell-wlsom1
$ repo sync

- the above commands may display various warning or error messages which can be ignored if the
Expand All @@ -24,8 +24,8 @@ simpler. See meta-atmel: https://github.com/linux4sam/meta-atmel/tree/dunfell
- the following commands need to be executed for rebuilding the image:
$ cd poky
$ export TEMPLATECONF=${TEMPLATECONF:-../meta-atmel/conf}
$ export MACHINE=sama5d27-sd96
$ source oe-init-build-env build-sd96
$ export MACHINE=sama5d27-wlsom1-ek-sd
$ source oe-init-build-env build-wlsom1
$ bitbake hostapd-image

Rebuilding the image will take 1-2 hours or more depending on machine and
Expand All @@ -37,8 +37,8 @@ internet speed and require around 25GiB disk space.
Creating uSD card image

- copy initial filesystem image to uSD card:
$ cd tmp/deploy/images/sama5d27-sd96/
$ sudo dd if=hostapd-image-sama5d27-sd96.wic bs=1M of=/dev/sdX && sync
$ cd tmp/deploy/images/sama5d27-wlsom1-ek-sd/
$ sudo dd if=hostapd-image-sama5d27-wlsom1.wic bs=1M of=/dev/sdX && sync
where /dev/sdX is the location of an UNMOUNTED uSD card

Booting from uSD card
Expand All @@ -54,7 +54,7 @@ internet speed and require around 25GiB disk space.

Writing at91bootstrap into NOR flash and booting from NOR

- prepare at91bootstrap for SAM-BA (still in .../tmp/deploy/images/sama5d27-sd96 folder ):
- prepare at91bootstrap for SAM-BA (still in .../tmp/deploy/images/sama5d27-wlsom1-ek-sd folder ):
$ cp at91bootstrap.bin <SAM-BA folder>

- on Shield96 board remove J3, remove uSD card, connect J10 to PC and press nRST
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ simpler. See meta-atmel: https://github.com/linux4sam/meta-atmel/tree/dunfell
The required steps:
- create a working directory and enter it
- initialize the build folders by issuing:
$ repo init -u https://github.com/bkardosa/meta-sd96.git -b dunfell-wlsom1
$ repo init -u https://github.com/ArrowElectronics/meta-sd96.git -b dunfell-wlsom1
$ repo sync

- the above commands may display various warning or error messages which can be ignored if the
Expand All @@ -24,6 +24,7 @@ simpler. See meta-atmel: https://github.com/linux4sam/meta-atmel/tree/dunfell
- the following commands need to be executed for rebuilding the image:
$ cd poky
$ export TEMPLATECONF=${TEMPLATECONF:-../meta-atmel/conf}
$ export MACHINE=sama5d27-wlsom1-ek-sd
$ source oe-init-build-env build-wlsom1
$ bitbake hostapd-image

Expand Down

0 comments on commit c89c1b6

Please sign in to comment.