Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
8728b466
Commit
8728b466
authored
Jun 30, 2020
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm-rpi4: Do not set dtb in 97-gen-uboot-env
uboot.env was breaking u-boot boot on Raspberry Pi 3 because of this.
parent
98e66100
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
97-gen-uboot-env
features.in/arm-rpi4/image-scripts.d/97-gen-uboot-env
+1
-4
No files found.
features.in/arm-rpi4/image-scripts.d/97-gen-uboot-env
View file @
8728b466
#!/bin/sh -efu
[
-d
/usr/share/u-boot/rpi_4
]
&&
target_dir
=
'/usr/share/u-boot/rpi_4'
||
target_dir
=
'/usr/share/u-boot/rpi_4_32b'
target_dir
=
'/boot/efi'
(
cat
<<
'
EOF
'
...
...
@@ -35,7 +33,6 @@ fdt_addr=6000000
fdt_addr_r=0x06000000
fdt_high=ffffffffffffffff
fdtcontroladdr=3af59a70
fdtfile=bcm2711-rpi-4-b.dtb
initrd_high=ffffffffffffffff
kernel_addr_r=0x00080000
load_efi_dtb=load
${
devtype
}
${
devnum
}
:
${
distro_bootpart
}
${
fdt_addr_r
}
${
prefix
}${
efi_fdtfile
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment