google-veyron-jerry: new device
Wiki page: https://wiki.postmarketos.org/wiki/Google_Veyron_Jerry_Chromebook_(google-veyron-jerry)
booting postmarketos on veyron_jerry. I was just messing with this over my weekend and thought i should put this here in case its useful or if someone wants to help get it mergeable
it boots and x11 ui's work so far. wifi works with linux-firmware-mrvl installed. i havent figured out the bootloader situation yet. right now i have u-boot in a kern partition on emmc, but i plan to figure out putting u-boot on spi to replace the stock depthcharge. got mainline unpatched u-boot on spi working. next step is adding a package for building that and add install instructions to wiki?
this also should work on other veyron variants by using a different dtb. -o i should probably change the device name, but i wasnt sure what it should be when i started renamed to google-veyron_jerry and made a wiki page for it.
Merge request reports
Activity
I got mainline u-boot compiled and flashed. boots fine, just not getting display until kernel. still need to work around broken gpt to install to emmc, which is quite annoying. gonna manually partition and copy my install over for now, i have no clue how to deal with that in pmbootstrap
placing this here so i dont lose it:
make -j8 O=b/chromebook_jerry CROSS_COMPILE=arm-none-eabi- chromebook_jerry_defconfig all
./chromebook_jerry/tools/mkimage -n rk3288 -T rkspi -d chromebook_jerry/spl/u-boot-spl.bin spl.bin && dd if=spl.bin of=spl-out.bin bs=128K conv=sync && cat spl-out.bin chromebook_jerry/u-boot-dtb.img >out.bin && dd if=out.bin of=out.bin.pad bs=4M conv=sync
By tvall on 2021-07-07T09:20:32
Edited by Administratoradded 1 commit
- 4a5ad8f0 - google-veyron_jerry: rename port to what should be a more correct name
By tvall on 2021-07-07T10:22:42
added 1 commit
- 5c9593f2 - linux-google-veyron: remove placeholder examples
By tvall on 2021-07-07T10:23:49
added 7 commits
-
5c9593f2...2a1f6bdd - 6 commits from branch
postmarketOS:master
- 0851bcd4 - Merge branch 'master' of https://gitlab.postmarketos.org/postmarketos/pmaports into veyron
By tvall on 2021-07-07T10:25:22
-
5c9593f2...2a1f6bdd - 6 commits from branch
added category::device porting labels
- Resolved by Administrator
- Resolved by Administrator
- Resolved by Administrator
- Resolved by Administrator
- Resolved by Administrator
added 1 commit
- d88ba85b - device-google-veyron_jerry: add maintainer line, add dtb info
By tvall on 2021-07-07T10:59:32
- Resolved by Administrator
- Resolved by Administrator