Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 3
and
Version 4
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:43:35 PM (
6 years
ago)
Author:
Shiv Khanna
Comment:
Fixed typo
Legend:
Unmodified
Added
Removed
Modified
buildroot
v3
v4
86
86
To boot this on a Newport bootloader:
87
87
{{{#!bash
88
tftpboot ${kernel_addr
} newport/buildroot/Image && booti ${kernel_add
r} - ${fdtcontroladdr}
88
tftpboot ${kernel_addr
_r} newport/buildroot/Image && booti ${kernel_addr_
r} - ${fdtcontroladdr}
89
89
}}}
90
90