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
6325b4ab
Commit
6325b4ab
authored
Sep 11, 2018
by
wangjunqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix root read only
parent
8424bd1c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
uEnv.txt
uEnv.txt
+2
-2
No files found.
uEnv.txt
View file @
6325b4ab
bootargs=console=ttyO0,115200n8 root=/dev/mmcblk1p2 r
ootfstype=ext4 mem=512M coherent_pool=8M rootwait rw
;
bootargs=console=ttyO0,115200n8 root=/dev/mmcblk1p2 r
w rootfstype=ext4 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;
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;
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