You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() Move the license body to the LICENSE file |
7 months ago | |
---|---|---|
.github/workflows | 1 year ago | |
.clang-format | 1 year ago | |
.editorconfig | 1 year ago | |
.gitignore | 9 months ago | |
BrainLILO.cpp | 7 months ago | |
BrainLILO.h | 7 months ago | |
BrainLILODrv.cpp | 7 months ago | |
BrainLILODrv.h | 7 months ago | |
EDNA2_physicalInvoker.S | 9 months ago | |
LICENSE | 7 months ago | |
Makefile | 9 months ago | |
README.md | 1 year ago | |
bootloader.cpp | 7 months ago | |
models.h | 9 months ago |
README.md
BrainLILO
Jump to U-Boot directly from Windows CE running on a SHARP Brain.
Build on x86_64 Linux
- Get cegcc and unzip it
- Copy the directory
cegcc
into/opt
- Run
make
with thePREFIX
specified
Equivalent shell snippet:
wget -O cegcc.zip https://github.com/brain-hackers/cegcc-build/releases/download/2022-04-11-133546/cegcc-2022-04-11-133546.zip
unzip -q cegcc.zip
mkdir -p /opt # it may need sudo
cp -r cegcc /opt/ # it may need sudo
make PREFIX=/opt/cegcc
Install (using the pre-built binary)
- Download the ZIP in the latest release and unzip it
- Create
アプリ
directory in the SD card's root directory and copyBrainLILO
into it - Create
LOADER
directory in the SD card's root directory and copyu-boot.bin
into it
Install (using your binary)
- Create a directory named
BrainLILO
- Copy dlls and the exe into it, renaming BrainLILO.exe to AppMain.exe
- Create a blank
index.din
in the directory - Follow the step 2 and 3 in Install (using the pre-built binary)
Equivalent shell snippet:
mkdir BrainLILO
cp *.dll BrainLILO/
cp BrainLILO.exe BrainLILO/AppMain.exe
touch BrainLILO/index.din