Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
fixed ghost key by limiting max keys(<=2) preseed at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
steward-fu committed Feb 16, 2019
1 parent 8237776 commit 123bb19
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions inittab
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
::sysinit:/bin/mount -a
::sysinit:/bin/hostname -F /etc/hostname
::sysinit:/bin/mount /dev/mmcblk0p3 /mnt -t vfat -o rw,utf8
::sysinit:/sbin/swapon /dev/mmcblk0p2
# now run any rc scripts
::sysinit:/etc/init.d/rcS
tty1::respawn:/etc/main
Expand Down
2 changes: 0 additions & 2 deletions main
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export SDL_NOMOUSE=1
if [ -e $SWAP ]
then
swapon $SWAP
else
swapon /dev/mmcblk0p2
fi

modprobe r61520fb.ko
Expand Down
Binary file added miyoo_spiflash_1bit_ghostkey_20190216_4.bin
Binary file not shown.
Binary file added miyoo_spiflash_4bit_ghostkey_20190216_2.bin
Binary file not shown.
Binary file modified suniv-f1c500s-miyoo.dtb
Binary file not shown.
Binary file modified zImage
Binary file not shown.

0 comments on commit 123bb19

Please sign in to comment.