add sdcard settings

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-01-18 20:56:43 -08:00
parent 29e8311307
commit e8482349bf
3 changed files with 32 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Recompile with:
all:
mkimage -C none -A arm -T script -d simple.cmd simple.scr
mkimage -C none -A arm -T script -d sdcard.cmd sdcard.scr
mkimage -C none -A arm -T script -d simplesdcard.cmd simplesdcard.scr
mkimage -C none -A arm -T script -d debug.cmd debug.scr

29
boot-script/sdcard.cmd Normal file
View File

@ -0,0 +1,29 @@
# super simple pinebook script
# Recompile with:
# mkimage -C none -A arm -T script -d simple.cmd simple.scr
# then, at the u-boot prompt run:
# ext4load mmc 1:1 ${scriptaddr} /root/pinebook/boot-script/simple.scr
# source ${scriptaddr}
### BOOT SCRIPT START ####
### BOOT SCRIPT START ####
### BOOT SCRIPT START ####
ext4load mmc 1:1 ${ramdisk_addr_r} /boot/uInitrd-4.19.2-sunxi64
ext4load mmc 1:1 ${kernel_addr_r} /boot/vmlinuz-4.19.2-sunxi64
ext4load mmc 1:1 ${fdt_addr_r} /boot/dtb/allwinner/sun50i-a64-pinebook.dtb
setenv bootargs 'root=/dev/mmcblk0p1 console=tty1 console=ttyS0,115200 3'
booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
### BOOT SCRIPT END. ####
### BOOT SCRIPT END. ####
### BOOT SCRIPT END. ####
### Linux is now running. Nothing after this runs or 'exists' anymore.
### Linux runs in the ARM architecture 'EL2' and 'EL1' level
### ARM Power management is handled in the higher security level EL3
### The only things left behind by u-boot are running in EL3

View File

@ -30,8 +30,9 @@ background:
wpa_supplicant -B -d -i wlan0 -c wpa-supplicant.conf
dhclient:
-killall -9 dhclient
dhclient wlan0
# ifconfig wlan0 192.168.151.100/24
# route add default gw 192.168.151.1
ifconfig
ping -c 10 1.1.1.1
ping -c 4 1.1.1.1