This is great news, Gordan, thanks for taking the time to do this!

On Wed, Nov 11, 2015 at 6:01 PM, Gordan Bobic <[email protected]> wrote:

> Image for the Peach Pi (13" Samsung Chromebook 2) can be downloaded here:
>
> http://ftp.redsleeve.org/pub/el7/images/exynos.img.xz
>
> You will need at least a 4GB uSD card.
>
> 1) Put Chromebook into dev mode
> 2) Put the above image on a uSD card (4GB minimum)
> 3) Press Ctrl-U to boot off the uSD card
> 4) Interrupt u-boot. You will need to reset your u-boot variables
> manually. Do the following:
>
> setenv baudrate 115200
> setenv bootargs_common 'console=tty1'
> setenv bootargs_init 'setenv bootargs ${bootargs_common}
> ${bootargs_rootfs} ${bootargs_extra}'
> setenv bootargs_rootfs 'root=/dev/mmcblk1p3 zfsroot=exynos/ROOT'
> setenv bootcmd 'run bootargs_init; root bootdev_init; run kernel_init'
> setenv bootdelay 3
> setenv bootdev 'mmc 1:4'
> setenv bootdev_init 'mmc rescan; mmc dev 1'
> setenv dtb dtb
> setenv kernel zImage
> setenv kernel_init 'ext2load ${bootdev} ${loadaddr_kernel} ${kernel};
> ext2load {$bootdev} ${loadaddr_dtb} ${dtb}; bootz ${loadaddr_kernel} -
> ${loadaddr_dtb}'
> setenv loadaddr_dtb 0x23000000
> setenv loadaddr_kernel 0x22000000
> setenv stderr lcd
> setenv stdin cros-ec-keyb
> setenv stdout lcd
>
> saveenv
> reset
>
> 5) Press Ctrl+U on every boot boot RSEL off the uSD card instead of
> ChromeOS off the internal eMMC.
>
> For Peach Pit or Snow Chromebooks you should only need to change the dtb
> on the boot partition:
> http://ftp.redsleeve.org/pub/el7/images/exynos5250-snow.dtb
> http://ftp.redsleeve.org/pub/el7/images/exynos5420-peach-pit.dtb
>
>
> Gordan
> _______________________________________________
> users mailing list
> [email protected]
> https://lists.redsleeve.org/mailman/listinfo/users
>



-- 
Thanks,

Ian M Perkins
_______________________________________________
users mailing list
[email protected]
https://lists.redsleeve.org/mailman/listinfo/users

Reply via email to