|
|
LinkBack
![]() |
Thread Tools
![]() |
Display Modes
![]() |
|
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
Nate posted how to install: Quote:
Steps: 1. Add the attached nbgen.c to the tinboot/tool folder. 2. Change your Build or the NBH to this: (see my example) Code:
echo "Creating NB..." rm tools/nbgen if [ ! -f tools/nbgen ]; then gcc -std=c99 tools/nbgen.c -o tools/nbgen fi tools/nbgen os.nb If this does not work it could be something with wine and the yang tool. So I also attached a different one. Try that out with this command: Code:
tools/yang -F RHODIMG.NBH -f os.nb -t 0x400 -s 64 -d RHOD****0 -c 11111111 -v Tinboot -l WWE >> tools/log Good luck!
__________________
|
|
|
|