Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
1544b5da
Unverified
Commit
1544b5da
authored
5 years ago
by
Martijn Braam
Browse files
Options
Downloads
Patches
Plain Diff
device-pine-dontbeevil: fix u-boot script (
!586
)
parent
5d5ab279
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#197108
passed
5 years ago
Stage: first
Stage: second
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
device/device-pine-dontbeevil/APKBUILD
+2
-2
2 additions, 2 deletions
device/device-pine-dontbeevil/APKBUILD
device/device-pine-dontbeevil/uboot-script.cmd
+2
-1
2 additions, 1 deletion
device/device-pine-dontbeevil/uboot-script.cmd
with
4 additions
and
3 deletions
device/device-pine-dontbeevil/APKBUILD
+
2
−
2
View file @
1544b5da
...
...
@@ -2,7 +2,7 @@
pkgname
=
"device-pine-dontbeevil"
pkgdesc
=
"PINE64 PinePhone Don't be evil devkit"
pkgver
=
0.1
pkgrel
=
9
pkgrel
=
10
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"aarch64"
...
...
@@ -73,7 +73,7 @@ kernel_longts() {
}
sha512sums
=
"3e903f578a5112ec171e09e13e331345f0bd8fee935d6658a48cd2d369085c909106329fc103678961189486956aed97da9ff0b3be59f587f773f57d51f2d1bd deviceinfo
cf
ed1b8d3e71df799d2b11f67a80b70e6953b10ca1ee8a1c4d5d41c83ef7738a60ce963d6efe9037e99d261bcd08d3e8222da557516d9cefe10994349271d7a7
uboot-script.cmd
cf
190dbdc74e92cc150984e5e6419ef2ac45377eac882bf857e000ef8ab534955bb904c5dd3b423f7d50cedd90824e353df08e77336099dcf557e852940e0470
uboot-script.cmd
c4c57d1627dd451213e1ef20d89de9266cd4edcc2d33a69aa9a1f13e16d9f9742036b69dc149fd910d7213f7525c41eb79576d4457bc85cc96eba0d986382d27 weston.ini
f86ef35730b89bcc8160c08db7a7fcd0970adf60c0b77af68bac397de49c0d1783e6b8db1762380c9bf874aff2d030c6f44ecb75c803d69e79ede11376409369 xorg.conf
aa11864b9960e94e13b1467e09d8eb528e3d3652bf1fb251c7a040f4d44270403072db8aa906405d4c81fa9d6043fafa8d9ccd1f97031fd96d0dcacc38da8f84 start_weston.sh"
This diff is collapsed.
Click to expand it.
device/device-pine-dontbeevil/uboot-script.cmd
+
2
−
1
View file @
1544b5da
...
...
@@ -3,7 +3,8 @@ setenv bootargs init=/init.sh rw console=tty0 console=ttyS0,115200 no_console_su
printenv
echo
Loading
DTB
load
mmc
$
{
mmc_bootdev
}
:1 $
{
fdt_addr_r
}
sun50i
-a
64
-dontbeevil
.dtb
load
mmc
$
{
mmc_bootdev
}
:1 $
{
fdt_addr_r
}
sun50i
-a
64
-dontbeevil-longts
.dtb
load
mmc
$
{
mmc_bootdev
}
:1 $
{
fdt_addr_r
}
sun50i
-a
64
-dontbeevil-shortts
.dtb
echo
Loading
Initramfs
load
mmc
$
{
mmc_bootdev
}
:1 $
{
ramdisk_addr_r
}
uInitrd
-postmarketos-allwinner
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment