Skip to content
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
This branch is 2268 commits ahead, 2 commits behind FilipBE:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
This is modified bootargs.scr from goldelico's download page.

QtMoko uses gta04-init [1] for initramfs booting and works realroot= instead of
root= boot arg. So i have modified the script to add also realroot along with
root args.

To regenerate bootargs.scr use this command:

mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n 'Boot Script' -d bootargs.txt bootargs.scr


[1] https://github.com/radekp/gta04-init