Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update bsp to 10.00.07 #58

Merged
merged 4 commits into from
Aug 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions configs/bdebstrap_configs/trixie/trixie-am62pxx-evm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ mmdebstrap:
- pru-pssp
- parted
- e2fsprogs
- chromium
mirrors:
- http://deb.debian.org/debian
setup-hooks:
Expand Down
1 change: 1 addition & 0 deletions configs/bdebstrap_configs/trixie/trixie-am62xx-evm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ mmdebstrap:
- pru-pssp
- parted
- e2fsprogs
- chromium
mirrors:
- http://deb.debian.org/debian
setup-hooks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ mmdebstrap:
- pru-pssp
- parted
- e2fsprogs
- chromium
mirrors:
- http://deb.debian.org/debian
setup-hooks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ mmdebstrap:
- pru-pssp
- parted
- e2fsprogs
- chromium
mirrors:
- http://deb.debian.org/debian
setup-hooks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ mmdebstrap:
- pru-pssp
- parted
- e2fsprogs
- chromium
mirrors:
- http://deb.debian.org/debian
setup-hooks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ mmdebstrap:
- pru-pssp
- parted
- e2fsprogs
- chromium
mirrors:
- http://deb.debian.org/debian
setup-hooks:
Expand Down
8 changes: 4 additions & 4 deletions configs/bsp_sources.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# BSP selection based on variant of filesystem
[trixie]
bsp_version = "10.00.06"
bsp_version = "10.00.07"

[bookworm]
bsp_version = "09.02.00.010"

# BSP Configurations
[10.00.06]
[10.00.07]
atf_srcrev = "00f1ec6b8740ccd403e641131e294aabacf2a48b"
optee_srcrev = "12d7c4ee4642d2d761e39fbcf21a06fb77141dea"
uboot_srcrev = "10.00.06"
linux_fw_srcrev = "10.00.06"
uboot_srcrev = "10.00.07"
linux_fw_srcrev = "10.00.07"

[09.02.00.010]
atf_srcrev = "00f1ec6b8740ccd403e641131e294aabacf2a48b"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion create-wic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fi
IMAGE=tisdk-debian-${BUILD}.wic

echo "Creating an empty image"
dd if=/dev/zero of=${BUILDPATH}/${BUILD}/${IMAGE} count=6291456 status=progress
dd if=/dev/zero of=${BUILDPATH}/${BUILD}/${IMAGE} count=10485760 status=progress
sync ; sync

cat << END | fdisk ${BUILDPATH}/${BUILD}/${IMAGE}
Expand Down
2 changes: 1 addition & 1 deletion target/weston/weston.service
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ConditionPathExists=/dev/tty0
# Requires systemd-notify.so Weston plugin.
Type=simple
EnvironmentFile=/etc/default/weston
ExecStart=/usr/bin/weston --backend=drm-backend.so --tty=2 --continue-without-input --idle-time=0
ExecStart=/usr/bin/weston --backend=drm-backend.so --continue-without-input --idle-time=0

# Optional watchdog setup
#TimeoutStartSec=60
Expand Down
Loading