Skip to content

Instantly share code, notes, and snippets.

View kristianpaul's full-sized avatar

Cristian Paul Peñaranda Rojas kristianpaul

View GitHub Profile
[239685.199054] usb 2-3: new full speed USB device using ohci_hcd and address 5
[239685.380048] usb 2-3: not running at top speed; connect to a high speed hub
[239685.401054] usb 2-3: New USB device found, idVendor=20b7, idProduct=0713
[239685.401065] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[239685.401072] usb 2-3: Product: Milkymist One JTAG/Serial
[239685.401078] usb 2-3: Manufacturer: Qi Hardware
[239685.401082] usb 2-3: SerialNumber: FTU1MVTE
[239685.559178] usbcore: registered new interface driver usbserial
[239685.559227] USB Serial support registered for generic
[239685.559802] usbcore: registered new interface driver usbserial_generic
[240343.792047] usb 2-6: new full speed USB device using ohci_hcd and address 6
[240343.971051] usb 2-6: not running at top speed; connect to a high speed hub
[240343.992050] usb 2-6: New USB device found, idVendor=20b7, idProduct=0713
[240343.992058] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[240343.992065] usb 2-6: Product: Milkymist One JTAG/Serial
[240343.992070] usb 2-6: Manufacturer: Qi Hardware
[240343.992075] usb 2-6: SerialNumber: FTU1MVTE
[240344.000284] usb 2-6: Ignoring serial port reserved for JTAG
[240344.005275] ftdi_sio 2-6:1.1: FTDI USB Serial Device converter detected
[240344.005354] usb 2-6: Detected FT2232H
[240572.420049] usb 2-8: new full speed USB device using ohci_hcd and address 8
[240572.598051] usb 2-8: not running at top speed; connect to a high speed hub
[240572.619046] usb 2-8: New USB device found, idVendor=20b7, idProduct=0713
[240572.619054] usb 2-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[240572.619061] usb 2-8: Product: Milkymist One JTAG/Serial
[240572.619067] usb 2-8: Manufacturer: Qi Hardware
[240572.619071] usb 2-8: SerialNumber: FTU1MVTE
[240572.627239] usb 2-8: Ignoring serial port reserved for JTAG
[240572.632210] ftdi_sio 2-8:1.1: FTDI USB Serial Device converter detected
[240572.632277] usb 2-8: Detected FT2232H
[paul@micro msd-dec2010]$ hexdump -C -n30 bios.bin
00000000 00 98 00 00 00 d0 00 00 01 78 86 00 21 38 00 00 |.........x..!8..|
00000010 e1 d0 00 00 00 f8 9e 08 42 98 00 10 00 e0 |........B.....|
0000001e
[paul@micro msd-dec2010]$ hexdump -C -n30 bios-1.0RC2.bin
00000000 98 00 00 00 d0 00 00 00 78 01 00 86 38 21 00 00 |........x...8!..|
00000010 d0 e1 00 00 f8 00 08 a4 98 42 10 00 e0 00 |.........B....|
0000001e
A simple application to test some of the RTEMS/FreeBSD networking code.
**************************
* NOTES *
**************************
BE SURE TO LOCALIZE networkconfig.h. FAILURE TO DO SO MAY PROVOKE YOUR
NETWORK ADMINISTRATOR TO THE POINT WHERE VICIOUS ATTACKS WILL BE MADE
UPON YOU.
[paul@micro ~]$ sudo rpm -i util-linux-ng-2.18-4.7.fc14.src.rpm
[sudo] password for paul:
advertencia:usuario mockbuild no existe - utilizando root
advertencia:grupo mockbuild no existe - utilizando root
advertencia:usuario mockbuild no existe - utilizando root
advertencia:grupo mockbuild no existe - utilizando root
advertencia:usuario mockbuild no existe - utilizando root
advertencia:grupo mockbuild no existe - utilizando root
advertencia:usuario mockbuild no existe - utilizando root
advertencia:grupo mockbuild no existe - utilizando root
8'h0E : begin
ch0_epoch_enable <= !(wb_cyc_i and wb_we_i) & wb_stb_i;
if !(wb_cyc_i and wb_we_i) ch0_epoch_load <= wb_dat_i[10:0];
end
paul@micro:~$ python payload.py
push payload to icarus
2db907f9cb4eb938ded904f4832c43310380e3aeb54364057e7fec5157bfc5330000000000000000000000008000000000000000a58e091ac342724e7c3dc346
wait result:(should be: 063c5e01)
063c5e01
paul@micro:~$ time python payload.py
push payload to icarus
2db907f9cb4eb938ded904f4832c43310380e3aeb54364057e7fec5157bfc5330000000000000000000000008000000000000000a58e091ac342724e7c3dc346
wait result:(should be: 063c5e01)
063c5e01
real 0m38.164s
user 0m0.040s
sys 0m0.000s
paul@micro:~/Work/mm/gps/upstream/milkymist/software$ ack-grep -a CSR_FREQUENCY
libhal/time.c
35: CSR_TIMER0_COMPARE = CSR_FREQUENCY;
66: ts->usec = counter/(CSR_FREQUENCY/1000000);
74: if(counter < (CSR_FREQUENCY/2))
include/hw/sysctl.h
51:#define CSR_FREQUENCY MMPTR(0xe0001074)
gdbstub/gdbstub.c