Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
Burning_Tool
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AM335X
Burning_Tool
Commits
4a47f133
Commit
4a47f133
authored
Sep 11, 2018
by
wangjunqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix init rc bug
parent
6325b4ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
uEnv.txt
uEnv.txt
+1
-1
No files found.
uEnv.txt
View file @
4a47f133
bootargs=console=ttyO0,115200n8 root=/dev/mmcblk1p2 r
w rootfstype=ext4
mem=512M coherent_pool=8M rootwait;
bootargs=console=ttyO0,115200n8 root=/dev/mmcblk1p2 r
ootfstype=ext4 rw init=/linuxrc
mem=512M coherent_pool=8M rootwait;
bootcmd=fatls mmc 0;fatload mmc 0 0x82000000 zImage;fatload mmc 0 0x88000000 am335x-wth.dtb;bootz 0x82000000 - 0x88000000;
uenvcmd=fatls mmc 0;fatload mmc 0 0x82000000 zImage;fatload mmc 0 0x88000000 am335x-wth.dtb;bootz 0x82000000 - 0x88000000;
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