Skip to content

fkr-0/sl101_linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Linux on ASUS SL101/EP102/EEE Pad Slider

-> grate kernel, currently there.

Build current commit on sl101 branch using docker:

make build
make kernel
make enter # entering docker container
./make_tegra.sh

after compilation kernel as zImage with appended dtb resides in /data which is mounted in the host os.

the contained kernel could be flashed using e.g.

adb push data/kernel-id/zImage_dtb /sdcard/
adb shell "dd if=/sdcard/zImage_dtb of=/dev/mmcblk0p9"

I am not quite sure whether the boot partition should actually be mmcblk0p4 so better find out which partition you have to flash, first.

The kernel can power a rootbinded OS. Further details here and here.

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published