mirror of
https://github.com/brain-hackers/brainlilo
synced 2024-11-01 07:48:00 +09:00
1.4 KiB
1.4 KiB
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