Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 2
and
Version 3
of
buildroot
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
07/18/2018 06:35:46 PM (
6 years
ago)
Author:
Shiv Khanna
Comment:
Fixed typo
Legend:
Unmodified
Added
Removed
Modified
buildroot
v2
v3
86
86
To boot this on a Newport bootloader:
87
87
{{{#!bash
88
buildroot=
tftpboot ${kernel_addr} newport/buildroot/Image && booti ${kernel_addr} - ${fdtcontroladdr}
88
tftpboot ${kernel_addr} newport/buildroot/Image && booti ${kernel_addr} - ${fdtcontroladdr}
89
89
}}}
90
90