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
7dae342d
Commit
7dae342d
authored
Jun 15, 2013
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial armh-cubox feature
This one cares for SolidRun Cubox support.
parent
6daf50b4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
README
features.in/armh-cubox/README
+1
-0
config.mk
features.in/armh-cubox/config.mk
+2
-0
40-boot
features.in/armh-cubox/rootfs/image-scripts.d/40-boot
+19
-0
No files found.
features.in/armh-cubox/README
0 → 100644
View file @
7dae342d
Поддержка SolidRun Cubox в расчёте на подключенный по HDMI дисплей FullHD.
features.in/armh-cubox/config.mk
0 → 100644
View file @
7dae342d
use/armh-cubox: use/armh-dovefb
@$(call add_feature)
features.in/armh-cubox/rootfs/image-scripts.d/40-boot
0 → 100755
View file @
7dae342d
#!/bin/sh
mkdir
-p
/boot
# 1920x1080 version of the boot script
cat
>
/boot/boot
<<
EOF
setenv bootargs 'console=ttyS0,115200 root=/dev/mmcblk0p2 ro video=dovefb:lcd0:1920x1080-32@60-edid clcd.lcd0_enable=1 clcd.lcd1_enable=0 vmalloc=128M panic=3'
ext2load mmc 0:1 2000000 uimage
ext2load mmc 0:1 2800000 uinitrd
bootm 2000000 2800000
EOF
# 1280x720 version of the boot script (not used at the moment)
cat
>
/boot/boot.720
<<
EOF
setenv bootargs 'console=ttyS0,115200 root=/dev/mmcblk0p2 ro video=dovefb:lcd0:1280x720-24@60-edid clcd.lcd0_enable=1 clcd.lcd1_enable=0 vmalloc=128M panic=3'
ext2load mmc 0:1 2000000 uimage
ext2load mmc 0:1 2800000 uinitrd
bootm 2000000 2800000
EOF
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