fallen@fallen-ThinkPad-X260:~/dev/snappy/paros/snappy_image/u-boot/tools$ cat 
uboot.txt
arch=arm
baudrate=115200
board=paros
board_name=paros
boot_a_script=load 29882{devtype} 29882{devnum}:29882{bootpart} 
29882{scriptaddr}
29882{prefix}29882{script}; source 29882{scriptaddr}
boot_extlinux=sysboot 29882{devtype} 29882{devnum}:29882{bootpart} any 
29882{scriptaddr}
29882{prefix}extlinux/extlinux.conf
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_targets=mmc1 mmc0 usb0 pxe dhcp
bootcmd=run distro_bootcmd
bootcmd_dhcp=run boot_net_usb_start; if dhcp 29882{scriptaddr}
29882{boot_script_dhcp}; then source 29882{scriptaddr}; fi
bootcmd_mmc0=setenv devnum 0; run mmc_boot
bootcmd_mmc1=setenv devnum 1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_usb0=setenv devnum 0; run usb_boot
bootdelay=2
cpu=armv8
dfu_alt_info=kernel ram 0x80080000;dtb ram 0x83000000;initramfs ram
0x84000000
dfu_boot=dfu 0 ram 0; booti 0x80080000 - 0x83000000
distro_bootcmd=for target in 29882{boot_targets}; do run bootcmd_29882{target}; 
done
fdt_addr_r=0x82000000
fdt_copy_node_names=/memory-controller@7001b000
fdt_copy_src_addr=0x83080000
fdt_high=ffffffffffffffff
initrd_high=ffffffffffffffff
kernel_addr_r=0x80080000
loadaddr=0x80080000
lp0_vec=0x1000@0xff2bf000
mmc_boot=if mmc dev 29882{devnum}; then setenv devtype mmc; run
scan_dev_for_boot_part; fi
nvdumper_reserved=0xff23f000
pxefile_addr_r=0x90100000
ramdisk_addr_r=0x83100000
revision=hw00
scan_dev_for_boot=echo Scanning 29882{devtype} 
29882{devnum}:29882{bootpart}...; for
prefix in 29882{boot_prefixes}; do run scan_dev_for_extlinux; run
scan_dev_for_scripts; done
scan_dev_for_boot_part=part list 29882{devtype} 29882{devnum} -bootable
devplist; env exists devplist || setenv devplist 1; for bootpart in
29882{devplist}; do if fstype 29882{devtype} 
29882{devnum}:29882{bescan_dev_for_extlinux=if test -e 29882{devtype} 
29882{devnum}:29882{bootpart}
29882{prefix}extlinux/extlinux.conf; then echo Found
29882{prefix}extlinux/extlinux.conf; run boot_extlinux; echo SCRIPT FAIL
scan_dev_for_scripts=for script in 29882{boot_scripts}; do if test -e
29882{devtype} 29882{devnum}:29882{bootpart} 29882{prefix}29882{script}; then 
echo Found
U-Boot script 29882{prefix}29882{script}; run boot_a_sce
scriptaddr=0x90000000
soc=tegra210
stderr=serial
stdin=serial
stdout=serial
usb_boot=usb start; if usb dev 29882{devnum}; then setenv devtype usb; run
scan_dev_for_boot_part; fi
vendor=parrot
fallen@fallen-ThinkPad-X260:~/dev/snappy/paros/snappy_image/u-boot/tools$ 
hexdump -C uboot.env | head -n2
00000000  55 fb 19 74 01 61 72 63  68 3d 61 72 6d 00 62 61  |U..t.arch=arm.ba|
00000010  75 64 72 61 74 65 3d 31  31 35 32 30 30 00 62 6f  |udrate=115200.bo|

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579767

Title:
  udf does not support using aarch64 kernel snap with armhf 32 bits user
  space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1579767/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to