search for: dtuart

Displaying 5 results from an estimated 5 matches for "dtuart".

Did you mean: stuart
2013 Jun 18
3
Help on getting serial output on the arndale board
Hi, Now that the Arndale board is supported in upstream Xen I don''t get any output on the serial console. I followed the instructions on the wiki with no luck: The xen repository I''m using is: git://xenbits.xen.org/xen.git last commit: 61c6dfce3296da2643c4c4f90eaab6fa3c1cf8b3 The linux repository is: git://xenbits.xen.org/people/julieng/linux-arm.git last commit:
2013 Dec 02
7
Stuck trying to boot Xen 4.3 on Arm Midway
...g to create a uboot image with mkimage from the uncompressed xen.gz). My uboot sequence looks like this: mw.l 800000 0 10000 scsi scan ext2load scsi 0 0x800000 xen.bin ext2load scsi 0 0x1000000 vmlinuz setenv kernsize $filesize ext2load scsi 0 0x2000000 initrd.img setenv initsize $filesize # Tried dtuart=/soc/serial@fff36000 as well without setenv bootargs "sync_console console=dtuart dtuart=serial" fdt addr 0x1000 fdt resize fdt set /chosen bootargs \"$bootargs\" fdt mknod /chosen modules # Tried with <1> and <2> for both as I was not sure wnether those numbers # ar...
2013 Dec 16
0
XEN[ARM] Master not working on Allwinner A20
...- - Zero BSS - - Setting up control registers - - Turning on paging - - Ready - Checking for initrd in /chosen RAM: 0000000040000000 - 000000007fffffff MODULE[1]: 00000000402ef700 - 00000000402f1c43 MODULE[2]: 0000000050000000 - 0000000050f00000 Command line: dom0_mem=512M sync_console console=dtuart dtuart=serial0 Placing Xen at 0x000000007fe00000-0x0000000080000000 Xen heap: 0000000076000000-000000007e000000 (32768 pages) Dom heap: 229376 pages Looking for UART console serial0 Xen 4.4-unstable (XEN) Xen version 4.4-unstable (peter@) (arm-linux-gnueabihf-gcc (Ubuntu/Linaro 4.8.1-10ubuntu7) 4....
2013 Aug 29
2
Re: [PATCH V1 17/29] xen/arm: Mark each device used by Xen as disabled in DOM0 FDT
...for the UART > + * @path: full path used in the device tree for the UART. If the path > + * doesn''t start with ''/'', we assuming that it''s an alias. > * @options: UART speficic options (see in each UART driver) > */ > static char __initdata opt_dtuart[30] = ""; > @@ -38,7 +39,7 @@ void __init dt_uart_init(void) > { > struct dt_device_node *dev; > int ret; > - const char *devalias = opt_dtuart; > + const char *devpath = opt_dtuart; > char *options; > > if ( !console_has("dtuar...
2013 Oct 22
5
Arndale: domU not booting
...dtb_addr_r /exynos5250-arndale.dtb''// //setenv bootcmd_load_script_mmc ''ext2load mmc 0:1 $script_addr_r /load-xen-mmc.img''// // //setenv bootcmd ''run bootcmd_load_script_mmc; source $script_addr_r''// //setenv xen_bootargs ''sync_console console=dtuart dtuart=/serial@12C20000''// //setenv dom0_bootargs ''console=hvc0 ignore_loglevel psci=enable clk_ignore_unused root=/dev/mmcblk1p1 rw rootwait earlyprintk''/ Save the changes with saveenv and simply boot. At this point, I was able to launch the kernel and Xen successful...