Skip to content

Commit

Permalink
v20180817 init 4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
150balbes committed Aug 17, 2018
1 parent 9298e8e commit a4f4442
Show file tree
Hide file tree
Showing 1,751 changed files with 9,879 additions and 21,800 deletions.
Binary file modified s9xxx/boot/aml_autoscript
Binary file not shown.
Binary file added s9xxx/boot/boot.scr
Binary file not shown.
4,649 changes: 0 additions & 4,649 deletions s9xxx/boot/config-3.14.29

This file was deleted.

5,194 changes: 5,194 additions & 0 deletions s9xxx/boot/config-4.18.0-aml-s9xxx

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions s9xxx/boot/create-mbr-linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/bin/sh

echo "Start script create MBR and filesystem"

DEV_EMMC=/dev/mmcblk1

echo "Start backup u-boot default"

dd if="${DEV_EMMC}" of=/boot/u-boot-default.img bs=1M count=4

echo "Start create MBR and partittion"

parted -s "${DEV_EMMC}" mklabel msdos
parted -s "${DEV_EMMC}" mkpart primary fat32 700M 828M
parted -s "${DEV_EMMC}" mkpart primary ext4 829M 3329M
parted -s "${DEV_EMMC}" mkpart primary ext4 3330M 100%

echo "Start restore u-boot"

dd if=/boot/u-boot-default.img of="${DEV_EMMC}" conv=fsync bs=1 count=442
dd if=/boot/u-boot-default.img of="${DEV_EMMC}" conv=fsync bs=512 skip=1 seek=1

sync

echo "Done"

exit 0
Binary file removed s9xxx/boot/dtb/gxbb_p200.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_1G_100M.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_1G_100M_RealtekWiFi.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_1G_1Gbit.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_1G_1Gbit_RealtekWiFi.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_1G_mxq_pro_4k.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_1G_wetek_hub.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_2G.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_2G_100M.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_2G_100M_RealtekWiFi.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_2G_1Gbit.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_2G_1Gbit_OTG_Port.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_2G_1Gbit_RealtekWiFi.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_2G_m8s+_k3_pro.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_2G_minix_neo_u1.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_2G_wetek_play_2.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_k1_plus.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p200_k2_pro.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p201.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_p201_2G.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxbb_skt.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p212_1g.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p212_1g_AB.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p212_1g_coowell_v5.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p212_1g_lepotato.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p212_1g_nand.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p212_1g_slowemmc.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p212_2g.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p212_2g_AB.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p212_2g_kvim.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p212_2g_lepotato.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p212_2g_nand.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p212_2g_slowemmc.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p212_3g.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p230_2g.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p230_k1_pro.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p231_1g.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p231_1g_dvb.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p231_2g.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_p231_2g_dvb.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_pxp.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxl_skt.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxm_kvim2.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxm_q200_1g.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxm_q200_2g.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxm_q200_2g_minix_neo_u9.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxm_q200_3g.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxm_q200_k3_pro.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxm_q201_1g.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxm_q201_2g.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxm_q201_3g.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxm_skt.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxtvbb_9023_skt.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxtvbb_p300.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxtvbb_p301.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxtvbb_p310.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxtvbb_p311.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxtvbb_pxp.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxtvbb_skt.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/gxtvbb_t966_skt.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/kvim.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/kvim2_android.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/kvim2_linux.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/kvim2_multios.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/kvim_android.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/kvim_linux.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/kvim_multios.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-axg-s400.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxbb-nanopi-k2.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxbb-nexbox-a95x.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxbb-odroidc2.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxbb-p200.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxbb-p201.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxbb-vega-s95-meta.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxbb-vega-s95-pro.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxbb-vega-s95-telos.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxbb-wetek-hub.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxbb-wetek-play2.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxl-s805x-p241.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxl-s905d-p230.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxl-s905d-p231.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxl-s905w-p281.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxl-s905w-tx3-mini.dtb
Binary file not shown.
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxl-s905x-khadas-vim.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxl-s905x-libretech-cc.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxl-s905x-nexbox-a95x.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxl-s905x-p212.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxm-khadas-vim2.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxm-nexbox-a1.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxm-q200.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxm-q201.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxm-rbox-pro.dtb
Binary file not shown.
Binary file added s9xxx/boot/dtb/meson-gxm-vega-s96.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/odroidc2.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/txl_p320.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/txl_p321.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/txl_p321_512m.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/txl_p321_v2.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/txl_p341.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/txl_pxp.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/txl_skt.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/txl_t950_skt.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/txl_t960_p346.dtb
Binary file not shown.
Binary file removed s9xxx/boot/dtb/txl_t960_skt.dtb
Binary file not shown.
Binary file added s9xxx/boot/emmc_autoscript
Binary file not shown.
1 change: 1 addition & 0 deletions s9xxx/boot/emmc_uEnv.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bootargs=imgpart=/dev/mmcblk1p2 imgfile=/volumio_current.sqsh bootpart=/dev/mmcblk1p1 datapart=/dev/mmcblk1p3 rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 mac=${mac}
Binary file added s9xxx/boot/s905_autoscript
Binary file not shown.
9 changes: 0 additions & 9 deletions s9xxx/boot/s905_autoscript.cmd

This file was deleted.

1 change: 0 additions & 1 deletion s9xxx/boot/uEnv-volumio.ini

This file was deleted.

1 change: 1 addition & 0 deletions s9xxx/boot/uEnv.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bootargs=imgpart=LABEL=volumio imgfile=/volumio_current.sqsh bootpart=LABEL=BOOT datapart=LABEL=volumio_data rootwait rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 mac=${mac}
Binary file removed s9xxx/boot/volumio_emmc.scr
Binary file not shown.
Binary file modified s9xxx/boot/zImage
Binary file not shown.
87 changes: 0 additions & 87 deletions s9xxx/etc/fan.sh

This file was deleted.

32 changes: 0 additions & 32 deletions s9xxx/etc/fw_env.config

This file was deleted.

40 changes: 0 additions & 40 deletions s9xxx/etc/hdmi.sh

This file was deleted.

Binary file removed s9xxx/lib/firmware/BCM4345C0.hcd
Binary file not shown.
Loading

0 comments on commit a4f4442

Please sign in to comment.